Click here to Skip to main content
15,901,284 members
Home / Discussions / C#
   

C#

 
GeneralRe: Compare performances of two statements Pin
Rob Philpott20-Mar-08 6:00
Rob Philpott20-Mar-08 6:00 
GeneralRe: Compare performances of two statements Pin
led mike20-Mar-08 5:58
led mike20-Mar-08 5:58 
Generalconvert string to a string array Pin
gottimukkala20-Mar-08 4:59
gottimukkala20-Mar-08 4:59 
GeneralRe: convert string to a string array Pin
geekfromindia20-Mar-08 5:05
geekfromindia20-Mar-08 5:05 
GeneralRe: convert string to a string array Pin
Not Active20-Mar-08 5:19
mentorNot Active20-Mar-08 5:19 
GeneralRe: convert string to a string array Pin
gottimukkala20-Mar-08 5:37
gottimukkala20-Mar-08 5:37 
GeneralRe: convert string to a string array Pin
geekfromindia20-Mar-08 5:42
geekfromindia20-Mar-08 5:42 
GeneralRe: convert string to a string array Pin
Not Active20-Mar-08 6:20
mentorNot Active20-Mar-08 6:20 
A string is already an array of chars. If you want to assign a string value to an element in an array, just do it, nothing complicated. Why do you think it is so difficult?

string hello = "Hello";<br />
string world = "World";<br />
string[] myStrings = new string[2];<br />
myStrings[0] = hello;<br />
myStrings[1] = world;



only two letters away from being an asset

GeneralIgnore (repost) Pin
phannon8620-Mar-08 5:22
professionalphannon8620-Mar-08 5:22 
GeneralGraphicsUnit conversion Pin
Stevo Z20-Mar-08 4:54
Stevo Z20-Mar-08 4:54 
GeneralRe: GraphicsUnit conversion Pin
CPallini20-Mar-08 6:01
mveCPallini20-Mar-08 6:01 
GeneralMessageboxes as MDI children Pin
Bekjong20-Mar-08 4:48
Bekjong20-Mar-08 4:48 
GeneralRe: Messageboxes as MDI children Pin
led mike20-Mar-08 4:57
led mike20-Mar-08 4:57 
GeneralRe: Messageboxes as MDI children Pin
Bekjong20-Mar-08 5:05
Bekjong20-Mar-08 5:05 
QuestionWeb server and User Machine Pin
drbrucce20-Mar-08 3:03
drbrucce20-Mar-08 3:03 
GeneralRe: Web server and User Machine Pin
N a v a n e e t h20-Mar-08 3:09
N a v a n e e t h20-Mar-08 3:09 
GeneralSecurity exception Pin
DaveyM6920-Mar-08 2:59
professionalDaveyM6920-Mar-08 2:59 
GeneralRe: Security exception Pin
Bashir Magomedov20-Mar-08 4:21
Bashir Magomedov20-Mar-08 4:21 
Questionproblem with a function Pin
pyde20-Mar-08 2:44
pyde20-Mar-08 2:44 
GeneralRe: problem with a function Pin
Paul Conrad21-Mar-08 10:05
professionalPaul Conrad21-Mar-08 10:05 
GeneralRe: problem with a function Pin
pyde22-Mar-08 0:57
pyde22-Mar-08 0:57 
GeneralRe: problem with a function Pin
pyde26-Mar-08 8:26
pyde26-Mar-08 8:26 
GeneralPrinting borderless with PrintDocument class (on a printer that supports it) Pin
AntoonHzn20-Mar-08 2:42
AntoonHzn20-Mar-08 2:42 
GeneralSpeed MyDriver Day !!! Pin
morisson_c20-Mar-08 2:36
morisson_c20-Mar-08 2:36 
GeneralRe: Speed MyDriver Day !!! Pin
Rob Philpott20-Mar-08 2:46
Rob Philpott20-Mar-08 2:46 

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.