Click here to Skip to main content
15,887,376 members
Home / Discussions / C#
   

C#

 
GeneralSelectively show custom controls on the toolbox bar in VS2005 Pin
Rey999920-Apr-08 22:55
Rey999920-Apr-08 22:55 
AnswerRe: Selectively show custom controls on the toolbox bar in VS2005 Pin
Rey999920-Apr-08 23:37
Rey999920-Apr-08 23:37 
Generalbase64Binary Pin
JustRonald20-Apr-08 22:46
JustRonald20-Apr-08 22:46 
GeneralRe: base64Binary Pin
Mustafa Ismail Mustafa21-Apr-08 0:09
Mustafa Ismail Mustafa21-Apr-08 0:09 
GeneralRe: base64Binary Pin
JustRonald21-Apr-08 1:43
JustRonald21-Apr-08 1:43 
QuestionHow to get the Runnning instance of Netscape navigator [modified] Pin
renilraj20-Apr-08 21:44
renilraj20-Apr-08 21:44 
GeneralRe: How to get the Runnning instance of Netscape navigator Pin
leppie21-Apr-08 4:18
leppie21-Apr-08 4:18 
Generalproblem run exe file Pin
chf120-Apr-08 21:38
chf120-Apr-08 21:38 
Hello all

I'm trying to run exe file from my c# code
Every ting that I did I can't load this file (if I tray other files they open with no problem like mspaint.exe )

The message that I got is that the db can't be loaded .
This is what I tray
1. Process.start(file path).
2.
Process myProcess = new Process();

myProcess.StartInfo.FileName = "file path";

//create the cmd process
myProcess.StartInfo.UseShellExecute = false;
myProcess.StartInfo.CreateNoWindow = false myProcess.StartInfo.RedirectStandardInput = true;
myProcess.Start();


is there another way ???????
GeneralRe: problem run exe file Pin
Steve Echols20-Apr-08 21:52
Steve Echols20-Apr-08 21:52 
GeneralON exporting a structure inside a dll Pin
Member 475670920-Apr-08 21:18
Member 475670920-Apr-08 21:18 
GeneralRe: ON exporting a structure inside a dll Pin
Christian Graus20-Apr-08 22:08
protectorChristian Graus20-Apr-08 22:08 
GeneralInvalid postback or callback argument Pin
dabuskol20-Apr-08 21:04
dabuskol20-Apr-08 21:04 
GeneralRe: Invalid postback or callback argument Pin
Christian Graus20-Apr-08 22:12
protectorChristian Graus20-Apr-08 22:12 
Questionhow to skip a word document using c#.net Pin
Nitin Raj20-Apr-08 21:02
Nitin Raj20-Apr-08 21:02 
AnswerRe: how to skip a word document using c#.net Pin
Steve Echols20-Apr-08 21:55
Steve Echols20-Apr-08 21:55 
Generalkeyboard hook Pin
Razvan Dimescu20-Apr-08 20:58
Razvan Dimescu20-Apr-08 20:58 
GeneralRe: keyboard hook Pin
leppie21-Apr-08 4:17
leppie21-Apr-08 4:17 
GeneralRe: keyboard hook Pin
Razvan Dimescu21-Apr-08 4:26
Razvan Dimescu21-Apr-08 4:26 
Generalaccess an application existing on a server Pin
michael_jhons20-Apr-08 20:46
michael_jhons20-Apr-08 20:46 
GeneralRe: access an application existing on a server Pin
Christian Graus20-Apr-08 22:09
protectorChristian Graus20-Apr-08 22:09 
GeneralRe: access an application existing on a server Pin
michael_jhons21-Apr-08 20:43
michael_jhons21-Apr-08 20:43 
GeneralMarshaling structure. Exception rises. Pin
bitwise20-Apr-08 20:38
bitwise20-Apr-08 20:38 
GeneralRe: Marshaling structure. Exception rises. Pin
leppie21-Apr-08 4:29
leppie21-Apr-08 4:29 
GeneralRename Excel sheets after exporting to a new Excel spreadsheet Pin
Walaza20-Apr-08 20:21
Walaza20-Apr-08 20:21 
GeneralRe: Rename Excel sheets after exporting to a new Excel spreadsheet Pin
moon_stick21-Apr-08 1:36
moon_stick21-Apr-08 1:36 

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.