Anyone get CreateControl() to work?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
No matter what I've tried, calling CreateControl() on a form or ctrl, does not force the creation of a handle, as the docs say. The only thing I found that does, is the usual Show() (or ShowDialog) method. The problem is, I need to modify some things before the form becomes visible, which are not callable until a handle is created (understandably). Could someone please prove Microsoft right, and make me eat my words? Or at least verify my findings? Cheers