Click here to Skip to main content
15,905,914 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Non-stop Progress Bar Pin
Dave Kreskowiak3-Jul-06 2:04
mveDave Kreskowiak3-Jul-06 2:04 
GeneralRe: Non-stop Progress Bar Pin
HakunaMatada3-Jul-06 2:56
HakunaMatada3-Jul-06 2:56 
GeneralRe: Non-stop Progress Bar Pin
Dave Kreskowiak3-Jul-06 4:27
mveDave Kreskowiak3-Jul-06 4:27 
GeneralRe: Non-stop Progress Bar Pin
J Liang6-Jul-06 6:02
J Liang6-Jul-06 6:02 
Questionchange font name in the rich text box Pin
komarko20012-Jul-06 1:21
komarko20012-Jul-06 1:21 
AnswerRe: change font name in the rich text box Pin
Mekong River2-Jul-06 4:07
Mekong River2-Jul-06 4:07 
GeneralRe: change font name in the rich text box Pin
komarko20012-Jul-06 6:05
komarko20012-Jul-06 6:05 
Questionkeypress event on textbox Pin
iramg1-Jul-06 9:31
iramg1-Jul-06 9:31 
i have different textboxes in my from on one textbox when i press a tab key i want print one messagebox i am writing thiss code but its not working on tab key although its working on like back key but not on tabkey
plz tell me

Private Sub ItemCode_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles ItemCode.KeyPress<br />
If (e.KeyChar = Microsoft.VisualBasic.ChrW(9)) Then<br />
MessageBox.Show("u have pressed tab key")<br />
<br />
End If 

AnswerRe: keypress event on textbox Pin
Oktay11-Jul-06 23:24
Oktay11-Jul-06 23:24 
AnswerRe: keypress event on textbox Pin
Mekong River2-Jul-06 4:10
Mekong River2-Jul-06 4:10 
QuestionReading TextFile to a recordset Pin
aransiola1-Jul-06 8:53
aransiola1-Jul-06 8:53 
AnswerRe: Reading TextFile to a recordset Pin
Mekong River2-Jul-06 4:12
Mekong River2-Jul-06 4:12 
QuestionAdd a reference programmatically Pin
dlarkin771-Jul-06 4:32
dlarkin771-Jul-06 4:32 
AnswerRe: Add a reference programmatically Pin
Mekong River2-Jul-06 4:17
Mekong River2-Jul-06 4:17 
GeneralRe: Add a reference programmatically Pin
Dave Kreskowiak2-Jul-06 5:39
mveDave Kreskowiak2-Jul-06 5:39 
QuestionVideo Recording Application? Pin
siteslayer1-Jul-06 2:29
siteslayer1-Jul-06 2:29 
AnswerRe: Video Recording Application? Pin
Ed.Poore1-Jul-06 23:57
Ed.Poore1-Jul-06 23:57 
AnswerRe: Video Recording Application? Pin
Mekong River2-Jul-06 4:21
Mekong River2-Jul-06 4:21 
GeneralRe: Video Recording Application? Pin
Colin Angus Mackay2-Jul-06 5:06
Colin Angus Mackay2-Jul-06 5:06 
GeneralRe: Video Recording Application? Pin
Mekong River2-Jul-06 5:59
Mekong River2-Jul-06 5:59 
GeneralRe: Video Recording Application? Pin
Colin Angus Mackay2-Jul-06 6:08
Colin Angus Mackay2-Jul-06 6:08 
GeneralRe: Video Recording Application? Pin
Mekong River2-Jul-06 6:29
Mekong River2-Jul-06 6:29 
GeneralRe: Video Recording Application? Pin
Dave Kreskowiak2-Jul-06 5:37
mveDave Kreskowiak2-Jul-06 5:37 
GeneralRe: Video Recording Application? Pin
Mekong River2-Jul-06 5:57
Mekong River2-Jul-06 5:57 
GeneralRe: Video Recording Application? Pin
Colin Angus Mackay2-Jul-06 6:05
Colin Angus Mackay2-Jul-06 6:05 

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.