Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Recent content by maskio

  1. maskio

    VB.NET Programming Corner!

    hanap ka ng SDK, may samples na doon kung papano.
  2. maskio

    VB.NET Programming Corner!

    sa command adapter mo, add ka ng parameter para may laman ang @position; Dim mCommand As New SqlCommand mCommand.parameters.commandtext = "SELECT column_names_here FROM table_name_here WHERE position = @position;" mcommand.parameters.addwithvalue("@position", combobox1.selectedvalue)...
  3. maskio

    VB.NET Programming Corner!

    pwede naman, depende kung anong gusto mong ma achieve, ex. like chat app na naka direct link. - - - Updated - - - hmmm medyo complicated kasi depende kung ano ang table structure mo. if you have table schedule, madali lang kasi e mamatch mo lang sila via scheduled time, if wala naman...
  4. maskio

    Female Programmer vs. Male Programmer

    i dont think programming has gender. its regardless of who you are, its a matter of what you can do.
  5. maskio

    VB.NET Programming Corner!

    RDLC yung gamit ko, yung built in kay vb. meron kasi akong na encounter dati kay crystal na di nya magawa, tapos wala pang work-around pero nagawa ni rdlc, i forgot kung ano yun pero dating version pa yun ng crystal report. but rdlc is fine. post ka ng codes mo kung saan ka nahihirapan, madami...
  6. maskio

    VB.NET Programming Corner!

    download ka ng installshield, makaka add ka ng project under sa vb, setup and deployment using installshield - - - Updated - - - dito pre, https://www.liquidweb.com/kb/how-to-back-up-mysql-databases-from-the-command-line/ palitan ilagay mo yan sa CommandText - - - Updated - - - need mo e...
  7. maskio

    Who needs mentoring?

    1 2 3 4 5 x99 5 7 5 7 5 29 5 7 5 7 5 7 5 7 5 7 5 12 5 7 5 7 5 12
  8. maskio

    MYSQL database Help please

    may mali sa database structuring mo, pero para magka-idea ka kung paano sya e query, ganito yung sample: SELECT a.cust_no, a.cust_name, b.book_id, b.room_no FROM custdetail a INNER JOIN bookingtable b ON a.bookId = b.bookId WHERE b.date_fro = 'your_date_here'; comments/suggestions: add column...
  9. maskio

    Re:Vb.net Backup

    Re: Vb.net Backup dlg.FileName = String.Format("Backup {0}{1}{2}", Now.Year, Now.Month, Now.Day) filename would be like "Backup 20171010.accdb"
  10. maskio

    VB.NET Programming Corner!

    use RDLC to print documents.
  11. maskio

    Need help for biometric! ZKTeco sf200

    tama ba yung IP address at port na nalagay mo? check if you have the same subnet nang naka set na IP address ng machine. then ping mo yung machine to verify na connected ang computer mo the the biometrics machine.
  12. maskio

    VB.NET Programming Corner!

    dati ganito na style ang ginamit ko, pinalitan ko. suggestion lang, baka aakma sa forms mo. lipat mo yung add new sa Catergory na label. palitan mo ng link label -> pag click, pop up ang form, then after ng showdialog, refresh mo combobox if nag click ng save.
  13. maskio

    Need help po sa Inventory.

    if this is medicine, then refer to lot number. if not, then you must accept each item separately, and dispense each item separately. or you could implement FIFO.
  14. maskio

    [help] how to set up openvpn on ubuntu 16.04?

    go here: https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-16-04
Back
Top Bottom