Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
Questionhow handle objects and code of setup forms? Pin
Sasuko4-Oct-05 12:43
Sasuko4-Oct-05 12:43 
Questionhow to display script message? Pin
kani984-Oct-05 11:26
kani984-Oct-05 11:26 
AnswerRe: how to display script message? Pin
enjoycrack5-Oct-05 14:43
enjoycrack5-Oct-05 14:43 
GeneralRe: how to display script message? Pin
kani986-Oct-05 7:49
kani986-Oct-05 7:49 
GeneralRe: how to display script message? Pin
enjoycrack6-Oct-05 10:48
enjoycrack6-Oct-05 10:48 
GeneralRe: how to display script message? Pin
kani986-Oct-05 10:56
kani986-Oct-05 10:56 
GeneralRe: how to display script message? Pin
enjoycrack6-Oct-05 15:03
enjoycrack6-Oct-05 15:03 
Questionloop Problem with method Pin
james3774-Oct-05 11:01
james3774-Oct-05 11:01 
Trying to call a method called tester which will loop round 10 times adding 10 to the val variable...any ideas??

public class tester
{
//fields
public int val;

//method
public tester()
{
for(i=0,i<10,i++);
{
val = "+10";
}

{
return val;
}
AnswerRe: loop Problem with method Pin
Heath Stewart4-Oct-05 11:23
protectorHeath Stewart4-Oct-05 11:23 
Questionantivirus and antivirus API Pin
Mridang Agarwalla4-Oct-05 10:02
Mridang Agarwalla4-Oct-05 10:02 
AnswerRe: antivirus and antivirus API Pin
Dan Neely4-Oct-05 10:26
Dan Neely4-Oct-05 10:26 
Questionexecuting a dos command Pin
Mridang Agarwalla4-Oct-05 9:56
Mridang Agarwalla4-Oct-05 9:56 
AnswerRe: executing a dos command Pin
Heath Stewart4-Oct-05 11:00
protectorHeath Stewart4-Oct-05 11:00 
Questionusing remote SMTP Pin
evgenyus4-Oct-05 9:16
evgenyus4-Oct-05 9:16 
AnswerRe: using remote SMTP Pin
Heath Stewart4-Oct-05 11:19
protectorHeath Stewart4-Oct-05 11:19 
QuestionExtended ASCII Pin
mcyrrer4-Oct-05 9:13
mcyrrer4-Oct-05 9:13 
AnswerRe: Extended ASCII Pin
mav.northwind4-Oct-05 10:55
mav.northwind4-Oct-05 10:55 
AnswerRe: Extended ASCII Pin
Heath Stewart4-Oct-05 11:10
protectorHeath Stewart4-Oct-05 11:10 
GeneralRe: Extended ASCII Pin
mcyrrer5-Oct-05 9:24
mcyrrer5-Oct-05 9:24 
QuestionPlotting Charts on a userform.. Pin
james3774-Oct-05 9:00
james3774-Oct-05 9:00 
AnswerRe: Plotting Charts on a userform.. Pin
parvinder sehrawat5-Oct-05 1:09
parvinder sehrawat5-Oct-05 1:09 
GeneralRe: Plotting Charts on a userform.. Pin
james3775-Oct-05 2:12
james3775-Oct-05 2:12 
QuestionStrange xml problem Pin
thepersonof4-Oct-05 8:50
thepersonof4-Oct-05 8:50 
QuestionRe: Strange xml problem Pin
David Stone4-Oct-05 20:48
sitebuilderDavid Stone4-Oct-05 20:48 
AnswerRe: Strange xml problem Pin
thepersonof5-Oct-05 6:49
thepersonof5-Oct-05 6:49 

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.