Click here to Skip to main content
15,902,299 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB.NET basic questions Pin
areon2515-Jul-06 15:43
areon2515-Jul-06 15:43 
AnswerRe: VB.NET basic questions Pin
Dave Kreskowiak16-Jul-06 2:01
mveDave Kreskowiak16-Jul-06 2:01 
QuestionDetermining what components of Microsoft Office are installed Pin
Pixa15-Jul-06 10:16
Pixa15-Jul-06 10:16 
AnswerRe: Determining what components of Microsoft Office are installed Pin
Ed.Poore15-Jul-06 13:11
Ed.Poore15-Jul-06 13:11 
GeneralRe: Determining what components of Microsoft Office are installed Pin
Pixa15-Jul-06 21:37
Pixa15-Jul-06 21:37 
GeneralRe: Determining what components of Microsoft Office are installed Pin
Ed.Poore15-Jul-06 22:33
Ed.Poore15-Jul-06 22:33 
GeneralRe: Determining what components of Microsoft Office are installed Pin
Pixa16-Jul-06 3:26
Pixa16-Jul-06 3:26 
QuestionIs there a Sleep/Pause/Timeout function Pin
John Waclawski15-Jul-06 9:49
John Waclawski15-Jul-06 9:49 
I want VB.Net 2005 to pause for x amount of seconds then continue on. I've tried the System.Threading.Thread.Sleep(xxxx) method and that sort of works. If I have multiple threads in there it seems to pause the combine time of the Sleep method & only execute the last line.
For example:
<br />
        Label6.Text = "On!!!"<br />
        System.Threading.Thread.Sleep(3000)<br />
        Label6.Text = "Off!!!"<br />
        System.Threading.Thread.Sleep(3000)<br />
        Label6.Text = "Something else!!!"<br />

only nets me "Something else!!!" 6 seconds later. Sigh | :sigh: There has to be a clean way to do this.
AnswerRe: Is there a Sleep/Pause/Timeout function Pin
Ed.Poore15-Jul-06 13:12
Ed.Poore15-Jul-06 13:12 
GeneralRe: Is there a Sleep/Pause/Timeout function Pin
John Waclawski15-Jul-06 17:50
John Waclawski15-Jul-06 17:50 
QuestionConvert Excel Table to Access Pin
Tomic15-Jul-06 7:46
Tomic15-Jul-06 7:46 
AnswerRe: Convert Excel Table to Access Pin
Ed.Poore15-Jul-06 13:16
Ed.Poore15-Jul-06 13:16 
QuestionHooking the Mouse Pin
AndrewVos15-Jul-06 4:20
AndrewVos15-Jul-06 4:20 
AnswerRe: Hooking the Mouse Pin
Keith Malwitz16-Jul-06 19:07
Keith Malwitz16-Jul-06 19:07 
GeneralRe: Hooking the Mouse Pin
AndrewVos16-Jul-06 19:17
AndrewVos16-Jul-06 19:17 
QuestionSaving user inputs for later use Pin
Almerica15-Jul-06 1:49
Almerica15-Jul-06 1:49 
AnswerRe: Saving user inputs for later use Pin
Ed.Poore15-Jul-06 13:19
Ed.Poore15-Jul-06 13:19 
AnswerRe: Saving user inputs for later use Pin
Werries17-Jul-06 9:14
Werries17-Jul-06 9:14 
QuestionWhat is an XML editor? Pin
szevy_suez15-Jul-06 0:50
szevy_suez15-Jul-06 0:50 
AnswerRe: What is an XML editor? [modified] Pin
giddy_guitarist15-Jul-06 8:02
giddy_guitarist15-Jul-06 8:02 
AnswerRe: What is an XML editor? Pin
giddy_guitarist15-Jul-06 20:59
giddy_guitarist15-Jul-06 20:59 
QuestionTrouble with combobox in DataGrid Pin
fiaolle14-Jul-06 23:29
fiaolle14-Jul-06 23:29 
QuestionDataGrid Pin
Amarni14-Jul-06 22:40
Amarni14-Jul-06 22:40 
AnswerRe: DataGrid Pin
RookieThomas14-Jul-06 23:30
RookieThomas14-Jul-06 23:30 
QuestionMove Form Pin
Socheat.Net14-Jul-06 15:59
Socheat.Net14-Jul-06 15:59 

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.