Click here to Skip to main content
16,013,747 members
Home / Discussions / C#
   

C#

 
GeneralRe: Icon for MenuItems in ContextMenu displayed in NotifyIcon in Systemtray Pin
rund1me19-Feb-03 20:38
rund1me19-Feb-03 20:38 
GeneralWindows Media Player Pin
antoine@orchus-tech18-Feb-03 3:57
antoine@orchus-tech18-Feb-03 3:57 
GeneralRe: Windows Media Player Pin
Kannan Kalyanaraman18-Feb-03 18:56
Kannan Kalyanaraman18-Feb-03 18:56 
Generalhelp in mobile application Pin
Jassim Rahma18-Feb-03 3:20
Jassim Rahma18-Feb-03 3:20 
Generalsnap-ins Pin
Sadegh18-Feb-03 2:32
Sadegh18-Feb-03 2:32 
GeneralRe: snap-ins Pin
Richard Deeming18-Feb-03 4:42
mveRichard Deeming18-Feb-03 4:42 
GeneralShell Programming in Web Forms Pin
TeraCoder18-Feb-03 1:41
TeraCoder18-Feb-03 1:41 
GeneralRe: Shell Programming in Web Forms Pin
Heath Stewart18-Feb-03 2:04
protectorHeath Stewart18-Feb-03 2:04 
Yes, using the same classes you would with a Windows Form: System.Diagnostics.Process. I (and thousands of other experienced developers) would warn you against this, however. Web servers are open to enough worms as is without providing a means to execute any command on the server. If you don't protect it well enough (and proper protection isn't as most people think), anyone could run any command on your server, such as extracting your server's SAM database (system and user accounts), copying it to a publicly accessible directory, downloading it, and running a brute-force cracker on it like l0pht crack. Then they become your computer's administrator. Much more is possible, especially in larger corporate networks. I advise against it.

Also, this does not qualify as shell programming. Shell programming works with the UI to provide and consume services to and of the UI. This is simply process execution. If you are asking if you can bring up the "Browse for Folder" dialog on the web site, you can't do it in the server context (its a blocking call and no one can close the dialog) and on the client you would need a thick client application, but then you have security to deal with from the browser. Using ActiveX in this way is tricking and using .NET embedded user controls[^] is even trickier. If this is the case, just deploy a regular application to your clients.


Reminiscent of my younger years...
10 LOAD "SCISSORS"
20 RUN

GeneralListview selection behaviour Pin
SimonS18-Feb-03 0:24
SimonS18-Feb-03 0:24 
GeneralRe: Listview selection behaviour Pin
Heath Stewart18-Feb-03 2:19
protectorHeath Stewart18-Feb-03 2:19 
GeneralRe: Listview selection behaviour Pin
Stephane Rodriguez.18-Feb-03 4:27
Stephane Rodriguez.18-Feb-03 4:27 
GeneralC# and problems working with Excel2000 Pin
Marix17-Feb-03 20:28
Marix17-Feb-03 20:28 
GeneralRe: C# and problems working with Excel2000 Pin
Stephane Rodriguez.17-Feb-03 20:56
Stephane Rodriguez.17-Feb-03 20:56 
GeneralRe: C# and problems working with Excel2000 Pin
Marix18-Feb-03 1:16
Marix18-Feb-03 1:16 
GeneralRe: C# and problems working with Excel2000 Pin
Stephane Rodriguez.18-Feb-03 1:21
Stephane Rodriguez.18-Feb-03 1:21 
GeneralRe: C# and problems working with Excel2000 Pin
Marix18-Feb-03 1:57
Marix18-Feb-03 1:57 
GeneralRe: C# and problems working with Excel2000 Pin
Alexander Kojevnikov19-Feb-03 6:43
Alexander Kojevnikov19-Feb-03 6:43 
GeneralRe: C# and problems working with Excel2000 Pin
Alexander Kojevnikov19-Feb-03 6:48
Alexander Kojevnikov19-Feb-03 6:48 
GeneralRe: C# and problems working with Excel2000 Pin
Marix20-Feb-03 2:21
Marix20-Feb-03 2:21 
QuestionAny example of TAPI Programming in C#? Pin
xdavidx17-Feb-03 19:14
xdavidx17-Feb-03 19:14 
AnswerRe: Any example of TAPI Programming in C#? Pin
Michael P Butler17-Feb-03 20:21
Michael P Butler17-Feb-03 20:21 
AnswerRe: Any example of TAPI Programming in C#? Pin
Richard Deeming18-Feb-03 1:06
mveRichard Deeming18-Feb-03 1:06 
GeneralProperty returns Collection Pin
Member 1697717-Feb-03 18:08
Member 1697717-Feb-03 18:08 
GeneralWindows Form and Command Line Pin
Braincrash17-Feb-03 16:47
Braincrash17-Feb-03 16:47 
GeneralRe: Windows Form and Command Line Pin
jtmtv1817-Feb-03 19:33
jtmtv1817-Feb-03 19:33 

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.