Click here to Skip to main content
15,916,601 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Absolutely URGENT help needed - Collections Pin
Colin Angus Mackay26-Apr-07 14:25
Colin Angus Mackay26-Apr-07 14:25 
GeneralRe: Absolutely URGENT help needed - Collections Pin
new_rez26-Apr-07 14:27
new_rez26-Apr-07 14:27 
GeneralRe: Absolutely URGENT help needed - Collections Pin
Colin Angus Mackay26-Apr-07 14:33
Colin Angus Mackay26-Apr-07 14:33 
GeneralRe: Absolutely URGENT help needed - Collections Pin
Christian Graus26-Apr-07 14:36
protectorChristian Graus26-Apr-07 14:36 
GeneralRe: Absolutely URGENT help needed - Collections Pin
Christian Graus26-Apr-07 14:33
protectorChristian Graus26-Apr-07 14:33 
GeneralRe: Absolutely URGENT help needed - Collections Pin
Christian Graus26-Apr-07 14:32
protectorChristian Graus26-Apr-07 14:32 
AnswerRe: Absolutely URGENT help needed - Collections Pin
Christian Graus26-Apr-07 14:15
protectorChristian Graus26-Apr-07 14:15 
GeneralRe: Absolutely URGENT help needed - Collections Pin
Colin Angus Mackay26-Apr-07 14:20
Colin Angus Mackay26-Apr-07 14:20 
AnswerRe: Absolutely URGENT help needed - Collections Pin
Colin Angus Mackay26-Apr-07 14:19
Colin Angus Mackay26-Apr-07 14:19 
Questionregular expression Pin
aldo hexosa26-Apr-07 12:50
professionalaldo hexosa26-Apr-07 12:50 
AnswerRe: regular expression Pin
Christian Graus26-Apr-07 13:03
protectorChristian Graus26-Apr-07 13:03 
GeneralRe: regular expression Pin
aldo hexosa1-May-07 3:41
professionalaldo hexosa1-May-07 3:41 
GeneralRe: regular expression Pin
Christian Graus1-May-07 10:37
protectorChristian Graus1-May-07 10:37 
QuestionCan't access AppSettings of appConfig file Pin
PollyAnna33326-Apr-07 6:01
PollyAnna33326-Apr-07 6:01 
AnswerRe: Can't access AppSettings of appConfig file Pin
Dave Kreskowiak26-Apr-07 6:38
mveDave Kreskowiak26-Apr-07 6:38 
AnswerRe: Can't access AppSettings of appConfig file Pin
kubben26-Apr-07 8:12
kubben26-Apr-07 8:12 
GeneralRe: Can't access AppSettings of appConfig file Pin
PollyAnna33326-Apr-07 22:14
PollyAnna33326-Apr-07 22:14 
AnswerRe: Can't access AppSettings of appConfig file Pin
PollyAnna33327-Apr-07 5:09
PollyAnna33327-Apr-07 5:09 
GeneralRe: Can't access AppSettings of appConfig file Pin
kubben27-Apr-07 8:11
kubben27-Apr-07 8:11 
GeneralRe: Can't access AppSettings of appConfig file Pin
PollyAnna33329-Apr-07 21:13
PollyAnna33329-Apr-07 21:13 
QuestionWrite a tag to a jpeg file in Vista Pin
bigshop26-Apr-07 5:56
bigshop26-Apr-07 5:56 
QuestionCheck for keypress on timer tick Pin
RyanPotter26-Apr-07 5:36
RyanPotter26-Apr-07 5:36 
Hey guys, I have a bit of code that's giving me trouble. I have an If Then statement within a timer which checks if the user has pressed a certain key. If so, it should display a messagebox, but every time the timer ticks, it displays the messagebox regardless of any buttons being pressed. Here's the code:

  Private Sub UpTimer_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles UpTimer.Tick<br />
<br />
        If Keys.Up Then<br />
            MessageBox.Show("", "")<br />
        End If<br />
<br />
End Sub


Thanks!
AnswerRe: Check for keypress on timer tick Pin
Dave Kreskowiak26-Apr-07 5:45
mveDave Kreskowiak26-Apr-07 5:45 
GeneralRe: Check for keypress on timer tick Pin
RyanPotter26-Apr-07 5:53
RyanPotter26-Apr-07 5:53 
GeneralRe: Check for keypress on timer tick Pin
Dave Kreskowiak26-Apr-07 6:18
mveDave Kreskowiak26-Apr-07 6:18 

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.