Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
AnswerRe: Smart Client Factory Pin
seeitsharper21-Aug-07 5:19
seeitsharper21-Aug-07 5:19 
AnswerRe: Smart Client Factory Pin
Michael P Butler21-Aug-07 8:48
Michael P Butler21-Aug-07 8:48 
Questionhow to use net send utility through C#.net. Pin
abhishek.mumbai21-Aug-07 1:11
abhishek.mumbai21-Aug-07 1:11 
AnswerRe: how to use net send utility through C#.net. Pin
Rocky#21-Aug-07 1:17
Rocky#21-Aug-07 1:17 
GeneralRe: how to use net send utility through C#.net. Pin
abhishek.mumbai21-Aug-07 1:24
abhishek.mumbai21-Aug-07 1:24 
GeneralRe: how to use net send utility through C#.net. Pin
Lutosław21-Aug-07 1:35
Lutosław21-Aug-07 1:35 
GeneralRe: how to use net send utility through C#.net. Pin
abhishek.mumbai21-Aug-07 1:41
abhishek.mumbai21-Aug-07 1:41 
GeneralRe: how to use net send utility through C#.net. Pin
Rocky#21-Aug-07 1:40
Rocky#21-Aug-07 1:40 
well first of all chk out this URL in ur MSDN
that is incase if your using 2005!
ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.NETDEVFX.v20.en/cpref6/html/M_System_Diagnostics_Process_Start_1_d460c748.htm

and now lets come to the code..

if you follow my method I think it should be as straight forward as this..

Process.Start("location of Netsend's exe file","inline arguments");

the problem I see in urcode is that your trying to execute CMD.Exe and the arguments ur giving are not starting Netsend are they... It's just cd\ command and you know what it does!!

Hope that's helpful for u

Rocky

You can't climb up a ladder with your hands in your pockets.

GeneralRe: how to use net send utility through C#.net. Pin
abhishek.mumbai21-Aug-07 1:47
abhishek.mumbai21-Aug-07 1:47 
GeneralRe: how to use net send utility through C#.net. Pin
Rocky#21-Aug-07 2:16
Rocky#21-Aug-07 2:16 
GeneralRe: how to use net send utility through C#.net. Pin
Luc Pattyn21-Aug-07 2:00
sitebuilderLuc Pattyn21-Aug-07 2:00 
GeneralRe: how to use net send utility through C#.net. Pin
abhishek.mumbai21-Aug-07 2:03
abhishek.mumbai21-Aug-07 2:03 
QuestionBasic help guys Pin
nasty_nas21-Aug-07 1:07
nasty_nas21-Aug-07 1:07 
AnswerRe: Basic help guys Pin
Christian Graus21-Aug-07 1:10
protectorChristian Graus21-Aug-07 1:10 
AnswerRe: Basic help guys Pin
Rudolf Jan22-Aug-07 0:19
Rudolf Jan22-Aug-07 0:19 
QuestionI used ollyDbg to get the argument of the function shell32.dll Pin
Naveed72721-Aug-07 1:06
Naveed72721-Aug-07 1:06 
AnswerRe: I used ollyDbg to get the argument of the function shell32.dll Pin
Christian Graus21-Aug-07 1:13
protectorChristian Graus21-Aug-07 1:13 
GeneralRe: I used ollyDbg to get the argument of the function shell32.dll Pin
Naveed72721-Aug-07 2:50
Naveed72721-Aug-07 2:50 
QuestionCustom trackbar control Pin
neha123456721-Aug-07 0:47
neha123456721-Aug-07 0:47 
AnswerRe: Custom trackbar control Pin
Paul Conrad26-Aug-07 9:20
professionalPaul Conrad26-Aug-07 9:20 
Questioninterfaces Pin
kalyan_241620-Aug-07 22:49
kalyan_241620-Aug-07 22:49 
AnswerRe: interfaces Pin
Christian Graus20-Aug-07 23:03
protectorChristian Graus20-Aug-07 23:03 
GeneralRe: interfaces Pin
kalyan_241620-Aug-07 23:12
kalyan_241620-Aug-07 23:12 
GeneralRe: interfaces Pin
lmoelleb20-Aug-07 23:34
lmoelleb20-Aug-07 23:34 
GeneralRe: interfaces Pin
kalyan_241621-Aug-07 0:18
kalyan_241621-Aug-07 0:18 

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.