Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
GeneralDesignMode always false Pin
Hesham Amin3-Sep-04 21:43
Hesham Amin3-Sep-04 21:43 
GeneralC# Script Debug Pin
For_IT3-Sep-04 20:53
For_IT3-Sep-04 20:53 
GeneralRe: C# Script Debug Pin
EssOEss4-Sep-04 20:30
EssOEss4-Sep-04 20:30 
GeneralRe: C# Script Debug Pin
For_IT5-Sep-04 18:16
For_IT5-Sep-04 18:16 
GeneralRe: C# Script Debug Pin
EssOEss6-Sep-04 4:54
EssOEss6-Sep-04 4:54 
QuestionSearching for Carriage Return in string? Pin
econner3-Sep-04 19:15
econner3-Sep-04 19:15 
AnswerRe: Searching for Carriage Return in string? Pin
mav.northwind3-Sep-04 21:01
mav.northwind3-Sep-04 21:01 
GeneralRe: Searching for Carriage Return in string? Pin
Werdna4-Sep-04 10:04
Werdna4-Sep-04 10:04 
But it depends if the string was created on windows, unix or mac.
On windows you'll have \r\n
On unix, just \n
and mac just \r
so if you have unix string and search for \r you won't find new lines.
You can use Environment.NewLine to get the version of new line that your program is running on.
GeneralRe: Searching for Carriage Return in string? Pin
mav.northwind4-Sep-04 23:20
mav.northwind4-Sep-04 23:20 
QuestionHow To Send Info To One's Email Address. Pin
WartHog0003-Sep-04 15:36
WartHog0003-Sep-04 15:36 
AnswerRe: How To Send Info To One's Email Address. Pin
mav.northwind3-Sep-04 21:09
mav.northwind3-Sep-04 21:09 
GeneralSending Keyboard Events Pin
Alex Leshinsky3-Sep-04 14:31
Alex Leshinsky3-Sep-04 14:31 
GeneralRe: Sending Keyboard Events Pin
Alex Leshinsky4-Sep-04 9:06
Alex Leshinsky4-Sep-04 9:06 
GeneralRe: Sending Keyboard Events Pin
Stefan Troschuetz5-Sep-04 2:18
Stefan Troschuetz5-Sep-04 2:18 
GeneralRe: Sending Keyboard Events Pin
Alex Leshinsky4-Sep-04 9:17
Alex Leshinsky4-Sep-04 9:17 
GeneralRe: Sending Keyboard Events Pin
EssOEss4-Sep-04 20:35
EssOEss4-Sep-04 20:35 
GeneralRe: Sending Keyboard Events Pin
Anonymous4-Sep-04 21:17
Anonymous4-Sep-04 21:17 
GeneralRe: Sending Keyboard Events Pin
Anonymous4-Sep-04 21:27
Anonymous4-Sep-04 21:27 
GeneralRe: Sending Keyboard Events Pin
EssOEss6-Sep-04 5:09
EssOEss6-Sep-04 5:09 
GeneralToolBar and toolBarButton Problem Pin
Inquire2you3-Sep-04 14:09
Inquire2you3-Sep-04 14:09 
GeneralRe: ToolBar and toolBarButton Problem Pin
Mr. Rogers4-Sep-04 12:15
Mr. Rogers4-Sep-04 12:15 
GeneralRe: ToolBar and toolBarButton Problem Pin
Inquire2you6-Sep-04 9:56
Inquire2you6-Sep-04 9:56 
GeneralRe: ToolBar and toolBarButton Problem Pin
Mr. Rogers6-Sep-04 10:56
Mr. Rogers6-Sep-04 10:56 
GeneralGlobal Keyboard Hook Pin
Alex Leshinsky3-Sep-04 13:45
Alex Leshinsky3-Sep-04 13:45 
GeneralRe: Global Keyboard Hook Pin
Alex Leshinsky3-Sep-04 20:59
Alex Leshinsky3-Sep-04 20:59 

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.