Click here to Skip to main content
15,886,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: this as parameter Pin
Luc Pattyn25-May-09 12:30
sitebuilderLuc Pattyn25-May-09 12:30 
QuestionDetecting The Debug Version Pin
BlitzPackage24-May-09 15:01
BlitzPackage24-May-09 15:01 
AnswerRe: Detecting The Debug Version Pin
Luc Pattyn24-May-09 16:05
sitebuilderLuc Pattyn24-May-09 16:05 
AnswerRe: Detecting The Debug Version Pin
_Maxxx_24-May-09 16:52
professional_Maxxx_24-May-09 16:52 
AnswerRe: Detecting The Debug Version Pin
BlitzPackage24-May-09 17:11
BlitzPackage24-May-09 17:11 
Question.Net WebBrowser control wont instanciate on form in new thread? Pin
Abydosgater24-May-09 11:51
Abydosgater24-May-09 11:51 
AnswerRe: .Net WebBrowser control wont instanciate on form in new thread? Pin
Manas Bhardwaj24-May-09 11:54
professionalManas Bhardwaj24-May-09 11:54 
AnswerRe: .Net WebBrowser control wont instanciate on form in new thread? Pin
Luc Pattyn24-May-09 12:05
sitebuilderLuc Pattyn24-May-09 12:05 
Hi,

your situation is not clear to me.

if you have two Application.Run() statements, I think you are on the wrong track.

If the first form is just a splash screen, I know you are doing it wrong.
A splash screen does not need an Application.Run, just create one and Show() it.
Then do Application.Run(new Form2());

And make sure your static main() is decorated with a [STAThread]

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: .Net WebBrowser control wont instanciate on form in new thread? Pin
Abydosgater25-May-09 4:18
Abydosgater25-May-09 4:18 
GeneralRe: .Net WebBrowser control wont instanciate on form in new thread? Pin
Luc Pattyn25-May-09 4:31
sitebuilderLuc Pattyn25-May-09 4:31 
GeneralRe: .Net WebBrowser control wont instanciate on form in new thread? Pin
Abydosgater25-May-09 4:48
Abydosgater25-May-09 4:48 
GeneralRe: .Net WebBrowser control wont instanciate on form in new thread? Pin
Luc Pattyn25-May-09 5:35
sitebuilderLuc Pattyn25-May-09 5:35 
GeneralRe: .Net WebBrowser control wont instanciate on form in new thread? Pin
Abydosgater25-May-09 6:15
Abydosgater25-May-09 6:15 
GeneralRe: .Net WebBrowser control wont instanciate on form in new thread? Pin
Luc Pattyn25-May-09 6:38
sitebuilderLuc Pattyn25-May-09 6:38 
QuestionAsyncCompletedEventHandler Not Firing... Pin
Fudge Mutator24-May-09 11:21
Fudge Mutator24-May-09 11:21 
AnswerRe: AsyncCompletedEventHandler Not Firing... Pin
Manas Bhardwaj24-May-09 11:32
professionalManas Bhardwaj24-May-09 11:32 
GeneralRe: AsyncCompletedEventHandler Not Firing... Pin
Fudge Mutator24-May-09 17:43
Fudge Mutator24-May-09 17:43 
AnswerRe: AsyncCompletedEventHandler Not Firing... Pin
Luc Pattyn24-May-09 11:56
sitebuilderLuc Pattyn24-May-09 11:56 
QuestionImplemening MS-Excel ( text to columns ) function using C# Pin
MustafaHamed24-May-09 10:38
MustafaHamed24-May-09 10:38 
Questionproblem in datagrid column scrolling Pin
Shuaib wasif khan24-May-09 9:18
Shuaib wasif khan24-May-09 9:18 
AnswerRe: problem in datagrid column scrolling Pin
Luc Pattyn24-May-09 9:31
sitebuilderLuc Pattyn24-May-09 9:31 
GeneralRe: problem in datagrid column scrolling Pin
Shuaib wasif khan24-May-09 11:13
Shuaib wasif khan24-May-09 11:13 
GeneralRe: problem in datagrid column scrolling Pin
Luc Pattyn24-May-09 11:37
sitebuilderLuc Pattyn24-May-09 11:37 
Questionhow to change font for tooltip control ? Pin
xingselex24-May-09 6:44
xingselex24-May-09 6:44 
AnswerRe: how to change font for tooltip control ? Pin
dan!sh 24-May-09 6:49
professional dan!sh 24-May-09 6:49 

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.