Click here to Skip to main content
15,925,499 members
Home / Discussions / C#
   

C#

 
AnswerRe: Create report ... Word / pdf or new form Pin
cocoonwls14-Feb-07 10:27
cocoonwls14-Feb-07 10:27 
QuestionCollection of objects Pin
Wayne Phipps14-Feb-07 9:38
Wayne Phipps14-Feb-07 9:38 
AnswerRe: Collection of objects Pin
Guffa14-Feb-07 11:30
Guffa14-Feb-07 11:30 
QuestionEscaping special characters in SQL Statement after form submission Pin
dboy22114-Feb-07 9:30
dboy22114-Feb-07 9:30 
AnswerRe: Escaping special characters in SQL Statement after form submission Pin
Wayne Phipps14-Feb-07 9:48
Wayne Phipps14-Feb-07 9:48 
AnswerRe: Escaping special characters in SQL Statement after form submission Pin
Abisodun14-Feb-07 9:55
Abisodun14-Feb-07 9:55 
Questionparsing dicom file Pin
rajuhero14-Feb-07 9:06
rajuhero14-Feb-07 9:06 
AnswerRe: parsing Pin
Colin Angus Mackay14-Feb-07 9:10
Colin Angus Mackay14-Feb-07 9:10 
QuestionHow to create folder by C#? Pin
abalbo14-Feb-07 8:53
abalbo14-Feb-07 8:53 
AnswerRe: How to create folder by C#? Pin
Stefan Troschuetz14-Feb-07 9:00
Stefan Troschuetz14-Feb-07 9:00 
AnswerRe: How to create folder by C#? Pin
MaxRelaxman14-Feb-07 9:04
MaxRelaxman14-Feb-07 9:04 
QuestionTwo Window Applications - One Installation Pin
Khoramdin14-Feb-07 8:25
Khoramdin14-Feb-07 8:25 
AnswerRe: Two Window Applications - One Installation Pin
Colin Angus Mackay14-Feb-07 9:09
Colin Angus Mackay14-Feb-07 9:09 
QuestionRe: Two Window Applications - One Installation Pin
Khoramdin14-Feb-07 14:33
Khoramdin14-Feb-07 14:33 
QuestionHELP Integrate MALAB Pin
abbd14-Feb-07 7:35
abbd14-Feb-07 7:35 
AnswerRe: HELP Integrate MATLAB Pin
andyharman14-Feb-07 8:27
professionalandyharman14-Feb-07 8:27 
QuestionAppDomain - Loading a assemly Pin
AJ12314-Feb-07 6:22
AJ12314-Feb-07 6:22 
AnswerRe: AppDomain - Loading a assemly Pin
Luc Pattyn14-Feb-07 7:00
sitebuilderLuc Pattyn14-Feb-07 7:00 
QuestionC# Pin
vasini14-Feb-07 6:02
vasini14-Feb-07 6:02 
AnswerRe: C# Pin
Guffa14-Feb-07 6:12
Guffa14-Feb-07 6:12 
QuestionHow to register CDO.DLL and CDOEXM.DLL on XP? Pin
bouli14-Feb-07 5:23
bouli14-Feb-07 5:23 
QuestionHow to write on a textarea when going thru a big loop? Pin
Eddymvp14-Feb-07 5:10
Eddymvp14-Feb-07 5:10 
AnswerRe: How to write on a textarea when going thru a big loop? Pin
Colin Angus Mackay14-Feb-07 5:19
Colin Angus Mackay14-Feb-07 5:19 
Eddymvp wrote:
I have a program that I want to write on a textarea before it goes thru the the loop, and for some reason it just hands there and write to the text area after it finished going thru the loop.


You are not allowing the user interface a chance to update the display. It only does this once it has finished processing your request. The request doesn't finish until it goes through the loop.

There is a way to get it to refresh the display, but I can't remember how off the top of my head.


GeneralRe: How to write on a textarea when going thru a big loop? Pin
Eddymvp14-Feb-07 5:31
Eddymvp14-Feb-07 5:31 
AnswerRe: How to write on a textarea when going thru a big loop? Pin
Guffa14-Feb-07 6:04
Guffa14-Feb-07 6:04 

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.