Click here to Skip to main content
16,004,806 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Winform Nested Datagrids - Question Pin
Lucky Sheikh6-Sep-07 20:08
Lucky Sheikh6-Sep-07 20:08 
GeneralRe: Winform Nested Datagrids - Question [modified] Pin
Smokeywade7-Sep-07 2:18
Smokeywade7-Sep-07 2:18 
QuestionIssue with Image, PictureBox, AutoRedraw. Paint Brush Application In Vb 2005 Pin
nishkarsh_k6-Sep-07 7:49
nishkarsh_k6-Sep-07 7:49 
AnswerRe: Issue with Image, PictureBox, AutoRedraw. Paint Brush Application In Vb 2005 Pin
Luc Pattyn6-Sep-07 8:06
sitebuilderLuc Pattyn6-Sep-07 8:06 
GeneralRe: Issue with Image, PictureBox, AutoRedraw. Paint Brush Application In Vb 2005 Pin
nishkarsh_k8-Sep-07 9:38
nishkarsh_k8-Sep-07 9:38 
GeneralRe: Issue with Image, PictureBox, AutoRedraw. Paint Brush Application In Vb 2005 Pin
Luc Pattyn8-Sep-07 11:01
sitebuilderLuc Pattyn8-Sep-07 11:01 
QuestionHow to create a window handle. Pin
RJGCarey6-Sep-07 7:36
RJGCarey6-Sep-07 7:36 
AnswerRe: How to create a window handle. Pin
Dave Kreskowiak6-Sep-07 7:43
mveDave Kreskowiak6-Sep-07 7:43 
RJGCarey wrote:
How does one create a handle for Form1?


You don't. It's automatically created.

The problem is caused by your code not waiting long enough for the window to be completely created. Basically, you're trying to update the window before it exists.

You can either delay starting your "Clock" class or, in the update code, check the Form's IsHandleCreated property before you try to update the Form.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: How to create a window handle. Pin
RJGCarey6-Sep-07 8:04
RJGCarey6-Sep-07 8:04 
GeneralRe: How to create a window handle. Pin
Luc Pattyn6-Sep-07 8:10
sitebuilderLuc Pattyn6-Sep-07 8:10 
GeneralRe: How to create a window handle. Pin
RJGCarey6-Sep-07 9:44
RJGCarey6-Sep-07 9:44 
GeneralRe: How to create a window handle. Pin
Luc Pattyn6-Sep-07 9:53
sitebuilderLuc Pattyn6-Sep-07 9:53 
GeneralRe: How to create a window handle. Pin
RJGCarey6-Sep-07 11:46
RJGCarey6-Sep-07 11:46 
QuestionHow to call a procidure requiring arguments with new thread Pin
Amer Rehman6-Sep-07 6:50
Amer Rehman6-Sep-07 6:50 
AnswerRe: How to call a procidure requiring arguments with new thread Pin
Dave Kreskowiak6-Sep-07 7:37
mveDave Kreskowiak6-Sep-07 7:37 
AnswerRe: How to call a procidure requiring arguments with new thread Pin
RJGCarey6-Sep-07 7:47
RJGCarey6-Sep-07 7:47 
QuestionCrystalReportviewer and Pagesetup Pin
dcode256-Sep-07 4:56
dcode256-Sep-07 4:56 
AnswerRe: CrystalReportviewer and Pagesetup Pin
Lucky Sheikh6-Sep-07 20:17
Lucky Sheikh6-Sep-07 20:17 
QuestionBackups with Volume Shadow Copy Service (VSS) under vb.net Pin
wtfia2k6-Sep-07 4:07
wtfia2k6-Sep-07 4:07 
AnswerRe: Backups with Volume Shadow Copy Service (VSS) under vb.net Pin
Dave Kreskowiak6-Sep-07 4:42
mveDave Kreskowiak6-Sep-07 4:42 
GeneralRe: Backups with Volume Shadow Copy Service (VSS) under vb.net Pin
wtfia2k6-Sep-07 5:10
wtfia2k6-Sep-07 5:10 
AnswerRe: Backups with Volume Shadow Copy Service (VSS) under vb.net Pin
wtfia2k7-Sep-07 5:15
wtfia2k7-Sep-07 5:15 
GeneralRe: Backups with Volume Shadow Copy Service (VSS) under vb.net Pin
Dave Kreskowiak7-Sep-07 6:46
mveDave Kreskowiak7-Sep-07 6:46 
QuestionDataGridView.CellValueChanged - value not firing until out of the combobox cell Pin
Marcus J. Smith6-Sep-07 3:13
professionalMarcus J. Smith6-Sep-07 3:13 
AnswerRe: DataGridView.CellValueChanged - value not firing until out of the combobox cell Pin
Dave Kreskowiak7-Sep-07 4:47
mveDave Kreskowiak7-Sep-07 4:47 

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.