Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: c# Pin
Talal Sultan21-Aug-07 5:34
Talal Sultan21-Aug-07 5:34 
GeneralRe: c# Pin
leckey21-Aug-07 5:44
leckey21-Aug-07 5:44 
AnswerRe: c# Pin
Talal Sultan21-Aug-07 2:49
Talal Sultan21-Aug-07 2:49 
AnswerRe: c# Pin
Colin Angus Mackay21-Aug-07 5:24
Colin Angus Mackay21-Aug-07 5:24 
QuestionProblem creating object to retrieve data Pin
Banjo Ayorinde21-Aug-07 2:06
Banjo Ayorinde21-Aug-07 2:06 
AnswerRe: Problem creating object to retrieve data Pin
Talal Sultan21-Aug-07 2:11
Talal Sultan21-Aug-07 2:11 
AnswerRe: Problem creating object to retrieve data Pin
Christian Graus21-Aug-07 2:28
protectorChristian Graus21-Aug-07 2:28 
QuestionSmart Client Factory Pin
Johan Lombaard21-Aug-07 1:42
Johan Lombaard21-Aug-07 1:42 
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 

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.