Click here to Skip to main content
16,007,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem in exporting a dll function Pin
DattaK1-Dec-06 1:11
DattaK1-Dec-06 1:11 
AnswerRe: Problem in exporting a dll function Pin
Cedric Moonen1-Dec-06 2:00
Cedric Moonen1-Dec-06 2:00 
Questioncaption buttons Pin
radhika281-Dec-06 0:12
radhika281-Dec-06 0:12 
AnswerRe: caption buttons Pin
toxcct1-Dec-06 0:14
toxcct1-Dec-06 0:14 
GeneralRe: caption buttons Pin
radhika281-Dec-06 0:26
radhika281-Dec-06 0:26 
GeneralRe: caption buttons Pin
David Crow1-Dec-06 3:20
David Crow1-Dec-06 3:20 
QuestionExe's GUI not visible in Remote Access Pin
nsurendran30-Nov-06 23:34
nsurendran30-Nov-06 23:34 
AnswerRe: Exe's GUI not visible in Remote Access Pin
Galatei1-Dec-06 0:37
Galatei1-Dec-06 0:37 
Hi,

If it is a service, then it is executed in local session, which is different from the one that you're operating.
You have to attach your service desktop to the one you're going to display GUI on. AFAIK, there's no way to attach your GUI to something like "global" desktop so it would be visible for all. Only one desktop can be attached at once.

I suggest, creating GUI as client app and use IPC to speak with your service. This way, your GUI may have access to the service from multiple desktops at once. use sockets, shared memory or pipes for IPC (shmem or pipe should be created in global namespace).

Regards
Questionproblem invoking method of active-x control Pin
pv_pravin30-Nov-06 23:11
pv_pravin30-Nov-06 23:11 
AnswerRe: problem invoking method of active-x control Pin
Galatei1-Dec-06 0:33
Galatei1-Dec-06 0:33 
GeneralRe: problem invoking method of active-x control Pin
pv_pravin1-Dec-06 18:16
pv_pravin1-Dec-06 18:16 
Questionusing an ADT object [modified] Pin
Spherelin30-Nov-06 22:54
Spherelin30-Nov-06 22:54 
AnswerRe: using an ADT object Pin
Cedric Moonen30-Nov-06 23:12
Cedric Moonen30-Nov-06 23:12 
GeneralRe: using an ADT object Pin
Spherelin30-Nov-06 23:41
Spherelin30-Nov-06 23:41 
QuestionProblems in Client/Server Implementation of an MFC application Pin
Vinod Sankaranarayanan30-Nov-06 22:10
Vinod Sankaranarayanan30-Nov-06 22:10 
AnswerRe: Problems in Client/Server Implementation of an MFC application Pin
Galatei1-Dec-06 0:22
Galatei1-Dec-06 0:22 
QuestionRe: Problems in Client/Server Implementation of an MFC application Pin
Vinod Sankaranarayanan1-Dec-06 1:30
Vinod Sankaranarayanan1-Dec-06 1:30 
QuestionPasting same file version to multiple cells using ORCA Pin
rp_suman30-Nov-06 21:03
rp_suman30-Nov-06 21:03 
Questionhow to get correct ppd file for a given printer? Pin
chandkavi30-Nov-06 20:48
chandkavi30-Nov-06 20:48 
QuestionRetrieve URLS of all opened browser Windows? Pin
kiranin30-Nov-06 20:45
kiranin30-Nov-06 20:45 
AnswerRe: Retrieve URLS of all opened browser Windows? Pin
kanduripavan3-Dec-06 2:08
kanduripavan3-Dec-06 2:08 
GeneralRe: Retrieve URLS of all opened browser Windows? Pin
kiranin3-Dec-06 7:06
kiranin3-Dec-06 7:06 
GeneralRe: Retrieve URLS of all opened browser Windows? Pin
kanduripavan3-Dec-06 21:04
kanduripavan3-Dec-06 21:04 
Questionwant the result of child process Pin
Mushtaque Nizamani30-Nov-06 20:36
Mushtaque Nizamani30-Nov-06 20:36 
AnswerRe: want the result of child process Pin
Mike_V30-Nov-06 20:48
Mike_V30-Nov-06 20:48 

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.