Click here to Skip to main content
16,008,954 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Force a Tab Pin
Wendelius7-Jan-09 4:52
mentorWendelius7-Jan-09 4:52 
GeneralRe: Force a Tab Pin
Cory Kimble7-Jan-09 5:48
Cory Kimble7-Jan-09 5:48 
GeneralRe: Force a Tab Pin
Wendelius7-Jan-09 6:07
mentorWendelius7-Jan-09 6:07 
AnswerRe: Force a Tab Pin
programmervb.netc++7-Jan-09 5:17
programmervb.netc++7-Jan-09 5:17 
GeneralRe: Force a Tab Pin
Cory Kimble7-Jan-09 5:46
Cory Kimble7-Jan-09 5:46 
GeneralRe: Force a Tab Pin
nlarson117-Jan-09 5:57
nlarson117-Jan-09 5:57 
AnswerRe: Force a Tab Pin
Alan N7-Jan-09 6:37
Alan N7-Jan-09 6:37 
AnswerRe: Force a Tab Pin
Dave Kreskowiak7-Jan-09 6:53
mveDave Kreskowiak7-Jan-09 6:53 
This shouldn't even be an issue. How I did it in the past is enable the Form's KeyPreview, then handle it's KeyDown event. This handler should look for the preamble keysequence, eat the keys so they don't go to the controls, then start reading each key and appending to a string, until you see the postamble sequence, being sure to eat those keys. Then you've got the barcode, having never input the thing into a TextBox.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionLinking Excel 2007 Pivot Tables report fields) Pin
PaulRochell7-Jan-09 2:20
PaulRochell7-Jan-09 2:20 
Questionsending email with dynamically generated htmltable Pin
uglyeyes7-Jan-09 2:16
uglyeyes7-Jan-09 2:16 
AnswerRe: sending email with dynamically generated htmltable Pin
Colin Angus Mackay7-Jan-09 2:26
Colin Angus Mackay7-Jan-09 2:26 
GeneralRe: sending email with dynamically generated htmltable Pin
uglyeyes7-Jan-09 3:59
uglyeyes7-Jan-09 3:59 
GeneralRe: sending email with dynamically generated htmltable Pin
Eddy Vluggen7-Jan-09 4:29
professionalEddy Vluggen7-Jan-09 4:29 
GeneralRe: sending email with dynamically generated htmltable [modified] Pin
uglyeyes7-Jan-09 4:38
uglyeyes7-Jan-09 4:38 
GeneralRe: sending email with dynamically generated htmltable Pin
Eddy Vluggen7-Jan-09 8:18
professionalEddy Vluggen7-Jan-09 8:18 
GeneralRe: sending email with dynamically generated htmltable Pin
uglyeyes7-Jan-09 12:38
uglyeyes7-Jan-09 12:38 
GeneralRe: sending email with dynamically generated htmltable Pin
uglyeyes7-Jan-09 12:53
uglyeyes7-Jan-09 12:53 
GeneralRe: sending email with dynamically generated htmltable Pin
Colin Angus Mackay7-Jan-09 8:21
Colin Angus Mackay7-Jan-09 8:21 
Answer[Message Deleted] Pin
uglyeyes7-Jan-09 2:49
uglyeyes7-Jan-09 2:49 
QuestionNeed help, AD & (C# or VB.NET) Pin
hoshyarD7-Jan-09 1:38
hoshyarD7-Jan-09 1:38 
AnswerRe: Need help, AD & (C# or VB.NET) Pin
Paddy Boyd7-Jan-09 3:06
Paddy Boyd7-Jan-09 3:06 
QuestionRe: Need help, AD & (C# or VB.NET) Pin
Eddy Vluggen7-Jan-09 4:31
professionalEddy Vluggen7-Jan-09 4:31 
AnswerRe: Need help, AD & (C# or VB.NET) Pin
Jon_Boy7-Jan-09 5:49
Jon_Boy7-Jan-09 5:49 
AnswerRe: Need help, AD & (C# or VB.NET) Pin
hoshyarD7-Jan-09 22:11
hoshyarD7-Jan-09 22:11 
GeneralRe: Need help, AD & (C# or VB.NET) Pin
Eddy Vluggen8-Jan-09 0:07
professionalEddy Vluggen8-Jan-09 0:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.