Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
GeneralRe: Including c# v2.0 library in a c# v1.1 library. Pin
Dave Kreskowiak14-Oct-08 1:52
mveDave Kreskowiak14-Oct-08 1:52 
AnswerRe: Including c# v2.0 library in a c# v1.1 library. Pin
Dan Neely9-Oct-08 4:06
Dan Neely9-Oct-08 4:06 
QuestionTabular crystal reports using query not through wizard Pin
tanvir20909-Oct-08 2:11
tanvir20909-Oct-08 2:11 
JokeRe: Tabular crystal reports using query not through wizard Pin
nelsonpaixao9-Oct-08 13:46
nelsonpaixao9-Oct-08 13:46 
QuestionStartUpForm / Splashscreen - Crossthreading / InvalidoperationException Pin
Piratenwichtl20009-Oct-08 0:25
Piratenwichtl20009-Oct-08 0:25 
AnswerRe: StartUpForm / Splashscreen - Crossthreading / InvalidoperationException Pin
S. Senthil Kumar9-Oct-08 3:53
S. Senthil Kumar9-Oct-08 3:53 
GeneralRe: StartUpForm / Splashscreen - Crossthreading / InvalidoperationException Pin
Piratenwichtl20009-Oct-08 4:10
Piratenwichtl20009-Oct-08 4:10 
GeneralRe: StartUpForm / Splashscreen - Crossthreading / InvalidoperationException Pin
S. Senthil Kumar9-Oct-08 4:51
S. Senthil Kumar9-Oct-08 4:51 
I can't comment on the first two, as they seem to originate from designer code. Are you sure you're not accessing any properties of StartupForm from anywhere else in the code?

For the third, I'd guess that you called Close even before the form could initialize. You could try putting a IsHandleCreated check, or you could simply store that you called Close in a boolean variable and then close the form after it has completed initialization.

Regards
Senthil [MVP - Visual C#]
_____________________________
My Home Page |My Blog | My Articles | My Flickr | WinMacro

GeneralRe: StartUpForm / Splashscreen - Crossthreading / InvalidoperationException Pin
Piratenwichtl20009-Oct-08 6:30
Piratenwichtl20009-Oct-08 6:30 
QuestionAccess C# Variable in to java Script Function Pin
mharoonkhan8-Oct-08 23:48
mharoonkhan8-Oct-08 23:48 
AnswerRe: Access C# Variable in to java Script Function Pin
SeMartens9-Oct-08 0:20
SeMartens9-Oct-08 0:20 
AnswerRe: Access C# Variable in to java Script Function Pin
vijaiganesh9-Oct-08 0:37
vijaiganesh9-Oct-08 0:37 
AnswerRe: Access C# Variable in to java Script Function Pin
Ennis Ray Lynch, Jr.9-Oct-08 3:16
Ennis Ray Lynch, Jr.9-Oct-08 3:16 
Questiondesign asynchronous interface Pin
George_George8-Oct-08 23:15
George_George8-Oct-08 23:15 
AnswerRe: design asynchronous interface Pin
Simon P Stevens9-Oct-08 3:17
Simon P Stevens9-Oct-08 3:17 
GeneralRe: design asynchronous interface Pin
George_George10-Oct-08 22:57
George_George10-Oct-08 22:57 
GeneralRe: design asynchronous interface Pin
nelsonpaixao9-Oct-08 13:49
nelsonpaixao9-Oct-08 13:49 
GeneralRe: design asynchronous interface Pin
George_George9-Oct-08 22:34
George_George9-Oct-08 22:34 
GeneralRe: design asynchronous interface Pin
nelsonpaixao10-Oct-08 13:09
nelsonpaixao10-Oct-08 13:09 
GeneralRe: design asynchronous interface Pin
George_George10-Oct-08 22:59
George_George10-Oct-08 22:59 
QuestionA potentially dangerous Request.QueryString value was detected from the client (ReturnUrl="...1111&#Write"). [modified] Pin
mimimimilaw8-Oct-08 23:05
mimimimilaw8-Oct-08 23:05 
AnswerRe: A potentially dangerous Request.QueryString value was detected from the client (ReturnUrl="...1111&#Write"). Pin
Guffa8-Oct-08 23:52
Guffa8-Oct-08 23:52 
AnswerRe: A potentially dangerous Request.QueryString value was detected from the client (ReturnUrl="...1111&#Write"). Pin
JendaPerl18-Aug-10 23:22
JendaPerl18-Aug-10 23:22 
QuestionGet Element of Generic List Pin
ezazazel8-Oct-08 21:21
ezazazel8-Oct-08 21:21 
AnswerRe: Get Element of Generic List Pin
Simon P Stevens8-Oct-08 23:01
Simon P Stevens8-Oct-08 23:01 

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.