Click here to Skip to main content
15,898,538 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRandom Access Files Pin
Pickerd23-Apr-04 0:08
Pickerd23-Apr-04 0:08 
Generalwhy o why.. Pin
Anonymous22-Apr-04 23:38
Anonymous22-Apr-04 23:38 
GeneralRe: why o why.. Pin
Dave Kreskowiak23-Apr-04 0:00
mveDave Kreskowiak23-Apr-04 0:00 
GeneralDumb question... Pin
Halonix22-Apr-04 16:21
Halonix22-Apr-04 16:21 
GeneralRe: Dumb question... Pin
Mike Ellison22-Apr-04 17:37
Mike Ellison22-Apr-04 17:37 
GeneralUsing the property browser Pin
PaleyX22-Apr-04 11:59
PaleyX22-Apr-04 11:59 
GeneralClosing a form during create handle Pin
maf66622-Apr-04 9:53
maf66622-Apr-04 9:53 
GeneralRe: Closing a form during create handle Pin
Charlie Williams22-Apr-04 10:39
Charlie Williams22-Apr-04 10:39 
I'm not sure where you're trying to close your form that's causing you to get this error, but the Form class has a HandleCreated event that you can handle and close if needed.

The ideal solution, however, would be to separate your application logic from your UI and show your form only after you've determined it's appropriate.

Charlie

if(!curlies){ return; }
QuestionCan events be shared? Pin
PaleyX22-Apr-04 9:47
PaleyX22-Apr-04 9:47 
AnswerRe: Can events be shared? Pin
Charlie Williams22-Apr-04 10:23
Charlie Williams22-Apr-04 10:23 
GeneralRe: Can events be shared? Pin
PaleyX22-Apr-04 11:56
PaleyX22-Apr-04 11:56 
GeneralPublic Property Pin
XGaMeS22-Apr-04 8:57
XGaMeS22-Apr-04 8:57 
GeneralRe: Public Property Pin
Charlie Williams22-Apr-04 10:27
Charlie Williams22-Apr-04 10:27 
GeneralRe: Public Property Pin
XGaMeS23-Apr-04 5:10
XGaMeS23-Apr-04 5:10 
GeneralVBScript Pseudo-Reflection(?) [modified] Pin
MStanbrook22-Apr-04 8:47
MStanbrook22-Apr-04 8:47 
GeneralRe: VBScript Pseudo-Reflection(?) Pin
Dave Kreskowiak22-Apr-04 23:44
mveDave Kreskowiak22-Apr-04 23:44 
GeneralRe: VBScript Pseudo-Reflection(?) Pin
MStanbrook26-Apr-04 5:20
MStanbrook26-Apr-04 5:20 
GeneralRe: VBScript Pseudo-Reflection(?) Pin
daluu21-Jan-11 21:09
daluu21-Jan-11 21:09 
Generalstring search in VB.NET Pin
pnpfriend22-Apr-04 8:14
pnpfriend22-Apr-04 8:14 
GeneralRe: string search in VB.NET Pin
Charlie Williams22-Apr-04 8:43
Charlie Williams22-Apr-04 8:43 
GeneralProblem saving Bitmap as Tiff Pin
rye0422-Apr-04 8:02
rye0422-Apr-04 8:02 
Generalline chart - convert from c# to vb.net Pin
bsh1722-Apr-04 7:46
bsh1722-Apr-04 7:46 
GeneralComparing "Similar" Strings Pin
Todd Davis22-Apr-04 4:31
Todd Davis22-Apr-04 4:31 
GeneralRe: Comparing "Similar" Strings Pin
Dave Kreskowiak22-Apr-04 7:09
mveDave Kreskowiak22-Apr-04 7:09 
GeneralRe: Comparing "Similar" Strings Pin
PaleyX22-Apr-04 9:45
PaleyX22-Apr-04 9:45 

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.