Click here to Skip to main content
15,913,758 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSine Wave Sound Pin
jignesh14223-Jun-12 0:21
jignesh14223-Jun-12 0:21 
AnswerRe: Sine Wave Sound Pin
javadadabi23-Jun-12 2:30
javadadabi23-Jun-12 2:30 
AnswerRe: Sine Wave Sound Pin
Nick Otten24-Jun-12 20:45
Nick Otten24-Jun-12 20:45 
GeneralRe: Sine Wave Sound Pin
jignesh14225-Jun-12 22:08
jignesh14225-Jun-12 22:08 
GeneralRe: Sine Wave Sound Pin
Nick Otten25-Jun-12 22:28
Nick Otten25-Jun-12 22:28 
GeneralRe: Sine Wave Sound Pin
jignesh14226-Jun-12 4:46
jignesh14226-Jun-12 4:46 
GeneralRe: Sine Wave Sound Pin
Nick Otten26-Jun-12 11:40
Nick Otten26-Jun-12 11:40 
GeneralRe: Sine Wave Sound Pin
javadadabi27-Jun-12 0:21
javadadabi27-Jun-12 0:21 
Questionedit games Pin
Member 915884022-Jun-12 16:08
Member 915884022-Jun-12 16:08 
AnswerRe: edit games Pin
javadadabi23-Jun-12 2:34
javadadabi23-Jun-12 2:34 
AnswerRe: edit games Pin
ZurdoDev25-Jun-12 4:12
professionalZurdoDev25-Jun-12 4:12 
Questionedit games Pin
Member 915884022-Jun-12 16:02
Member 915884022-Jun-12 16:02 
AnswerRe: edit games Pin
Dave Kreskowiak22-Jun-12 16:10
mveDave Kreskowiak22-Jun-12 16:10 
AnswerRe: edit games Pin
Midnight Ahri22-Jun-12 18:31
Midnight Ahri22-Jun-12 18:31 
GeneralRe: edit games Pin
Richard MacCutchan22-Jun-12 22:35
mveRichard MacCutchan22-Jun-12 22:35 
AnswerRe: edit games Pin
Richard MacCutchan23-Jun-12 2:20
mveRichard MacCutchan23-Jun-12 2:20 
QuestionRe: edit games Pin
Midnight Ahri24-Jun-12 16:07
Midnight Ahri24-Jun-12 16:07 
AnswerRe: edit games Pin
Richard MacCutchan24-Jun-12 21:58
mveRichard MacCutchan24-Jun-12 21:58 
QuestionRe: edit games Pin
Midnight Ahri24-Jun-12 22:04
Midnight Ahri24-Jun-12 22:04 
AnswerRe: edit games Pin
Richard MacCutchan24-Jun-12 22:17
mveRichard MacCutchan24-Jun-12 22:17 
QuestionCannot change text of button on a control. Pin
Ammar_Ahmad22-Jun-12 13:16
Ammar_Ahmad22-Jun-12 13:16 
AnswerRe: Cannot change text of button on a control. Pin
Dave Kreskowiak22-Jun-12 14:38
mveDave Kreskowiak22-Jun-12 14:38 
GeneralRe: Cannot change text of button on a control. Pin
Ammar_Ahmad22-Jun-12 14:58
Ammar_Ahmad22-Jun-12 14:58 
GeneralRe: Cannot change text of button on a control. Pin
Dave Kreskowiak22-Jun-12 16:09
mveDave Kreskowiak22-Jun-12 16:09 
The click event is not going to work for this. Click is fired after the button is pushed AND released.

Similar code has to be called by the MouseDown, MouseUp, KeyDown and KeyUp handlers. The xDown events fire when the button is pushed down and the mouse or key is still being held down. The xUp events fire when the mouse or key is released.

GeneralRe: Cannot change text of button on a control. Pin
javadadabi23-Jun-12 2:44
javadadabi23-Jun-12 2:44 

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.