Click here to Skip to main content
15,924,828 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Hierarchy & Transparent Controls Pin
Richard Blythe2-May-07 7:34
Richard Blythe2-May-07 7:34 
AnswerRe: Hierarchy & Transparent Controls Pin
Dave Kreskowiak2-May-07 8:18
mveDave Kreskowiak2-May-07 8:18 
GeneralRe: Hierarchy & Transparent Controls Pin
CompMan442-May-07 8:50
CompMan442-May-07 8:50 
GeneralRe: Hierarchy & Transparent Controls Pin
Dave Kreskowiak2-May-07 12:02
mveDave Kreskowiak2-May-07 12:02 
Questionrational rose Pin
tantoun1-May-07 8:53
tantoun1-May-07 8:53 
AnswerRe: rational rose Pin
Paul Conrad13-Jul-07 13:46
professionalPaul Conrad13-Jul-07 13:46 
Questionprogress bar on MDI Pin
sarah_malik29-Apr-07 1:17
sarah_malik29-Apr-07 1:17 
AnswerRe: progress bar on MDI [modified] Pin
CompMan441-May-07 13:13
CompMan441-May-07 13:13 
First, why not have the child form itself update the progress bar? Then you don't have to do all that polling.
Or if you must do polling, make sure to call Application.DoEvents() and Thread.Sleep() in your wait loop; not doing this is probably what causes the steps to "all [be] performed at once."



A little learning is a dangerous thing;
Drink deep, or taste not, the Pierian Spring.
Alexander Pope

GeneralRe: progress bar on MDI Pin
sarah_malik2-May-07 4:55
sarah_malik2-May-07 4:55 
GeneralRe: progress bar on MDI Pin
Pete O'Hanlon2-May-07 5:12
mvePete O'Hanlon2-May-07 5:12 
AnswerRe: progress bar on MDI Pin
Ch_Shahzad iqbal18-May-07 1:12
Ch_Shahzad iqbal18-May-07 1:12 
QuestionRecommendations for a grid that can be displayed left to right. (Arabic Support) Pin
mejax28-Apr-07 1:26
mejax28-Apr-07 1:26 
QuestionTaskbar icon problem with FormBorderStyle.None Pin
Kashif Iqbal Khan27-Apr-07 7:09
Kashif Iqbal Khan27-Apr-07 7:09 
QuestionHelp textbox Pin
Anka_Ame27-Apr-07 2:11
Anka_Ame27-Apr-07 2:11 
AnswerRe: Help textbox Pin
Arun.Immanuel27-Apr-07 2:16
Arun.Immanuel27-Apr-07 2:16 
QuestionRe: Help textbox Pin
Anka_Ame27-Apr-07 2:37
Anka_Ame27-Apr-07 2:37 
AnswerRe: Help textbox Pin
Arun.Immanuel27-Apr-07 2:57
Arun.Immanuel27-Apr-07 2:57 
GeneralRe: Help textbox Pin
Anka_Ame27-Apr-07 3:04
Anka_Ame27-Apr-07 3:04 
GeneralRe: Help textbox Pin
Arun.Immanuel27-Apr-07 3:27
Arun.Immanuel27-Apr-07 3:27 
GeneralRe: Help textbox Pin
Anka_Ame27-Apr-07 3:35
Anka_Ame27-Apr-07 3:35 
QuestionXml read in C++ Pin
Anka_Ame26-Apr-07 10:14
Anka_Ame26-Apr-07 10:14 
AnswerRe: Xml read in C++ Pin
pbraun27-Apr-07 8:32
pbraun27-Apr-07 8:32 
AnswerRe: Xml read in C++ Pin
sthotakura30-Apr-07 5:17
sthotakura30-Apr-07 5:17 
GeneralSimple App Strategy Pin
Brady Kelly24-Apr-07 5:07
Brady Kelly24-Apr-07 5:07 
GeneralRe: Simple App Strategy Pin
kubben25-Apr-07 2:09
kubben25-Apr-07 2:09 

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.