Click here to Skip to main content
15,900,108 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to add a button in the caption bar of a window Pin
saud_a_k9-Jul-04 2:02
saud_a_k9-Jul-04 2:02 
AnswerRe: How to add a button in the caption bar of a window Pin
Heath Stewart9-Jul-04 3:52
protectorHeath Stewart9-Jul-04 3:52 
GeneralRe: How to add a button in the caption bar of a window Pin
bouli9-Jul-04 3:56
bouli9-Jul-04 3:56 
GeneralRe: How to add a button in the caption bar of a window Pin
Heath Stewart9-Jul-04 4:38
protectorHeath Stewart9-Jul-04 4:38 
GeneralRe: How to add a button in the caption bar of a window Pin
bouli9-Jul-04 4:45
bouli9-Jul-04 4:45 
GeneralSending multiple values(Array) from one page to other Pin
Member 11955128-Jul-04 21:14
Member 11955128-Jul-04 21:14 
GeneralRe: Sending multiple values(Array) from one page to other Pin
Heath Stewart9-Jul-04 3:29
protectorHeath Stewart9-Jul-04 3:29 
GeneralDynamiclly naming variables Pin
saud_a_k8-Jul-04 20:45
saud_a_k8-Jul-04 20:45 
I have to name varibles depending on a count variable. I want to append it to the variable like int "newno" + count = new int();
This gives a syntax error I also tried takin the new value in a string, but that didn't work as well .. It said : A local variable named 'var' is already defined in this scope WTF | :WTF:
when I tried string var = "newno" + count;
and
int var = new int();
HelP!!

_____________________________________________________
Yea! I could be wrong...
GeneralRe: Dynamiclly naming variables Pin
etfintnick8-Jul-04 23:04
etfintnick8-Jul-04 23:04 
GeneralRe: Dynamiclly naming variables Pin
etfintnick8-Jul-04 23:06
etfintnick8-Jul-04 23:06 
GeneralRe: Dynamiclly naming variables Pin
etfintnick8-Jul-04 23:08
etfintnick8-Jul-04 23:08 
GeneralRe: Dynamiclly naming variables Pin
saud_a_k8-Jul-04 23:34
saud_a_k8-Jul-04 23:34 
GeneralRe: Dynamiclly naming variables Pin
Stefan Troschuetz8-Jul-04 23:57
Stefan Troschuetz8-Jul-04 23:57 
GeneralRe: Dynamiclly naming variables Pin
saud_a_k9-Jul-04 0:17
saud_a_k9-Jul-04 0:17 
GeneralRe: Dynamiclly naming variables Pin
saud_a_k9-Jul-04 0:20
saud_a_k9-Jul-04 0:20 
GeneralRe: Dynamiclly naming variables Pin
Stefan Troschuetz9-Jul-04 1:07
Stefan Troschuetz9-Jul-04 1:07 
GeneralRe: Dynamiclly naming variables Pin
saud_a_k9-Jul-04 1:19
saud_a_k9-Jul-04 1:19 
GeneralRe: Dynamiclly naming variables Pin
Stefan Troschuetz9-Jul-04 1:43
Stefan Troschuetz9-Jul-04 1:43 
GeneralRe: Dynamiclly naming variables Pin
Heath Stewart9-Jul-04 3:08
protectorHeath Stewart9-Jul-04 3:08 
QuestionHow to compel the user Pin
sachinkalse8-Jul-04 16:16
sachinkalse8-Jul-04 16:16 
AnswerRe: How to compel the user Pin
Heath Stewart8-Jul-04 16:28
protectorHeath Stewart8-Jul-04 16:28 
GeneralRe: How to compel the user Pin
sachinkalse8-Jul-04 18:10
sachinkalse8-Jul-04 18:10 
GeneralRe: How to compel the user Pin
Ray Cassick8-Jul-04 19:31
Ray Cassick8-Jul-04 19:31 
GeneralRe: How to compel the user Pin
sachinkalse8-Jul-04 20:16
sachinkalse8-Jul-04 20:16 
GeneralRe: How to compel the user Pin
Heath Stewart8-Jul-04 19:59
protectorHeath Stewart8-Jul-04 19:59 

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.