Click here to Skip to main content
15,928,330 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Factory Question Pin
shrin20008-Aug-05 5:00
shrin20008-Aug-05 5:00 
GeneralRe: Factory Question Pin
Christian Graus8-Aug-05 13:11
protectorChristian Graus8-Aug-05 13:11 
GeneralRe: Factory Question Pin
Anonymous10-Aug-05 5:33
Anonymous10-Aug-05 5:33 
GeneralRe: Factory Question Pin
shrin200010-Aug-05 5:34
shrin200010-Aug-05 5:34 
GeneralRe: Factory Question Pin
Christian Graus10-Aug-05 10:08
protectorChristian Graus10-Aug-05 10:08 
Generaljpg image Pin
kenloverboy5-Aug-05 4:13
kenloverboy5-Aug-05 4:13 
GeneralRe: jpg image Pin
Anonymous5-Aug-05 13:46
Anonymous5-Aug-05 13:46 
Questionform->show () problem??? Pin
richiemac4-Aug-05 23:30
richiemac4-Aug-05 23:30 
Hi all,

I'm trying to show a form using show but I'm getting some odd behaviour. Here's the code,

<br />
SplashScreen* splash = new SplashScreen ();<br />
	splash->Show ();<br />
<br />
	if ( ! BCM->ValidateConfigurationFile () )<br />
	{<br />
		return 0;<br />
	}<br />
	else<br />
	{<br />
		if ( BCM->RunLoginScreen () )<br />
		{<br />
			Application::Run ( new NetworkView ( BCM->getAccessLevel () ) );<br />
		}<br />
		return 0;<br />


I want the splash form to stay open until it is closed in the RunLoginScreen () method. The form however doesn't open until the login method opens a login screen. Can anyone tell me why I'm getting this behaviour.

Thanks in advance guys.
AnswerRe: form->show () problem??? Pin
richiemac5-Aug-05 3:27
richiemac5-Aug-05 3:27 
GeneralC++ Question Pin
DiscoBall 133-Aug-05 10:36
DiscoBall 133-Aug-05 10:36 
GeneralRe: C++ Question Pin
koothkeeper3-Aug-05 11:13
professionalkoothkeeper3-Aug-05 11:13 
GeneralRe: C++ Question Pin
toxcct3-Aug-05 22:22
toxcct3-Aug-05 22:22 
GeneralRe: C++ Question Pin
Anonymous4-Aug-05 8:23
Anonymous4-Aug-05 8:23 
GeneralRe: C++ Question Pin
DiscoBall134-Aug-05 16:30
sussDiscoBall134-Aug-05 16:30 
GeneralArray Pointer math Pin
mikesys3-Aug-05 9:39
mikesys3-Aug-05 9:39 
GeneralRe: Array Pointer math Pin
Christian Graus3-Aug-05 13:24
protectorChristian Graus3-Aug-05 13:24 
GeneralRe: Array Pointer math Pin
Anonymous3-Aug-05 14:23
Anonymous3-Aug-05 14:23 
GeneralRe: Array Pointer math Pin
Christian Graus3-Aug-05 14:30
protectorChristian Graus3-Aug-05 14:30 
Question.resX file question?? Pin
richiemac2-Aug-05 23:21
richiemac2-Aug-05 23:21 
AnswerRe: .resX file question?? Pin
ursus zeta7-Aug-05 10:11
ursus zeta7-Aug-05 10:11 
GeneralRe: .resX file question?? Pin
richiemac7-Aug-05 21:54
richiemac7-Aug-05 21:54 
GeneralUsing C++ libraries in C application Pin
lata07mahi2-Aug-05 2:07
lata07mahi2-Aug-05 2:07 
GeneralRe: Using C++ libraries in C application Pin
Nemanja Trifunovic2-Aug-05 2:55
Nemanja Trifunovic2-Aug-05 2:55 
Questionhow to write an avi file Pin
limra1-Aug-05 22:07
limra1-Aug-05 22:07 
AnswerRe: how to write an avi file Pin
ursus zeta2-Aug-05 9:19
ursus zeta2-Aug-05 9:19 

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.