Click here to Skip to main content
15,891,981 members
Home / Discussions / C#
   

C#

 
QuestionSQLite or SQL Server Everywhere ! Which one is better !? Pin
Nadia Monalisa20-Sep-06 4:17
Nadia Monalisa20-Sep-06 4:17 
AnswerRe: SQLite or SQL Server Everywhere ! Which one is better !? Pin
Member 9620-Sep-06 7:07
Member 9620-Sep-06 7:07 
QuestionHow do I make Dropshadow on a UserControl Pin
Jan-Erik Romoeren20-Sep-06 4:14
Jan-Erik Romoeren20-Sep-06 4:14 
Questiondatagrid fill in complete area Pin
Amar Chaudhary20-Sep-06 4:08
Amar Chaudhary20-Sep-06 4:08 
Question.NET Framework Pin
kalyanPaladugu20-Sep-06 3:59
kalyanPaladugu20-Sep-06 3:59 
AnswerRe: .NET Framework Pin
kalyanPaladugu20-Sep-06 5:13
kalyanPaladugu20-Sep-06 5:13 
Questionhow to put a string in an array Pin
faladrim20-Sep-06 3:58
faladrim20-Sep-06 3:58 
AnswerRe: how to put a string in an array Pin
Coding C#20-Sep-06 4:09
Coding C#20-Sep-06 4:09 
hi,

you can send your string in comma separated way
for ex.
port.WriteLine("1" + "," + txt_name.Text);

and while receiving it you can split string on comma delimeter and store it in array.

for ex.

string []strarr=strGetString.Split(',');

where strGetString is a string variable in which you receive string data.

hope this works.
GeneralRe: how to put a string in an array Pin
faladrim20-Sep-06 4:25
faladrim20-Sep-06 4:25 
GeneralRe: how to put a string in an array Pin
faladrim20-Sep-06 4:34
faladrim20-Sep-06 4:34 
GeneralRe: how to put a string in an array Pin
Coding C#20-Sep-06 4:40
Coding C#20-Sep-06 4:40 
QuestionHow to upload file to HTTPS site Pin
tb6020-Sep-06 3:47
tb6020-Sep-06 3:47 
QuestionRemote Debugging [modified] ..am i in the right forum ??? Pin
iqazi20-Sep-06 3:23
iqazi20-Sep-06 3:23 
QuestionHow to modify the data in xml file? Pin
CooperWu20-Sep-06 3:22
CooperWu20-Sep-06 3:22 
AnswerRe: How to modify the data in xml file? Pin
CooperWu20-Sep-06 3:34
CooperWu20-Sep-06 3:34 
AnswerRe: How to modify the data in xml file? Pin
Stefan Troschuetz20-Sep-06 3:38
Stefan Troschuetz20-Sep-06 3:38 
GeneralRe: How to modify the data in xml file? Pin
CooperWu20-Sep-06 3:54
CooperWu20-Sep-06 3:54 
QuestionHow to get access to NET2.0 methods in VS2005 Pin
Atlemann20-Sep-06 3:14
Atlemann20-Sep-06 3:14 
AnswerRe: How to get access to NET2.0 methods in VS2005 Pin
Dave Kreskowiak20-Sep-06 6:18
mveDave Kreskowiak20-Sep-06 6:18 
QuestionData Relation / Databinding Correct With XML visible -sorry Pin
harwanegg20-Sep-06 3:10
harwanegg20-Sep-06 3:10 
QuestionData Relation / Databinding Pin
harwanegg20-Sep-06 3:08
harwanegg20-Sep-06 3:08 
Questionhorizontal scrollbar for ListView component in my WinForm Pin
a#@20-Sep-06 2:47
a#@20-Sep-06 2:47 
QuestionFunction method Pin
Kasic Slobodan20-Sep-06 2:45
Kasic Slobodan20-Sep-06 2:45 
AnswerRe: Function method Pin
User 665820-Sep-06 2:55
User 665820-Sep-06 2:55 
QuestionRe: Function method Pin
Kasic Slobodan20-Sep-06 5:34
Kasic Slobodan20-Sep-06 5:34 

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.