Click here to Skip to main content
15,899,003 members
Home / Discussions / C#
   

C#

 
GeneralOutlook object question Pin
JasperHotmail17-Apr-03 11:59
JasperHotmail17-Apr-03 11:59 
GeneralRe: Outlook object question Pin
Paresh Gheewala17-Apr-03 12:29
Paresh Gheewala17-Apr-03 12:29 
GeneralTreeview/listfview item selection Pin
vlusardi17-Apr-03 10:58
vlusardi17-Apr-03 10:58 
GeneralRe: Treeview/listfview item selection Pin
Paresh Gheewala17-Apr-03 11:27
Paresh Gheewala17-Apr-03 11:27 
GeneralRe: Treeview/listfview item selection Pin
vlusardi17-Apr-03 11:47
vlusardi17-Apr-03 11:47 
GeneralRe: Treeview/listfview item selection Pin
Paresh Gheewala17-Apr-03 12:26
Paresh Gheewala17-Apr-03 12:26 
GeneralEscape character question Pin
kensai17-Apr-03 8:56
kensai17-Apr-03 8:56 
GeneralRe: Escape character question Pin
Alvaro Mendez17-Apr-03 10:31
Alvaro Mendez17-Apr-03 10:31 
I don't know how to escape {0}, but there's another way to do what you need:

string value = "2";
 
Console.Write(value + "-{0}");

Regards,
Alvaro


When birds fly in the right formation, they need only exert half the effort. Even in nature, teamwork results in collective laziness. -- despair.com
GeneralRe: Escape character question Pin
Paresh Gheewala17-Apr-03 11:29
Paresh Gheewala17-Apr-03 11:29 
GeneralRe: Escape character question Pin
Waleed Eissa18-Apr-03 0:54
Waleed Eissa18-Apr-03 0:54 
GeneralRe: Escape character question Pin
Waleed Eissa18-Apr-03 1:06
Waleed Eissa18-Apr-03 1:06 
GeneralWork with PropertyGrid Pin
kaloyan17-Apr-03 5:20
kaloyan17-Apr-03 5:20 
GeneralRe: Work with PropertyGrid Pin
Chris Austin17-Apr-03 7:13
Chris Austin17-Apr-03 7:13 
GeneralRe: Work with PropertyGrid Pin
kaloyan17-Apr-03 20:33
kaloyan17-Apr-03 20:33 
QuestionHow to access an event's members? Pin
Alvaro Mendez17-Apr-03 4:50
Alvaro Mendez17-Apr-03 4:50 
AnswerRe: How to access an event's members? Pin
leppie17-Apr-03 11:00
leppie17-Apr-03 11:00 
AnswerRe: How to access an event's members? Pin
Paresh Gheewala17-Apr-03 11:31
Paresh Gheewala17-Apr-03 11:31 
GeneralOdd Exception Pin
Andy H17-Apr-03 3:49
Andy H17-Apr-03 3:49 
GeneralRe: Odd Exception Pin
Le centriste17-Apr-03 4:31
Le centriste17-Apr-03 4:31 
GeneralRe: Odd Exception Pin
Paresh Gheewala17-Apr-03 11:34
Paresh Gheewala17-Apr-03 11:34 
GeneralRe: Odd Exception Pin
Andy H17-Apr-03 19:58
Andy H17-Apr-03 19:58 
GeneralRe: Odd Exception Pin
Vasudevan Deepak Kumar17-Apr-03 22:42
Vasudevan Deepak Kumar17-Apr-03 22:42 
QuestionHow to move object ? Pin
tuan_tomy17-Apr-03 2:09
tuan_tomy17-Apr-03 2:09 
AnswerRe: How to move object ? Pin
Paresh Gheewala17-Apr-03 11:34
Paresh Gheewala17-Apr-03 11:34 
GeneralRe: How to move object ? Pin
tuan_tomy23-Apr-03 4:28
tuan_tomy23-Apr-03 4:28 

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.