Click here to Skip to main content
15,893,381 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: upzip a folder in vb.net Pin
Christian Graus15-Sep-09 21:53
protectorChristian Graus15-Sep-09 21:53 
GeneralRe: upzip a folder in vb.net Pin
nicetohaveyou15-Sep-09 23:20
nicetohaveyou15-Sep-09 23:20 
GeneralRe: upzip a folder in vb.net Pin
Johan Hakkesteegt16-Sep-09 0:23
Johan Hakkesteegt16-Sep-09 0:23 
GeneralRe: upzip a folder in vb.net Pin
Christian Graus16-Sep-09 1:40
protectorChristian Graus16-Sep-09 1:40 
QuestionDrag and Drop from ... Pin
rspercy6515-Sep-09 10:51
rspercy6515-Sep-09 10:51 
AnswerRe: Drag and Drop from ... Pin
Ian Shlasko15-Sep-09 11:04
Ian Shlasko15-Sep-09 11:04 
Questioncancel background worker process Pin
captainmogo15-Sep-09 9:38
captainmogo15-Sep-09 9:38 
AnswerRe: cancel background worker process Pin
Ian Shlasko15-Sep-09 10:14
Ian Shlasko15-Sep-09 10:14 
Instead of doing one big wait operation, put it in a loop...


VB
timeout = DateTime.Now.Add(timespan)

Do While DateTime.Now < timeout AndAlso Not e.Cancelled
  'Wait for a few seconds
Loop

If e.Cancelled Then
  .....


Proud to have finally moved to the A-Ark. Which one are you in?
Developer, Author (Guardians of Xen)

GeneralRe: cancel background worker process Pin
captainmogo16-Sep-09 3:05
captainmogo16-Sep-09 3:05 
GeneralRe: cancel background worker process Pin
Ian Shlasko16-Sep-09 3:52
Ian Shlasko16-Sep-09 3:52 
GeneralRe: cancel background worker process Pin
captainmogo16-Sep-09 4:37
captainmogo16-Sep-09 4:37 
GeneralRe: cancel background worker process Pin
Ian Shlasko16-Sep-09 4:46
Ian Shlasko16-Sep-09 4:46 
QuestionTextBox - input displaying in reverse when being entered? Pin
Nick Leporacci15-Sep-09 6:17
Nick Leporacci15-Sep-09 6:17 
AnswerRe: TextBox - input displaying in reverse when being entered? Pin
EliottA15-Sep-09 7:20
EliottA15-Sep-09 7:20 
AnswerRe: TextBox - input displaying in reverse when being entered? Pin
Hurricane300015-Sep-09 7:41
Hurricane300015-Sep-09 7:41 
AnswerRe: TextBox - input displaying in reverse when being entered? Pin
Nick Leporacci15-Sep-09 8:12
Nick Leporacci15-Sep-09 8:12 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
mypicturefaded15-Sep-09 9:20
mypicturefaded15-Sep-09 9:20 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Nick Leporacci15-Sep-09 9:35
Nick Leporacci15-Sep-09 9:35 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Christian Graus15-Sep-09 10:21
protectorChristian Graus15-Sep-09 10:21 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Nick Leporacci15-Sep-09 11:09
Nick Leporacci15-Sep-09 11:09 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Christian Graus15-Sep-09 12:01
protectorChristian Graus15-Sep-09 12:01 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Tom Deketelaere15-Sep-09 22:54
professionalTom Deketelaere15-Sep-09 22:54 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Christian Graus15-Sep-09 23:10
protectorChristian Graus15-Sep-09 23:10 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Tom Deketelaere15-Sep-09 23:17
professionalTom Deketelaere15-Sep-09 23:17 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Hurricane300015-Sep-09 16:28
Hurricane300015-Sep-09 16:28 

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.