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

Visual Basic

 
AnswerRe: Error inserting a date into an SqlCe DataTable Pin
Andy_L_J12-Jan-10 16:10
Andy_L_J12-Jan-10 16:10 
GeneralRe: Error inserting a date into an SqlCe DataTable Pin
Paul Hasler12-Jan-10 17:14
Paul Hasler12-Jan-10 17:14 
AnswerI've got it working but I'm still confused Pin
Paul Hasler12-Jan-10 18:14
Paul Hasler12-Jan-10 18:14 
GeneralRe: I've got it working but I'm still confused Pin
_Damian S_12-Jan-10 20:53
professional_Damian S_12-Jan-10 20:53 
AnswerRe: Error inserting a date into an SqlCe DataTable Pin
Dave Kreskowiak12-Jan-10 18:29
mveDave Kreskowiak12-Jan-10 18:29 
GeneralRe: Error inserting a date into an SqlCe DataTable Pin
Paul Hasler13-Jan-10 2:40
Paul Hasler13-Jan-10 2:40 
QuestionCover a form and it no longer updates Pin
Gregory Gadow12-Jan-10 12:53
Gregory Gadow12-Jan-10 12:53 
AnswerRe: Cover a form and it no longer updates Pin
Luc Pattyn12-Jan-10 13:14
sitebuilderLuc Pattyn12-Jan-10 13:14 
TechBearSeattle wrote:
Any suggestions?


yes. stop abusing DoEvents() and organize your app the proper way: GUI stuff in the main thread, everything that takes (or might take) more than 30 msec in one or more separate threads, possibly ThreadPool or BackgroundWorker; and all painting in paint handlers.

Here is some literature for you:
animation1[^]
crossthreads1[^]

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Happy New Year to all.
We hope 2010 soon brings us automatic PRE tags!
Until then, please insert them manually.


GeneralRe: Cover a form and it no longer updates Pin
Gregory Gadow13-Jan-10 3:41
Gregory Gadow13-Jan-10 3:41 
GeneralRe: Cover a form and it no longer updates Pin
Luc Pattyn13-Jan-10 3:49
sitebuilderLuc Pattyn13-Jan-10 3:49 
GeneralRe: Cover a form and it no longer updates Pin
Tom Deketelaere13-Jan-10 3:58
professionalTom Deketelaere13-Jan-10 3:58 
GeneralRe: Cover a form and it no longer updates Pin
Gregory Gadow13-Jan-10 5:15
Gregory Gadow13-Jan-10 5:15 
GeneralRe: Cover a form and it no longer updates Pin
Tom Deketelaere13-Jan-10 5:27
professionalTom Deketelaere13-Jan-10 5:27 
GeneralRe: Cover a form and it no longer updates Pin
Luc Pattyn13-Jan-10 5:31
sitebuilderLuc Pattyn13-Jan-10 5:31 
GeneralRe: Cover a form and it no longer updates Pin
Gregory Gadow13-Jan-10 5:57
Gregory Gadow13-Jan-10 5:57 
GeneralRe: Cover a form and it no longer updates Pin
Tom Deketelaere13-Jan-10 3:57
professionalTom Deketelaere13-Jan-10 3:57 
GeneralRe: Cover a form and it no longer updates Pin
Gregory Gadow13-Jan-10 5:18
Gregory Gadow13-Jan-10 5:18 
QuestionVB+Crystal Report Problem Pin
Tufail Ahmad11-Jan-10 21:32
Tufail Ahmad11-Jan-10 21:32 
QuestionAbout Public Arrays in VB Pin
Niungareamit11-Jan-10 21:17
Niungareamit11-Jan-10 21:17 
AnswerRe: About Public Arrays in VB Pin
Wayne Gaylard12-Jan-10 2:37
professionalWayne Gaylard12-Jan-10 2:37 
AnswerRe: About Public Arrays in VB Pin
Ray Cassick12-Jan-10 6:53
Ray Cassick12-Jan-10 6:53 
GeneralRe: About Public Arrays in VB Pin
Ian Shlasko12-Jan-10 11:11
Ian Shlasko12-Jan-10 11:11 
GeneralRe: About Public Arrays in VB Pin
MikeMarq12-Jan-10 12:10
MikeMarq12-Jan-10 12:10 
GeneralRe: About Public Arrays in VB Pin
Ray Cassick12-Jan-10 14:14
Ray Cassick12-Jan-10 14:14 
GeneralRe: About Public Arrays in VB Pin
Wayne Gaylard12-Jan-10 21:05
professionalWayne Gaylard12-Jan-10 21:05 

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.