Search results for query: *

  1. A

    problem with form positioning...

    Hi everybody, When I click the resize button of a VB.NET window form, instead of resizing, it partially goes out of screen. Is there any way to set the bounds of the form within the screen. Thanks.
  2. A

    problem with handling 'Enter Key' event

    Hi guys, Three is a requirement to select a particular button when the user presses the enter key in a textbox(s). For e.g., if a user presses 'Enter' button in Phone Field, Bill round or ClerkID textboxes, the cmdFind button should be automatically clicked, etc. I try to do this by using...
  3. A

    Problems with text display in listbox, VB.NET.

    Hi, I have been designing some Window Forms with VB.NET. I have a listbox control and a label on top to display the headers for the listbox items. On resizing the form, the font sizes of the displayed text are not automatically resized. So, I initialize the fontsize of the texts...
Back
Top