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 tagpi

  1. T

    VB.NET Programming Corner!

    sir, ganyan po ginagawa ko. hindi ko po alam kung bakit hindi niya ini-enable. btw, usercontrol po yung na pinalabas ko sa panel. thanks sa reply sir, any other idea bakit hindi niya ini-enable?
  2. T

    VB.NET Programming Corner!

    Can anyone help me with this? I have a form namely "frmMainMenu" and has a panel in it and i have a UserControl namely "uscPOS". When i clicked F8, the panel inside the form will be the parent of the usercontrol. What i want to happen is when i click the New Invoice button from my form, the...
  3. T

    VB.NET Programming Corner!

    Dim txtDate As DateTime = DateTime.Now Dim DateString As String = txtDate.ToString("MM/dd/yyyy") lblDate.Text = DateString Dim txtTime As DateTime = DateTime.Now Dim TimeString As String = txtTime.ToString("hh:mm tt") lblTime.Text =...
  4. T

    VB.NET Programming Corner!

    Re: VB.NET Programming Corner! UPDATED!!! SAVE dim [any name you want for your query] as string = "UPDATE [`TableName`] SET [`FieldName`] = '" & [Textbox1.Text]'" WHERE [`FieldName`]='" & [Textbo1.Text] & '"" dim [any name you want for sqlcommand] as new OledbCommand with [name of your...
  5. T

    VB.NET Programming Corner!

    sir door breaker, gumagana po yan. wag niyo nalang po pansinin yung msgbox, rekta nalang po kayo sa txtCustomerName.Enabled=true. hindi ko lang po kasi alam bakit hindi niya ini-enable yung textbox sa user control gamit button sa form. ganto po kasi nangyayari dyan. me form ako namely...
  6. T

    OFFICIAL BRAINSTORM TEAM FOR THESIS MAKING (IT thesis projects,proposals,ideas etc..)

    Re: OFFICIAL BRAINSTORM TEAM FOR THESIS MAKING (IT thesis projects,proposals,ideas et thanks sa mga tips sir asthma!!^^, ganda po nan idea niyo na ipa test sa ibang tao, hindi po nain naisip yun..^^, thanks again sir! looking forward to help other kaSB tulad niyo..:praise:
  7. T

    VB.NET Programming Corner!

    yup, keyascii gagamitin mo dyan. tagal na ako hindi nag VB6. pero naalala ko lang, keyascii nan enter is 13. ginamit din kasi namin yan dati. if mo nalang then if = 13 then textbox1.focus elseif =(keyascii nan spacebar kung meron) then textbox2.focus mo. @maskio sir, any idea kung ano problema...
  8. T

    Exclusively for Visual Basic 6.0 Programmers Only!

    patambay po dito next sem! sana makahingi nan tulong at makatulong sa mga kaSB natin.. balik vb6 after this sem, sa ngayon tambay muna nan vb.net corner!^^,
  9. T

    OFFICIAL BRAINSTORM TEAM FOR THESIS MAKING (IT thesis projects,proposals,ideas etc..)

    Re: OFFICIAL BRAINSTORM TEAM FOR THESIS MAKING (IT thesis projects,proposals,ideas et mga master, hingi po sana ako nan info about defense. brain storming po kasi kami nan mga posibleng itanong sa amin about sa system na ginawa namin. ano ano po ba mga posibleng itanong at magandang isagot...
  10. T

    101 Visual Basic and C# Code Samples for Visual Studio .Net

    patulong naman po.. yun usercontrol ko, lumalabas sa panel sa from ko. ito po kasi gusto kong mangyari, pag ni click ko yung button sa ribbon ko sa form, mag eenable yung textbox ko sa usercontrol.. ito po code sa form.. Private Sub btnNewInvoice_Click(ByVal sender As System.Object, ByVal e...
  11. T

    VB.NET Programming Corner!

    patulong naman po.. yun usercontrol ko, lumalabas sa panel sa from ko. ito po kasi gusto kong mangyari, pag ni click ko yung button sa ribbon ko sa form, mag eenable yung textbox ko sa usercontrol.. ito po code sa form.. Private Sub btnNewInvoice_Click(ByVal sender As System.Object, ByVal e...
  12. T

    VB.NET Programming Corner!

    sir wintaburr, paano po mag bind nang textbox sa isang field ko sa access database? :thanks: in advance! saka po yung isa ko pong query sa previous page, posible po ba yung gusto kong mangyari?
  13. T

    101 Visual Basic and C# Code Samples for Visual Studio .Net

    mga master, pede mo humingi nang tulong?posible po ba yung gusto kong mangyari? ito po sana gusto kong mangyari, mag ssearch po ako sa textbox na nakarelate sa isang fieldname ko sa database, if hindi niya po ma search, automatic iaadd niya po sa database.. posible po ba yun?if yes, pede po...
  14. T

    VB.NET Programming Corner!

    mga master, pede mo humingi nang tulong?posible po ba yung gusto kong mangyari? ito po sana gusto kong mangyari, mag ssearch po ako sa textbox na nakarelate sa isang fieldname ko sa database, if hindi niya po ma search, automatic iaadd niya po sa database.. posible po ba yun?if yes, pede po...
  15. T

    VB.NET Programming Corner!

    sir eric, regarding po sa microPOS niyo, ask ko lang po pano niyo po nagawang component yung panecaption at datatoolbar?saka po yung mga form na ginawa niyo?gusto ko po kasi sana matutunan. papaalam na din po ako na ibabase ko po sa POS niyo yung design na gagawin ko sa POS na gagawin ko. design...
Back
Top Bottom