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 Geobitz

  1. G

    VB.NET Programming Corner!

    Re: VB.NET Programming Corner! UPDATED!!! Baka mas gusto niya ng Open Source backend. :) will puwede naman yan mas challenging. GoodLuck sa coding! :)
  2. G

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

    try this! use richtexbox Private Sub form_load() Dim FontName As String With RichTextBox1 FontName = .SelFontName .SelFontName = "Symbol" .SelText = Chr(80) 'lower case .SelText = Chr(112) 'upper case .SelFontName =...
  3. G

    VB.NET Programming Corner!

    Re: VB.NET Programming Corner! UPDATED!!! Private void sheetInfo() { Dim query As String foreach ( DataGridViewRow dgRow in sheetDataGridView.Rows) { query = ("INSERT INTO tblDTR(ID, emp_Name, ddate, AM-IN, AM-OUT,PM-IN, PM-OUT,OVER-IN,OVER-OUT) values ("' +...
  4. G

    VB.NET Programming Corner!

    Re: VB.NET Programming Corner! UPDATED!!! Private void sheetInfo() { Dim query As String foreach ( DataGridViewRow dgRow in sheetDataGridView.Rows) { query = ("INSERT INTO tblDTR(ID, emp_Name, ddate, AM-IN, AM-OUT,PM-IN, PM-OUT,OVER-IN,OVER-OUT) values ("' +...
  5. G

    VB.NET Programming Corner!

    Re: VB.NET Programming Corner! UPDATED!!! I think ang gusto mo is DropdownChecklist, sa web na try ko na po ito. sa winform i think you need to make your own control. or download if you find someone. Enjoy!
Back
Top Bottom