Click here to Skip to main content
15,894,896 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
QuestionComparitive function for Format() in .NET Pin
Marcus J. Smith26-Apr-07 5:05
professionalMarcus J. Smith26-Apr-07 5:05 
AnswerRe: Comparitive function for Format() in .NET Pin
Dave Kreskowiak26-Apr-07 5:40
mveDave Kreskowiak26-Apr-07 5:40 
AnswerRe: Comparitive function for Format() in .NET Pin
mabo4226-Apr-07 5:40
mabo4226-Apr-07 5:40 
QuestionTreeview Topnode problem Pin
dBrong26-Apr-07 5:02
dBrong26-Apr-07 5:02 
AnswerRe: Treeview Topnode problem Pin
Dave Kreskowiak26-Apr-07 5:19
mveDave Kreskowiak26-Apr-07 5:19 
GeneralRe: Treeview Topnode problem Pin
dBrong26-Apr-07 14:05
dBrong26-Apr-07 14:05 
QuestionCodeDom : How to write #region blocks? Pin
Duncan Edwards Jones26-Apr-07 3:46
professionalDuncan Edwards Jones26-Apr-07 3:46 
AnswerRe: CodeDom : How to write #region blocks? Pin
Dave Kreskowiak26-Apr-07 6:49
mveDave Kreskowiak26-Apr-07 6:49 
GeneralRe: CodeDom : How to write #region blocks? Pin
Duncan Edwards Jones26-Apr-07 22:19
professionalDuncan Edwards Jones26-Apr-07 22:19 
GeneralRe: CodeDom : How to write #region blocks? Pin
Dave Kreskowiak27-Apr-07 10:11
mveDave Kreskowiak27-Apr-07 10:11 
QuestionList box ordering at run time Pin
samerh26-Apr-07 3:35
samerh26-Apr-07 3:35 
AnswerRe: List box ordering at run time Pin
samerh26-Apr-07 4:07
samerh26-Apr-07 4:07 
QuestionCD\DVD-rom Pin
Xmen Real 26-Apr-07 2:31
professional Xmen Real 26-Apr-07 2:31 
AnswerRe: CD\DVD-rom Pin
leckey26-Apr-07 4:33
leckey26-Apr-07 4:33 

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.