Search results for query: *

  1. A

    which grid most VB.net developers use for the Windows applications?

    u can use MS FlexGrid or MSH FlexGrid in VB.NET too also u can use Component ONE's True DB Grid for .NET (version 8)
  2. A

    Textbox, pressing return

    u can write the code on the KeyPerss event of the textbox, or if u want this for all the textboxes then, make the KeyPreview property of the Form true and then use SendKeys.Send in the KeyPress event of the Form. i hope it will help
Back
Top