How do I get the Tab key to be treated like a normal character?
Answer / Anuj Kumar
To treat the Tab key as a normal character, handle the KeyPress event of your control and check for the KeyChar being vbTab. If it is, you can use e.Handled = False to allow the default behavior (moving focus to the next control) instead of the beep sound.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to compare inserted text in (textbox1.text) with existing database value in (Sqldatasource1) in visual studio 2005 ?
what are the Control Categories?
What is the use of Data Form Wizard?
What type of databases you can access through ADO Data Access Object?
what is single thread and multithread apartments model?
How can you filter out specific type of file using file system controls?
Is visual basic c#?
How will you define a function to accept variable number of arguments ?
Is the Variant type slower than using other variable types?
What is the use of parameters collection?
Which ADO object is used to perform commit / rollback ? Is it command or connection or recordset I am not sure of the options given. So please let me know the answer if it is something else.
Difference between ActiveX Exe and Dll.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)