Click here to Skip to main content
15,899,825 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to Install vb.net window application on client system with database Pin
The Man from U.N.C.L.E.16-Nov-09 22:10
The Man from U.N.C.L.E.16-Nov-09 22:10 
AnswerRe: how to Install vb.net window application on client system with database Pin
Christian Graus16-Nov-09 22:54
protectorChristian Graus16-Nov-09 22:54 
QuestionHow to open external program from my C# program (Windows-mobile) ,and give this external program the focus ? Pin
E_Gold16-Nov-09 21:19
E_Gold16-Nov-09 21:19 
AnswerRe: How to open external program from my C# program (Windows-mobile) ,and give this external program the focus ? Pin
freakyit16-Nov-09 23:10
freakyit16-Nov-09 23:10 
GeneralRe: How to open external program from my C# program (Windows-mobile) ,and give this external program the focus ? Pin
The Man from U.N.C.L.E.17-Nov-09 0:24
The Man from U.N.C.L.E.17-Nov-09 0:24 
GeneralRe: How to open external program from my C# program (Windows-mobile) ,and give this external program the focus ? Pin
EliottA17-Nov-09 2:53
EliottA17-Nov-09 2:53 
AnswerRe: How to open external program from my C# program (Windows-mobile) ,and give this external program the focus ? Pin
The Man from U.N.C.L.E.17-Nov-09 0:16
The Man from U.N.C.L.E.17-Nov-09 0:16 
AnswerRe: How to open external program from my C# program (Windows-mobile) ,and give this external program the focus ? Pin
cdpace18-Nov-09 11:21
cdpace18-Nov-09 11:21 
In normal windows applications this will work

System.Diagnostics.Process process = System.Diagnostics.Process.Start("ProcessName.exe");


Something like that but i am sure you that you need to use the System.Diagnostic Namespace.

Another solution could be to use System.Reflection but you need to do some more research on how to use that namespace but i am certain it's possible with System.Reflection.

Best of luck Smile | :)
Questionwindow state of the new page loaded is always minmized Pin
shalu_1316-Nov-09 21:12
shalu_1316-Nov-09 21:12 
AnswerRe: window state of the new page loaded is always minmized Pin
Christian Graus16-Nov-09 21:20
protectorChristian Graus16-Nov-09 21:20 
GeneralRe: window state of the new page loaded is always minmized Pin
shalu_1316-Nov-09 21:45
shalu_1316-Nov-09 21:45 
GeneralRe: window state of the new page loaded is always minmized Pin
shalu_1316-Nov-09 22:18
shalu_1316-Nov-09 22:18 
GeneralRe: window state of the new page loaded is always minmized Pin
Christian Graus16-Nov-09 22:58
protectorChristian Graus16-Nov-09 22:58 
GeneralRe: window state of the new page loaded is always minmized Pin
shalu_1316-Nov-09 23:03
shalu_1316-Nov-09 23:03 
GeneralRe: window state of the new page loaded is always minmized Pin
Christian Graus16-Nov-09 23:05
protectorChristian Graus16-Nov-09 23:05 
GeneralRe: window state of the new page loaded is always minmized Pin
shalu_1316-Nov-09 23:07
shalu_1316-Nov-09 23:07 
GeneralRe: window state of the new page loaded is always minmized Pin
Jörgen Sigvardsson16-Nov-09 23:56
Jörgen Sigvardsson16-Nov-09 23:56 
AnswerRe: window state of the new page loaded is always minmized Pin
Jörgen Sigvardsson16-Nov-09 23:57
Jörgen Sigvardsson16-Nov-09 23:57 
GeneralRe: window state of the new page loaded is always minmized Pin
shalu_1317-Nov-09 0:01
shalu_1317-Nov-09 0:01 
QuestionFinding HashTable Pin
M Riaz Bashir16-Nov-09 20:37
M Riaz Bashir16-Nov-09 20:37 
AnswerRe: Finding HashTable Pin
0x3c016-Nov-09 20:39
0x3c016-Nov-09 20:39 
GeneralRe: Finding HashTable Pin
M Riaz Bashir16-Nov-09 20:43
M Riaz Bashir16-Nov-09 20:43 
AnswerRe: Finding HashTable Pin
vivasaayi16-Nov-09 20:40
vivasaayi16-Nov-09 20:40 
QuestionHow to assign static ip c# Pin
Sunil G 316-Nov-09 20:19
Sunil G 316-Nov-09 20:19 
AnswerMessage Closed Pin
16-Nov-09 20:30
stancrm16-Nov-09 20:30 

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.