Click here to Skip to main content
15,919,178 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionError inserting a date into an SqlCe DataTable Pin
Paul Hasler12-Jan-10 13:47
Paul Hasler12-Jan-10 13:47 
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 
This might be more of a framework issue, but since the code is VB....

We have a large application, written in VB.Net 3.5 and running on Vista systems using the Aero interface. During long processes, we show a form that displays continuing progress, like this:

Label1.Text = String.Format("Completed: {0}%", CInt((Count / Total) * 100))
Label1.Invalidate()
Me.Invalidate()
Application.DoEvents()

This works just fine, until the user turns to another task and a different window covers the progress form. At that moment, the form stops being updated. Moving the covering window away does not cause the form to start updating again, and the result is a useless box that taunts us, making us guess if it is almost done or stalled at 20%. A similar problem occurs with other forms of feedback such as progress bars and status controls.

Any suggestions?
AnswerRe: Cover a form and it no longer updates Pin
Luc Pattyn12-Jan-10 13:14
sitebuilderLuc Pattyn12-Jan-10 13:14 
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 

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.