Click here to Skip to main content
15,898,035 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to convert windows media player to be a web control? Pin
Marveyles16-Mar-04 12:02
Marveyles16-Mar-04 12:02 
GeneralRe: How to convert windows media player to be a web control? Pin
Heath Stewart17-Mar-04 2:49
protectorHeath Stewart17-Mar-04 2:49 
GeneralRe: How to convert windows media player to be a web control? Pin
Marveyles17-Mar-04 12:44
Marveyles17-Mar-04 12:44 
GeneralRe: How to convert windows media player to be a web control? Pin
Heath Stewart20-Mar-04 12:53
protectorHeath Stewart20-Mar-04 12:53 
Generalnet use in dos mode Pin
Rob Tomson10-Mar-04 14:16
Rob Tomson10-Mar-04 14:16 
GeneralRe: net use in dos mode Pin
Heath Stewart11-Mar-04 3:05
protectorHeath Stewart11-Mar-04 3:05 
Generalcls in console app Pin
Rob Tomson10-Mar-04 14:13
Rob Tomson10-Mar-04 14:13 
GeneralRe: cls in console app Pin
Heath Stewart11-Mar-04 3:08
protectorHeath Stewart11-Mar-04 3:08 
Since CLS is a command provided by the command prompt itself (and not a separate program like net.exe), you can not invoke the process (since it isn't a process) like I mentioned above.

If you're looking for a better console class, see Console Enhancements[^] here on CodeProject. It gives callers the ability to clear the screen like you want, as well as colored output and more. Much of this functionality will be on the Console class for the .NET Framework 2.0 (code name "Whidbey", currently), but that won't be available till Q4 of 2004, or Q1 of 2005 (supposedly).

 

Microsoft MVP, Visual C#
My Articles
GeneralWindows Media Player 9.0 and C# question Pin
Gambit00710-Mar-04 11:51
Gambit00710-Mar-04 11:51 
GeneralRe: Windows Media Player 9.0 and C# question Pin
Heath Stewart10-Mar-04 12:03
protectorHeath Stewart10-Mar-04 12:03 
GeneralRe: Windows Media Player 9.0 and C# question Pin
Gambit00710-Mar-04 17:11
Gambit00710-Mar-04 17:11 
GeneralSmart clients - the best way to implement this Pin
Judah Gabriel Himango10-Mar-04 11:19
sponsorJudah Gabriel Himango10-Mar-04 11:19 
GeneralRe: Smart clients - the best way to implement this Pin
Heath Stewart10-Mar-04 11:25
protectorHeath Stewart10-Mar-04 11:25 
GeneralRe: Smart clients - the best way to implement this Pin
Judah Gabriel Himango10-Mar-04 13:55
sponsorJudah Gabriel Himango10-Mar-04 13:55 
GeneralRe: Smart clients - the best way to implement this Pin
Heath Stewart11-Mar-04 2:38
protectorHeath Stewart11-Mar-04 2:38 
GeneralRe: Smart clients - the best way to implement this Pin
Heath Stewart11-Mar-04 4:39
protectorHeath Stewart11-Mar-04 4:39 
GeneralAs stewy says "Victory is Mine" Pin
Matthew Hazlett10-Mar-04 10:31
Matthew Hazlett10-Mar-04 10:31 
GeneralRe: As stewy says "Victory is Mine" Pin
John Fisher10-Mar-04 11:00
John Fisher10-Mar-04 11:00 
GeneralRe: As stewy says "Victory is Mine" Pin
Wraith211-Mar-04 0:48
Wraith211-Mar-04 0:48 
GeneralRe: As stewy says "Victory is Mine" Pin
Matthew Hazlett11-Mar-04 5:15
Matthew Hazlett11-Mar-04 5:15 
GeneralRe: As stewy says "Victory is Mine" Pin
Wraith211-Mar-04 15:50
Wraith211-Mar-04 15:50 
GeneralRe: As stewy says "Victory is Mine" Pin
Matthew Hazlett11-Mar-04 16:42
Matthew Hazlett11-Mar-04 16:42 
GeneralMeasure Character Pin
Werdna10-Mar-04 8:22
Werdna10-Mar-04 8:22 
GeneralRe: Measure Character Pin
Judah Gabriel Himango10-Mar-04 11:22
sponsorJudah Gabriel Himango10-Mar-04 11:22 
GeneralRe: Measure Character Pin
Werdna10-Mar-04 11:51
Werdna10-Mar-04 11:51 

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.