Click here to Skip to main content
15,918,516 members
Home / Discussions / C#
   

C#

 
GeneralRe: Close Window problem Pin
TJoe6-Feb-08 2:17
TJoe6-Feb-08 2:17 
Questionhow to add a now treenode in the following code? Pin
samidhas4-Feb-08 22:53
samidhas4-Feb-08 22:53 
AnswerRe: how to add a now treenode in the following code? Pin
Malcolm Smart5-Feb-08 1:54
Malcolm Smart5-Feb-08 1:54 
QuestionHow do I draw a lines in a cirle? Pin
east854-Feb-08 22:53
east854-Feb-08 22:53 
GeneralRe: How do I draw a lines in a cirle? Pin
Abhijit Jana5-Feb-08 0:20
professionalAbhijit Jana5-Feb-08 0:20 
GeneralRe: How do I draw a lines in a cirle? Pin
Guffa5-Feb-08 2:44
Guffa5-Feb-08 2:44 
GeneralRe: How do I draw a lines in a cirle? Pin
east855-Feb-08 20:03
east855-Feb-08 20:03 
GeneralRe: How do I draw a lines in a cirle? Pin
Guffa5-Feb-08 20:57
Guffa5-Feb-08 20:57 
QuestionHow to know when a file created is completed? (in FilestreamWatcher) Pin
Sara1234-Feb-08 22:49
Sara1234-Feb-08 22:49 
AnswerRe: How to know when a file created is completed? (in FilestreamWatcher) Pin
Giorgi Dalakishvili4-Feb-08 22:56
mentorGiorgi Dalakishvili4-Feb-08 22:56 
GeneralRe: How to know when a file created is completed? (in FilestreamWatcher) Pin
Sara1234-Feb-08 23:46
Sara1234-Feb-08 23:46 
GeneralRe: How to know when a file created is completed? (in FilestreamWatcher) Pin
Giorgi Dalakishvili5-Feb-08 0:28
mentorGiorgi Dalakishvili5-Feb-08 0:28 
GeneralRe: How to know when a file created is completed? (in FilestreamWatcher) Pin
Sara1235-Feb-08 0:01
Sara1235-Feb-08 0:01 
Generalcrystal report error Pin
Member 7816104-Feb-08 22:47
Member 7816104-Feb-08 22:47 
Question.NET (C#) and Word Application Pin
Emanuil ACHIM4-Feb-08 22:44
Emanuil ACHIM4-Feb-08 22:44 
GeneralRe: .NET (C#) and Word Application Pin
Christian Graus4-Feb-08 22:49
protectorChristian Graus4-Feb-08 22:49 
GeneralRe: .NET (C#) and Word Application Pin
Malcolm Smart5-Feb-08 1:58
Malcolm Smart5-Feb-08 1:58 
Generalmdf and ldf file name from Backup DataBase Pin
Thaer Hamael4-Feb-08 22:41
Thaer Hamael4-Feb-08 22:41 
GeneralRe: mdf and ldf file name from Backup DataBase Pin
Christian Graus4-Feb-08 22:50
protectorChristian Graus4-Feb-08 22:50 
QuestionHow to retrieve mail from pop server and save as outlook format. Pin
Leonardo.ulric4-Feb-08 22:41
Leonardo.ulric4-Feb-08 22:41 
AnswerRe: How to retrieve mail from pop server and save as outlook format. Pin
Christian Graus4-Feb-08 22:51
protectorChristian Graus4-Feb-08 22:51 
GeneralRe: How to retrieve mail from pop server and save as outlook format. Pin
Leonardo.ulric4-Feb-08 22:57
Leonardo.ulric4-Feb-08 22:57 
GeneralStep by step wizard Pin
haolan4-Feb-08 22:35
haolan4-Feb-08 22:35 
Hi there.

I am trying to create a step by step wizard, for a Windows Mobile 6.0 PDA.

I have used forms as the steps.

In my mainform I have a method that finds the next step from an array. There are three types of steps, and each steps can appear more than once in one session.

When the last step is finished, the first step will be shown again.

In an earlier program, I used panels as my steps, but it was a little difficult to manage each step in the same form window.

In my new version, I am trying to use forms instead, but every time i click next, I can see a short blink, of the programs running in the background.

When i click the next step button in the current step, the following code is used:

mainForm.ShowNextStep();
this.Close();

ShowNextStep finds the next step and use nextStep.ShowDialog();

Is there anything I can do, so i wont see those short blinks, without using panels?
GeneralRe: Step by step wizard Pin
Christian Graus4-Feb-08 22:52
protectorChristian Graus4-Feb-08 22:52 
GeneralRe: Step by step wizard Pin
haolan4-Feb-08 22:56
haolan4-Feb-08 22:56 

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.