Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
GeneralRe: Transparent form Pin
Saiyed Alam5-Jun-08 8:13
Saiyed Alam5-Jun-08 8:13 
QuestionWinforms default language Pin
jekak5-Jun-08 6:38
jekak5-Jun-08 6:38 
AnswerRe: Winforms default language Pin
Christian Graus5-Jun-08 6:41
protectorChristian Graus5-Jun-08 6:41 
AnswerRe: Winforms default language Pin
mav.northwind5-Jun-08 23:45
mav.northwind5-Jun-08 23:45 
GeneralRe: Winforms default language Pin
jekak7-Jun-08 11:31
jekak7-Jun-08 11:31 
GeneralRe: Winforms default language Pin
mav.northwind7-Jun-08 20:35
mav.northwind7-Jun-08 20:35 
GeneralRe: Winforms default language Pin
jekak7-Jun-08 20:41
jekak7-Jun-08 20:41 
GeneralRe: Winforms default language Pin
mav.northwind8-Jun-08 19:03
mav.northwind8-Jun-08 19:03 
QuestionCrystal Report Wizard Problem Pin
Saba025-Jun-08 5:17
Saba025-Jun-08 5:17 
AnswerRe: Crystal Report Wizard Problem Pin
Muhammad Shahid Farooq5-Jun-08 6:01
professionalMuhammad Shahid Farooq5-Jun-08 6:01 
QuestionOn performance of Crystal Reports in .NET using C# Pin
selcuks5-Jun-08 5:04
selcuks5-Jun-08 5:04 
AnswerRe: On performance of Crystal Reports in .NET using C# Pin
led mike5-Jun-08 5:16
led mike5-Jun-08 5:16 
QuestionMedia Player control Pin
blackjack21505-Jun-08 4:48
blackjack21505-Jun-08 4:48 
AnswerRe: Media Player control Pin
leppie5-Jun-08 4:52
leppie5-Jun-08 4:52 
GeneralRe: Media Player control Pin
blackjack21505-Jun-08 5:04
blackjack21505-Jun-08 5:04 
GeneralRe: Media Player control Pin
Christian Graus5-Jun-08 5:13
protectorChristian Graus5-Jun-08 5:13 
GeneralRe: Media Player control Pin
blackjack21505-Jun-08 7:06
blackjack21505-Jun-08 7:06 
GeneralRe: Media Player control Pin
Anthony Mushrow5-Jun-08 7:33
professionalAnthony Mushrow5-Jun-08 7:33 
QuestionHow to launch another application Pin
KennyODell5-Jun-08 4:24
KennyODell5-Jun-08 4:24 
AnswerRe: How to launch another application Pin
Gareth H5-Jun-08 4:28
Gareth H5-Jun-08 4:28 
AnswerRe: How to launch another application Pin
DaveyM695-Jun-08 8:13
professionalDaveyM695-Jun-08 8:13 
1. Use application user settings (or any other method that works for you) to save the full path to the exe.

2. Do what the previous poster pointed you to.

3. The next time - use System.IO.File.Exists(....) to make sure the program is still there. If it is, do step 2 again - if not, redo steps 1 and 2.

Dave

QuestionPrint Pin
Kr_Chandan5-Jun-08 4:10
Kr_Chandan5-Jun-08 4:10 
AnswerRe: Print Pin
leppie5-Jun-08 4:50
leppie5-Jun-08 4:50 
AnswerRe: Print Pin
Brady Kelly5-Jun-08 5:38
Brady Kelly5-Jun-08 5:38 
GeneralRe: Print Pin
Kr_Chandan5-Jun-08 19:09
Kr_Chandan5-Jun-08 19:09 

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.