Click here to Skip to main content
16,005,080 members
Home / Discussions / C#
   

C#

 
GeneralRe: UserControl designer bug ? Pin
Jay Shankar16-Dec-04 14:13
Jay Shankar16-Dec-04 14:13 
GeneralRecording wave file in low level Pin
vhunghl15-Dec-04 19:28
vhunghl15-Dec-04 19:28 
GeneralRe: Recording wave file in low level Pin
Daniel Turini15-Dec-04 22:50
Daniel Turini15-Dec-04 22:50 
GeneralRemoving whitespace Pin
kobezt0815-Dec-04 19:18
kobezt0815-Dec-04 19:18 
GeneralRe: Removing whitespace Pin
Gangren15-Dec-04 19:39
Gangren15-Dec-04 19:39 
GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 19:42
kobezt0815-Dec-04 19:42 
GeneralRe: Removing whitespace Pin
Jay Shankar15-Dec-04 19:45
Jay Shankar15-Dec-04 19:45 
GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 20:35
kobezt0815-Dec-04 20:35 
tried this

string c1 = lstContent1.SelectedItem.ToString();
string c2 = lstContent2.SelectedItem.ToString();
c1 = c1.Replace(" ", string.Empty);
c2 = c2.Replace(" ", string.Empty);

System.Console.WriteLine("c1 = " + c1);

OutCome still the same Cry | :((

"1" "James" "Bond"


tried using c1 = c1.Replace(' ', string.Empty);
but got D:\My Documents\Visual Studio Projects\New-FYP (Try-Out) 2\Form1.cs(372): Argument '2': cannot convert from 'string' to 'char'

GeneralRe: Removing whitespace Pin
Gangren15-Dec-04 20:56
Gangren15-Dec-04 20:56 
GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 21:17
kobezt0815-Dec-04 21:17 
GeneralRe: Removing whitespace Pin
Gangren15-Dec-04 21:31
Gangren15-Dec-04 21:31 
GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 21:44
kobezt0815-Dec-04 21:44 
GeneralRe: Removing whitespace Pin
kobezt0815-Dec-04 21:44
kobezt0815-Dec-04 21:44 
GeneralUnknown Registry Pin
Anonymous15-Dec-04 16:39
Anonymous15-Dec-04 16:39 
GeneralRe: Unknown Registry Pin
Daniel Turini15-Dec-04 22:53
Daniel Turini15-Dec-04 22:53 
GeneralRe: Convert byte to hex then to ascii Pin
Dennis C. Dietrich15-Dec-04 15:07
Dennis C. Dietrich15-Dec-04 15:07 
GeneralConvert byte to hex then to ascii Pin
Anonymous15-Dec-04 14:20
Anonymous15-Dec-04 14:20 
GeneralPropertyGrid Issue Pin
djennings@ea.com15-Dec-04 14:04
djennings@ea.com15-Dec-04 14:04 
GeneralNetwork code examples Pin
Joseph Engo15-Dec-04 13:23
Joseph Engo15-Dec-04 13:23 
GeneralRe: Network code examples Pin
Gangren15-Dec-04 19:55
Gangren15-Dec-04 19:55 
GeneralRe: Network code examples Pin
Joseph Engo16-Dec-04 2:01
Joseph Engo16-Dec-04 2:01 
GeneralAvalon Community Technology Preview samples Pin
Andres Coder15-Dec-04 10:09
Andres Coder15-Dec-04 10:09 
GeneralDynamic control speed Pin
Frenchman15-Dec-04 10:03
Frenchman15-Dec-04 10:03 
GeneralRe: Dynamic control speed Pin
Colin Angus Mackay15-Dec-04 13:33
Colin Angus Mackay15-Dec-04 13:33 
GeneralRe: Dynamic control speed Pin
Daniel Turini15-Dec-04 22:58
Daniel Turini15-Dec-04 22:58 

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.