Click here to Skip to main content
15,894,008 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem accessing data in a btn event Pin
brian551-Apr-05 7:55
brian551-Apr-05 7:55 
GeneralRe: problem accessing data in a btn event Pin
brian551-Apr-05 8:45
brian551-Apr-05 8:45 
GeneralRe: problem accessing data in a btn event Pin
Colin Angus Mackay1-Apr-05 8:04
Colin Angus Mackay1-Apr-05 8:04 
QuestionThreeState Checkbox in TreeView? Pin
Ian Bowler1-Apr-05 6:30
Ian Bowler1-Apr-05 6:30 
AnswerRe: ThreeState Checkbox in TreeView? Pin
Judah Gabriel Himango1-Apr-05 7:14
sponsorJudah Gabriel Himango1-Apr-05 7:14 
GeneralRe: ThreeState Checkbox in TreeView? Pin
Ian Bowler1-Apr-05 7:15
Ian Bowler1-Apr-05 7:15 
GeneralCommand Line Pin
SJR_11-Apr-05 6:10
SJR_11-Apr-05 6:10 
GeneralRe: Command Line Pin
Dave Kreskowiak1-Apr-05 7:09
mveDave Kreskowiak1-Apr-05 7:09 
The argument ARE being passed. You're just not supplying the correct arguments to CMD. The command line your passing in is this:
cmd ping dev12

Try typing that in a Start/Run box and watch what happens.
What you should be passing in is:
cmd /c ping dev12

The "/C" tells CMD to execute the following string and a command, then terminate when that command is done.

"/K" will tell CMD to remain open after the command it execute returns.

All you have to do to find this out is type "CMD /?" at a command prompt.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Generalsimple question about accessing value Pin
montu33771-Apr-05 5:56
montu33771-Apr-05 5:56 
GeneralRe: simple question about accessing value Pin
yoaz1-Apr-05 10:16
yoaz1-Apr-05 10:16 
GeneralRe: simple question about accessing value Pin
Ashok Dhamija1-Apr-05 19:14
Ashok Dhamija1-Apr-05 19:14 
GeneralRe: simple question about accessing value Pin
Luis Alonso Ramos1-Apr-05 22:04
Luis Alonso Ramos1-Apr-05 22:04 
GeneralListView Pin
Gary Kirkham1-Apr-05 5:20
Gary Kirkham1-Apr-05 5:20 
GeneralRe: ListView Pin
Dave Kreskowiak1-Apr-05 5:22
mveDave Kreskowiak1-Apr-05 5:22 
GeneralRe: ListView Pin
Gary Kirkham1-Apr-05 5:27
Gary Kirkham1-Apr-05 5:27 
GeneralRe: ListView Pin
Dave Kreskowiak1-Apr-05 8:10
mveDave Kreskowiak1-Apr-05 8:10 
Generalwrite only one bit to file Pin
Kiki991-Apr-05 4:23
Kiki991-Apr-05 4:23 
GeneralRe: write only one bit to file Pin
Dave Kreskowiak1-Apr-05 5:20
mveDave Kreskowiak1-Apr-05 5:20 
GeneralRe: write only one bit to file Pin
yoaz1-Apr-05 10:14
yoaz1-Apr-05 10:14 
GeneralMinimizing a Console App to the NotifyIcon area of the taskbar Pin
mdavis931-Apr-05 3:53
mdavis931-Apr-05 3:53 
GeneralRe: Minimizing a Console App to the NotifyIcon area of the taskbar Pin
yoaz1-Apr-05 12:23
yoaz1-Apr-05 12:23 
GeneralRe: Minimizing a Console App to the NotifyIcon area of the taskbar Pin
mdavis931-Apr-05 17:46
mdavis931-Apr-05 17:46 
GeneralRe: Minimizing a Console App to the NotifyIcon area of the taskbar Pin
yoaz2-Apr-05 9:35
yoaz2-Apr-05 9:35 
GeneralRe: Minimizing a Console App to the NotifyIcon area of the taskbar Pin
mdavis932-Apr-05 11:20
mdavis932-Apr-05 11:20 
GeneralRe: Minimizing a Console App to the NotifyIcon area of the taskbar Pin
yoaz4-Apr-05 11:06
yoaz4-Apr-05 11:06 

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.