Click here to Skip to main content
15,920,383 members
Home / Discussions / C#
   

C#

 
GeneralRe: WebService Vs Remoting Pin
SimonS9-Nov-03 1:52
SimonS9-Nov-03 1:52 
GeneralRe: WebService Vs Remoting Pin
LongRange.Shooter10-Nov-03 5:24
LongRange.Shooter10-Nov-03 5:24 
GeneralDataSet Vs RecordSet Pin
CillyMe8-Nov-03 16:45
CillyMe8-Nov-03 16:45 
GeneralFile Open Dialog Question Pin
Jeff Patterson8-Nov-03 16:33
Jeff Patterson8-Nov-03 16:33 
QuestionLAME MP3 Encoder ... in C# ? Pin
Dato8-Nov-03 15:08
Dato8-Nov-03 15:08 
QuestionTag Property References? Pin
Tym!8-Nov-03 14:05
Tym!8-Nov-03 14:05 
GeneralTwo Questions for the Guru's Pin
bscott31258-Nov-03 9:58
bscott31258-Nov-03 9:58 
GeneralRe: Two Questions for the Guru's Pin
MultiThread8-Nov-03 10:35
MultiThread8-Nov-03 10:35 
Greets,

It is annoying when your UI isn't repainting when performing lengthy operations. However, Application.DoEvents() may do the trick for sending the appropriate messages required to repaint.

In C#, "\r\n" is the same as the chr(10) and chr(13) pair. That is what they are if you need to find them. "\r" is chr(10) (carriage return) and "\n" is newline. In the old days, a person that didn't send a newline really made things difficult to read. Smile | :)

BTW, the .NET library has a platform specific way of using a carriage return / newline pair, that's using the System.Environment.Newline property.

Regards,

Joe
GeneralRe: Two Questions for the Guru's Pin
jparsons8-Nov-03 12:01
jparsons8-Nov-03 12:01 
GeneralRe: Two Questions for the Guru's Pin
Sphynx_Roland19-Nov-03 8:54
Sphynx_Roland19-Nov-03 8:54 
GeneralActiveX and .NET Pin
Anonymous8-Nov-03 8:48
Anonymous8-Nov-03 8:48 
GeneralRe: ActiveX and .NET Pin
MultiThread8-Nov-03 10:44
MultiThread8-Nov-03 10:44 
GeneralRe: ActiveX and .NET Pin
Stephane Rodriguez.9-Nov-03 5:55
Stephane Rodriguez.9-Nov-03 5:55 
GeneralAssigning UserControl icon Pin
Den2Fly8-Nov-03 8:32
Den2Fly8-Nov-03 8:32 
GeneralRe: Assigning UserControl icon Pin
Nick Parker8-Nov-03 9:17
protectorNick Parker8-Nov-03 9:17 
GeneralRe: Assigning UserControl icon Pin
Anonymous8-Nov-03 10:29
Anonymous8-Nov-03 10:29 
GeneralRe: Assigning UserControl icon Pin
Nick Parker8-Nov-03 11:23
protectorNick Parker8-Nov-03 11:23 
GeneralWindows Registry Pin
Amirjalaly8-Nov-03 6:44
Amirjalaly8-Nov-03 6:44 
GeneralRe: Windows Registry Pin
David Stone8-Nov-03 6:48
sitebuilderDavid Stone8-Nov-03 6:48 
Generala special kind of operator Pin
WillemM8-Nov-03 5:28
WillemM8-Nov-03 5:28 
GeneralRe: a special kind of operator Pin
MultiThread8-Nov-03 5:43
MultiThread8-Nov-03 5:43 
GeneralRe: a special kind of operator Pin
David Stone8-Nov-03 6:45
sitebuilderDavid Stone8-Nov-03 6:45 
GeneralRe: a special kind of operator Pin
MultiThread8-Nov-03 6:57
MultiThread8-Nov-03 6:57 
GeneralRe: a special kind of operator Pin
WillemM8-Nov-03 23:38
WillemM8-Nov-03 23:38 
GeneralRe: a special kind of operator Pin
David Stone9-Nov-03 5:26
sitebuilderDavid Stone9-Nov-03 5:26 

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.