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

C#

 
GeneralSerialization and versionning Pin
Stephane David23-Mar-04 20:52
Stephane David23-Mar-04 20:52 
GeneralRe: Serialization and versionning Pin
Heath Stewart24-Mar-04 2:51
protectorHeath Stewart24-Mar-04 2:51 
Generalbarcode please Pin
tonaxxl23-Mar-04 20:11
tonaxxl23-Mar-04 20:11 
GeneralRe: barcode please Pin
Dave Kreskowiak24-Mar-04 1:44
mveDave Kreskowiak24-Mar-04 1:44 
GeneralUse GUI Component to simulate DOS-Prompt Pin
CasperChou23-Mar-04 18:42
CasperChou23-Mar-04 18:42 
GeneralRe: Use GUI Component to simulate DOS-Prompt Pin
Dave Kreskowiak24-Mar-04 1:42
mveDave Kreskowiak24-Mar-04 1:42 
GeneralRe: Use GUI Component to simulate DOS-Prompt Pin
CasperChou24-Mar-04 15:03
CasperChou24-Mar-04 15:03 
GeneralRe: Use GUI Component to simulate DOS-Prompt Pin
Dave Kreskowiak25-Mar-04 0:49
mveDave Kreskowiak25-Mar-04 0:49 
The problem came in when you asked for components. The components that come with the Microsoft developement environments are different from those that come with Borland's.

But in your case, I don't think the components will be of much use, except for a TextBox anyway. How complex this gets depends on the command set you want your Shell to understand and what you want it to do.

If you want to just pass what is typed in your shell to a command prompt and get information back, that's not too hard for us Microsoft user because we can tap into the standard streams of a console window pretty easily in the .NET world. I don't know that is going to work in Borland's.

If you want to write a replacement for a Console window, you've got a lot of work ahead of you. Parsing command lines, executing other programs, any batch commands and scripting, ...

It all depends on what you want it to do...


RageInTheMachine9532
GeneralEnd of line Pin
Nguyen Vu Cuong23-Mar-04 15:04
Nguyen Vu Cuong23-Mar-04 15:04 
GeneralRe: End of line Pin
T Manjaly23-Mar-04 16:05
T Manjaly23-Mar-04 16:05 
GeneralRe: End of line Pin
Nguyen Vu Cuong23-Mar-04 16:42
Nguyen Vu Cuong23-Mar-04 16:42 
GeneralDesktop Control Pin
Member 69108923-Mar-04 15:04
Member 69108923-Mar-04 15:04 
GeneralRe: Desktop Control Pin
Heath Stewart23-Mar-04 18:08
protectorHeath Stewart23-Mar-04 18:08 
GeneralRe: Desktop Control Pin
Anonymous24-Mar-04 14:09
Anonymous24-Mar-04 14:09 
GeneralRe: Desktop Control Pin
Heath Stewart24-Mar-04 17:00
protectorHeath Stewart24-Mar-04 17:00 
GeneralDistinct - DataView/DataTable Pin
Ruchi Gupta23-Mar-04 13:57
Ruchi Gupta23-Mar-04 13:57 
GeneralRe: Distinct - DataView/DataTable Pin
Heath Stewart23-Mar-04 14:09
protectorHeath Stewart23-Mar-04 14:09 
GeneralRe: Distinct - DataView/DataTable Pin
Ruchi Gupta23-Mar-04 14:41
Ruchi Gupta23-Mar-04 14:41 
GeneralRe: Distinct - DataView/DataTable Pin
Heath Stewart23-Mar-04 18:00
protectorHeath Stewart23-Mar-04 18:00 
GeneralXML Serialization and ArrayLists Pin
raindog23-Mar-04 13:23
raindog23-Mar-04 13:23 
GeneralRe: XML Serialization and ArrayLists Pin
Heath Stewart23-Mar-04 13:45
protectorHeath Stewart23-Mar-04 13:45 
GeneralWindows XP P2P SDK wrapped in .Net Pin
schnee2k323-Mar-04 13:03
schnee2k323-Mar-04 13:03 
GeneralRe: Windows XP P2P SDK wrapped in .Net Pin
Heath Stewart23-Mar-04 13:34
protectorHeath Stewart23-Mar-04 13:34 
GeneralRe: Windows XP P2P SDK wrapped in .Net Pin
schnee2k323-Mar-04 13:40
schnee2k323-Mar-04 13:40 
GeneralRe: Windows XP P2P SDK wrapped in .Net Pin
Matthew Hazlett23-Mar-04 14:48
Matthew Hazlett23-Mar-04 14:48 

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.