Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
AnswerRe: dll compilation,error CS0006 Pin
leppie5-Jul-06 19:27
leppie5-Jul-06 19:27 
QuestionPrinting in a MDI Form Pin
Vipin Venugopal5-Jul-06 18:38
Vipin Venugopal5-Jul-06 18:38 
AnswerRe: Printing in a MDI Form Pin
stancrm5-Jul-06 20:09
stancrm5-Jul-06 20:09 
GeneralRe: Printing in a MDI Form Pin
Vipin Venugopal5-Jul-06 21:23
Vipin Venugopal5-Jul-06 21:23 
GeneralRe: Printing in a MDI Form Pin
stancrm5-Jul-06 22:05
stancrm5-Jul-06 22:05 
QuestionSNMP Agent discovery in c# Pin
mikeyhardingboyo5-Jul-06 18:36
mikeyhardingboyo5-Jul-06 18:36 
AnswerRe: SNMP Agent discovery in c# Pin
led mike6-Jul-06 4:54
led mike6-Jul-06 4:54 
QuestionHow to check Windows Form is completely shown on the screen [modified] Pin
monakey5-Jul-06 18:20
monakey5-Jul-06 18:20 
Actually the reason for this is:
i want to do printscreens within my application(like after i press a button on my form, this button press will run a method with printscreen function), therefore at first i had
Application.DoEvents();
System.Threading.Thread.Sleep(1000);

but i read up on application.doevents() and there is an issue that it may go into an event twice..

Is there a way to check when the windows form is completely loaded or repainted as i run my application?
Or is there suggestions to let the application wait while continuing to load? cos if using thread.sleep only, the whole application will pause and the form loading will also pause.
Or is there any alternative to application.doevents() ?

Let me clarify that i am not using this in the form_Load but using it in other methods within the form.



i'll appreciate any help. Thanks.
QuestionPlz help!!!! Pin
İsmail Durmaz5-Jul-06 17:18
İsmail Durmaz5-Jul-06 17:18 
AnswerRe: Plz help!!!! Pin
Guffa5-Jul-06 20:07
Guffa5-Jul-06 20:07 
QuestionEditBox in System tray Pin
eblaschka5-Jul-06 16:17
eblaschka5-Jul-06 16:17 
QuestionC# Application prompting for a Disk to be insterted in Drive Pin
EmmaO5-Jul-06 15:58
EmmaO5-Jul-06 15:58 
AnswerRe: C# Application prompting for a Disk to be insterted in Drive Pin
mav.northwind6-Jul-06 5:44
mav.northwind6-Jul-06 5:44 
Questionturning off the start navigation "click" sound in WebBrowser Control Pin
mbenezra5-Jul-06 15:51
mbenezra5-Jul-06 15:51 
AnswerRe: turning off the start navigation "click" sound in WebBrowser Control Pin
Ravi Bhavnani5-Jul-06 17:27
professionalRavi Bhavnani5-Jul-06 17:27 
GeneralRe: turning off the start navigation "click" sound in WebBrowser Control Pin
mbenezra6-Jul-06 8:28
mbenezra6-Jul-06 8:28 
QuestionLanguage Translator Pin
Ben_Cameron5-Jul-06 15:33
Ben_Cameron5-Jul-06 15:33 
AnswerRe: Language Translator Pin
Ravi Bhavnani5-Jul-06 17:29
professionalRavi Bhavnani5-Jul-06 17:29 
QuestionPassing value to Class Pin
oskardiazdeleon5-Jul-06 14:14
oskardiazdeleon5-Jul-06 14:14 
AnswerRe: Passing value to Class Pin
Guffa5-Jul-06 20:09
Guffa5-Jul-06 20:09 
Questionhow to execute my exe before main exe ? Pin
hdv2125-Jul-06 14:02
hdv2125-Jul-06 14:02 
AnswerRe: how to execute my exe before main exe ? Pin
Dave Kreskowiak5-Jul-06 15:43
mveDave Kreskowiak5-Jul-06 15:43 
QuestionSQL - Handling Large Volumes of Data [modified] Pin
MrEyes5-Jul-06 13:28
MrEyes5-Jul-06 13:28 
AnswerRe: SQL - Handling Large Volumes of Data Pin
Alexander Wiseman5-Jul-06 14:11
Alexander Wiseman5-Jul-06 14:11 
AnswerRe: SQL - Handling Large Volumes of Data Pin
Daniel Turini5-Jul-06 14:18
Daniel Turini5-Jul-06 14:18 

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.