Click here to Skip to main content
15,907,687 members
Home / Discussions / C#
   

C#

 
AnswerRe: 2 question in C# Pin
Christian Graus24-Oct-05 15:24
protectorChristian Graus24-Oct-05 15:24 
QuestionHelp with REGEX match cases Pin
jeweladdict24-Oct-05 13:57
jeweladdict24-Oct-05 13:57 
AnswerRe: Help with REGEX match cases Pin
Christian Graus24-Oct-05 14:00
protectorChristian Graus24-Oct-05 14:00 
GeneralRe: Help with REGEX match cases Pin
jeweladdict25-Oct-05 5:39
jeweladdict25-Oct-05 5:39 
QuestionRichtextbox -> ListBox Pin
Stathread24-Oct-05 13:49
Stathread24-Oct-05 13:49 
AnswerRe: Richtextbox -> ListBox Pin
Christian Graus24-Oct-05 14:02
protectorChristian Graus24-Oct-05 14:02 
GeneralRe: Richtextbox -> ListBox Pin
Stathread24-Oct-05 14:06
Stathread24-Oct-05 14:06 
GeneralRe: Richtextbox -> ListBox Pin
Christian Graus24-Oct-05 14:11
protectorChristian Graus24-Oct-05 14:11 
This is C#, your string class has a split method. Try splitting on just \r, or just \n. The boxes you get in your list box make me think the rich text control is returning one of those two, and not both. So, call the split method and get a string array, use for each to pass them into the list box.


Christian Graus - Microsoft MVP - C++
GeneralRe: Richtextbox -> ListBox Pin
Stathread24-Oct-05 14:13
Stathread24-Oct-05 14:13 
GeneralRe: Richtextbox -> ListBox Pin
Christian Graus24-Oct-05 14:15
protectorChristian Graus24-Oct-05 14:15 
GeneralRe: Richtextbox -> ListBox Pin
Stathread24-Oct-05 14:15
Stathread24-Oct-05 14:15 
GeneralRe: Richtextbox -> ListBox Pin
Christian Graus24-Oct-05 14:17
protectorChristian Graus24-Oct-05 14:17 
GeneralRe: Richtextbox -> ListBox Pin
Stathread24-Oct-05 14:20
Stathread24-Oct-05 14:20 
QuestionIs it possible to copy or delete or move a locked file? Pin
Sasuko24-Oct-05 12:49
Sasuko24-Oct-05 12:49 
AnswerRe: Is it possible to copy or delete or move a locked file? Pin
enjoycrack24-Oct-05 12:58
enjoycrack24-Oct-05 12:58 
QuestionPassing an active Socket from C# to Managed C++ Pin
DeepToot24-Oct-05 11:58
DeepToot24-Oct-05 11:58 
AnswerRe: Passing an active Socket from C# to Managed C++ Pin
S. Senthil Kumar24-Oct-05 19:21
S. Senthil Kumar24-Oct-05 19:21 
GeneralRe: Passing an active Socket from C# to Managed C++ Pin
DeepToot25-Oct-05 3:53
DeepToot25-Oct-05 3:53 
QuestionDisplay Window's Explorer menu in MY program's context menu Pin
Kasdoffe24-Oct-05 11:47
Kasdoffe24-Oct-05 11:47 
AnswerRe: Display Window's Explorer menu in MY program's context menu Pin
Judah Gabriel Himango24-Oct-05 12:23
sponsorJudah Gabriel Himango24-Oct-05 12:23 
QuestionNetwork communications Pin
Wjousts24-Oct-05 10:58
Wjousts24-Oct-05 10:58 
AnswerRe: Network communications Pin
enjoycrack24-Oct-05 12:29
enjoycrack24-Oct-05 12:29 
GeneralRe: Network communications Pin
Wjousts25-Oct-05 2:06
Wjousts25-Oct-05 2:06 
QuestionDelete Event Pin
Agyeman24-Oct-05 10:20
Agyeman24-Oct-05 10:20 
AnswerRe: Delete Event Pin
Judah Gabriel Himango24-Oct-05 12:19
sponsorJudah Gabriel Himango24-Oct-05 12:19 

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.