Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to Initializing CString in constructor Pin
Maximilien28-Nov-08 8:50
Maximilien28-Nov-08 8:50 
AnswerRe: How to Initializing CString in constructor Pin
Code-o-mat28-Nov-08 8:53
Code-o-mat28-Nov-08 8:53 
GeneralRe: How to Initializing CString in constructor Pin
Mark Salsbery28-Nov-08 9:11
Mark Salsbery28-Nov-08 9:11 
QuestionIs Window / Dialog neede for a UI thread Pin
vipin_nvk28-Nov-08 6:45
vipin_nvk28-Nov-08 6:45 
AnswerRe: Is Window / Dialog neede for a UI thread Pin
Code-o-mat28-Nov-08 9:00
Code-o-mat28-Nov-08 9:00 
AnswerRe: Is Window / Dialog neede for a UI thread Pin
Peter Weyzen28-Nov-08 20:24
Peter Weyzen28-Nov-08 20:24 
GeneralRe: Is Window / Dialog neede for a UI thread Pin
vipin_nvk28-Nov-08 23:47
vipin_nvk28-Nov-08 23:47 
GeneralRe: Is Window / Dialog neede for a UI thread Pin
Peter Weyzen29-Nov-08 8:32
Peter Weyzen29-Nov-08 8:32 
true... interactive services are become less viable in the newer versions of windows.

So, to have some sort of UI that controls your service, you'll could write a 2nd program which interacts with the service and serves as it's UI. You can use FindWindow to get the window to post messages to. There are other ways to communicate with a service that doesn't involve a window -- named pipes, tcp, mailslots, stuff like that.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Peter Weyzen<br />
Staff Engineer<br />
<a href="http://www.soonr.com">SoonR Inc -- PC Power delivered to your phone</a>

QuestionHow to pass command line parameters using CreateProcess function. Pin
SNI28-Nov-08 2:08
SNI28-Nov-08 2:08 
AnswerRe: How to pass command line parameters using CreateProcess function. Pin
CPallini28-Nov-08 2:39
mveCPallini28-Nov-08 2:39 
AnswerRe: How to pass command line parameters using CreateProcess function. Pin
Mark Salsbery28-Nov-08 11:52
Mark Salsbery28-Nov-08 11:52 
GeneralRe: How to pass command line parameters using CreateProcess function. Pin
SNI5-Dec-08 1:49
SNI5-Dec-08 1:49 
Question[Message Deleted] Pin
Member 462021628-Nov-08 1:59
Member 462021628-Nov-08 1:59 
AnswerRe: Communication with device Pin
Roger Stoltz28-Nov-08 2:09
Roger Stoltz28-Nov-08 2:09 
QuestionI want to run Thread at regular interval using multimedia timer [modified] Pin
anilaabc27-Nov-08 23:07
anilaabc27-Nov-08 23:07 
QuestionRe: I want to run Thread at regular interval using multimedia timer Pin
Roger Stoltz28-Nov-08 2:06
Roger Stoltz28-Nov-08 2:06 
Questionhow can i dispaly icon or bitmap on status bar? Pin
puppya27-Nov-08 21:36
puppya27-Nov-08 21:36 
AnswerRe: how can i dispaly icon or bitmap on status bar? Pin
_AnsHUMAN_ 27-Nov-08 21:38
_AnsHUMAN_ 27-Nov-08 21:38 
AnswerRe: how can i dispaly icon or bitmap on status bar? Pin
Hamid_RT27-Nov-08 23:35
Hamid_RT27-Nov-08 23:35 
QuestionHow to enumerates media types on a given pin Pin
zengkun10027-Nov-08 21:17
zengkun10027-Nov-08 21:17 
AnswerRe: How to enumerates media types on a given pin Pin
Iain Clarke, Warrior Programmer28-Nov-08 9:15
Iain Clarke, Warrior Programmer28-Nov-08 9:15 
GeneralRe: How to enumerates media types on a given pin Pin
zengkun10029-Nov-08 2:01
zengkun10029-Nov-08 2:01 
QuestionEffective Synchronization: Multiple Read, Single Write Pin
singh_nav27-Nov-08 20:20
singh_nav27-Nov-08 20:20 
AnswerRe: Effective Synchronization: Multiple Read, Single Write Pin
_AnsHUMAN_ 27-Nov-08 20:27
_AnsHUMAN_ 27-Nov-08 20:27 
GeneralRe: Effective Synchronization: Multiple Read, Single Write Pin
singh_nav27-Nov-08 21:27
singh_nav27-Nov-08 21:27 

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.