Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Urgent WinForms Question
Message
From
09/06/2008 20:54:28
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01322227
Message ID:
01322712
Views:
16
Cool ... glad you got it working. =0)

~~Bonnie



>Yes, that's exactly what I was trying to do.
>
>Turns out I was calling my InstallCitrix method from the constructor. I moved the code into the Load event, then did:
>
>
>// Display this form
>this.Show();
>this.Update();
>
>// Launch the installer
>this.LaunchCitrixInstaller();
>
>
>And all works fine. The client is happy and I learned something new.
>
>:)
>
>
>
>
>>Kevin,
>>
>>I assume that you just want something to show while you're doing the Citrix installation? How about, still in the Load, you simply show a Splash Screen before you start the Citrix stuff?
>>
>>~~Bonnie
>>
>>
>>
>>>I have a winforms app that wrappers a Citrix installation. It basically runs the .msi file, then does some other things.
>>>
>>>The problem is that I am calling all this from the Load, so the form I have doesn't actually show until AFTER the Citrix install is done.
>>>
>>>How can I get my for thos display right away on startup?
>>>
>>>Thanks
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform