Search results for query: *

  1. lake54

    Question Opening an application with arguments

    I'm making a basic launcher for a mod that I'm on the team of for a popular game. I've managed to do what I believe to be tricky for me - get it to check the version installed against the one online (text files are handy :-) Now, the thing is, it won't launch the game. I've tried all of these...
  2. lake54

    Question MessageBox - How to get the result of a Yes/No?

    Thanks for your code - I tried it again but it still didn't work. I've decided to leave the code as-is for now (just displaying that it was wrong) rather than spend half an hour or more trying to figure out where I put one small mistake. I've got too much homework for that :-) I'll come back...
  3. lake54

    Question MessageBox - How to get the result of a Yes/No?

    When you click yes, it just closes the message box, and the form itself stays the same. How do I do the debugging you're talking about? Is that the 'step into' stuff? Thanks for persevering! James
  4. lake54

    Question MessageBox - How to get the result of a Yes/No?

    Yeah I noticed that :-) Still didn't work though :-S
  5. lake54

    Question MessageBox - How to get the result of a Yes/No?

    Sorry just tried that in replace of the entire ElseIf to End If and it didn't work :-S Have a feeling that I must have done something else wrong if that didn't work. Thanks for your reply. James
  6. lake54

    Question MessageBox - How to get the result of a Yes/No?

    Hi all, I'm good with PCs in general, so I'm not a total noob, but I've only just started learning Visual Basic .NET for A Levels. Part of this week's 'homework' was to write a particular program that does such and such - won't bore you with the details, but please don't think I'm "one of...
Back
Top