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

Visual Basic

 
GeneralRe: Problem migrating from VB to VB.NET Pin
drexler_kk13-Feb-06 16:33
drexler_kk13-Feb-06 16:33 
QuestionNeed to print a single record from the data report Pin
Santhosh Nickson12-Feb-06 16:25
Santhosh Nickson12-Feb-06 16:25 
Questionprogramming for communications in VB6 using USB port Pin
wtfskh12-Feb-06 16:16
wtfskh12-Feb-06 16:16 
AnswerRe: programming for communications in VB6 using USB port Pin
Dave Kreskowiak13-Feb-06 5:38
mveDave Kreskowiak13-Feb-06 5:38 
Questionhow to enter txt in datagrid in another form Pin
thepityone12-Feb-06 16:10
thepityone12-Feb-06 16:10 
QuestionCANCEL ON GOING PROCESS Pin
aqui_i12-Feb-06 15:58
aqui_i12-Feb-06 15:58 
AnswerRe: CANCEL ON GOING PROCESS Pin
alien viper12-Feb-06 16:31
alien viper12-Feb-06 16:31 
AnswerRe: CANCEL ON GOING PROCESS Pin
patgrape12-Feb-06 16:32
patgrape12-Feb-06 16:32 
Cheesy poor man approach - use a timer or application.doevents to let the cancel button be clicked.

Better approach - do long-running processing on a background thread. Rocky Lhotka's article (link below) provides a straightforward approach for controlling a task and providing for user cancellation. You can have it implemented in 2 hours.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/html/vbnet09272002.asp



Patgrape
QuestionChange shared add-in project Pin
cylix200012-Feb-06 15:30
cylix200012-Feb-06 15:30 
Questionusercontrol question Pin
maytel12-Feb-06 15:16
maytel12-Feb-06 15:16 
AnswerRe: usercontrol question Pin
alien viper12-Feb-06 16:18
alien viper12-Feb-06 16:18 
GeneralRe: usercontrol question Pin
maytel12-Feb-06 19:10
maytel12-Feb-06 19:10 
Questionhow 2 convert .mdb to .cdb Pin
williamccyccyccy12-Feb-06 14:35
williamccyccyccy12-Feb-06 14:35 
QuestionsqlException was unhandle by user code! Pin
pandapatin12-Feb-06 14:32
pandapatin12-Feb-06 14:32 
AnswerRe: sqlException was unhandle by user code! Pin
Dave Kreskowiak12-Feb-06 15:13
mveDave Kreskowiak12-Feb-06 15:13 
GeneralRe: sqlException was unhandle by user code! Pin
pandapatin12-Feb-06 16:44
pandapatin12-Feb-06 16:44 
GeneralRe: sqlException was unhandle by user code! Pin
Dave Kreskowiak13-Feb-06 5:28
mveDave Kreskowiak13-Feb-06 5:28 
QuestionCompilation Error ! how to solve? Pin
pandapatin12-Feb-06 14:09
pandapatin12-Feb-06 14:09 
AnswerRe: Compilation Error ! how to solve? Pin
Dave Kreskowiak12-Feb-06 14:16
mveDave Kreskowiak12-Feb-06 14:16 
QuestionUI problem Pin
Nick_Kisialiou12-Feb-06 12:24
Nick_Kisialiou12-Feb-06 12:24 
AnswerRe: UI problem Pin
Dave Kreskowiak12-Feb-06 13:25
mveDave Kreskowiak12-Feb-06 13:25 
GeneralRe: UI problem Pin
Nick_Kisialiou12-Feb-06 13:34
Nick_Kisialiou12-Feb-06 13:34 
GeneralRe: UI problem Pin
Dave Kreskowiak12-Feb-06 13:42
mveDave Kreskowiak12-Feb-06 13:42 
GeneralRe: UI problem Pin
Nick_Kisialiou12-Feb-06 14:24
Nick_Kisialiou12-Feb-06 14:24 
GeneralRe: UI problem Pin
Dave Kreskowiak12-Feb-06 15:12
mveDave Kreskowiak12-Feb-06 15:12 

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.