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

C#

 
GeneralRe: Findinga bitmap in another bitmap... Pin
Antony M Kancidrowski4-Apr-06 14:01
Antony M Kancidrowski4-Apr-06 14:01 
QuestionCommunicating with a USB Device Pin
t4ure4n4-Apr-06 6:09
t4ure4n4-Apr-06 6:09 
AnswerRe: Communicating with a USB Device Pin
Richard Parsons4-Apr-06 11:15
Richard Parsons4-Apr-06 11:15 
QuestionReading JPG height and width without loading image Pin
Ach1lles4-Apr-06 5:41
Ach1lles4-Apr-06 5:41 
QuestionAssembly Directory Pin
peppepinna4-Apr-06 5:09
peppepinna4-Apr-06 5:09 
AnswerRe: Assembly Directory Pin
alexey N5-Apr-06 23:58
alexey N5-Apr-06 23:58 
Questionusing another program in your app Pin
naglbitur4-Apr-06 3:26
naglbitur4-Apr-06 3:26 
AnswerRe: using another program in your app Pin
Marc L4-Apr-06 3:58
Marc L4-Apr-06 3:58 
It really depends on what you are trying to do. Here are two possible solutions:
- Break the needed features into a component library that both applications can share. If this is possible, this is preferable.
- Another approach might be to spawn a new process to run the application, but communication between the two applications is some what limited.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemDiagnosticsProcessClassTopic.asp

Beyond those general (and very different) approaches I'd need more information about what your trying todo.

Hope this helps
Marc L
GeneralRe: using another program in your app Pin
naglbitur4-Apr-06 4:55
naglbitur4-Apr-06 4:55 
GeneralRe: using another program in your app Pin
Marc L4-Apr-06 7:36
Marc L4-Apr-06 7:36 
QuestionWeb.Config and App.Config issues Pin
kpkr4-Apr-06 2:46
kpkr4-Apr-06 2:46 
AnswerRe: Web.Config and App.Config issues Pin
leppie4-Apr-06 6:38
leppie4-Apr-06 6:38 
GeneralRe: Web.Config and App.Config issues Pin
kpkr4-Apr-06 9:45
kpkr4-Apr-06 9:45 
QuestionCurrent selection in AxWebBrowser Pin
Dima Filipiuk4-Apr-06 2:35
Dima Filipiuk4-Apr-06 2:35 
Questionc# image help Pin
tonydevlin4-Apr-06 2:18
tonydevlin4-Apr-06 2:18 
AnswerRe: c# image help Pin
Expert Coming4-Apr-06 12:13
Expert Coming4-Apr-06 12:13 
QuestionWeb Service Ordering Pin
si_694-Apr-06 2:16
si_694-Apr-06 2:16 
AnswerRe: Web Service Ordering Pin
Glaxalg4-Apr-06 4:24
Glaxalg4-Apr-06 4:24 
GeneralRe: Web Service Ordering Pin
si_694-Apr-06 4:52
si_694-Apr-06 4:52 
QuestionData Grid View Control Help Pin
Naveed Shoaib4-Apr-06 1:50
Naveed Shoaib4-Apr-06 1:50 
QuestionGetting router's ip address Pin
Jisha Pappachan4-Apr-06 1:14
Jisha Pappachan4-Apr-06 1:14 
AnswerRe: Getting router's ip address Pin
Antony M Kancidrowski4-Apr-06 6:24
Antony M Kancidrowski4-Apr-06 6:24 
AnswerRe: Getting router's ip address Pin
Guffa4-Apr-06 10:04
Guffa4-Apr-06 10:04 
QuestionHow to show .CHM files in C#? Pin
Abhijeet Ballal3-Apr-06 23:43
Abhijeet Ballal3-Apr-06 23:43 
AnswerRe: How to show .CHM files in C#? Pin
Tehnoon4-Apr-06 1:22
Tehnoon4-Apr-06 1:22 

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.