Click here to Skip to main content
16,005,178 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaljpeg convert to bmp Pin
daoyu20006-Apr-04 18:47
daoyu20006-Apr-04 18:47 
GeneralRe: jpeg convert to bmp Pin
Antony M Kancidrowski7-Apr-04 2:21
Antony M Kancidrowski7-Apr-04 2:21 
GeneralRe: jpeg convert to bmp Pin
daoyu20007-Apr-04 23:48
daoyu20007-Apr-04 23:48 
GeneralRe: jpeg convert to bmp Pin
Antony M Kancidrowski8-Apr-04 2:25
Antony M Kancidrowski8-Apr-04 2:25 
GeneralRe: jpeg convert to bmp Pin
daoyu20008-Apr-04 4:25
daoyu20008-Apr-04 4:25 
GeneralApplication change to Service can not receive message Pin
tank10256-Apr-04 18:00
tank10256-Apr-04 18:00 
GeneralRe: Application change to Service can not receive message Pin
2249176-Apr-04 19:11
2249176-Apr-04 19:11 
GeneralRe: Application change to Service can not receive message Pin
tank10256-Apr-04 19:45
tank10256-Apr-04 19:45 
I am using TSAPI writing a CTI service prog.
in TSAPI,using function(acsEventNotify) allows an application to request that a message be posted to its application queue when an incoming ACS event available.
when Telephony server's receive queue become non-empty,then it would post a msg(user defined) to application,and after application received this msg ,it will get the msg from receive queue to process.

RetCode_t acsEventNotify
(
ACSHandle_t acsHandle,
HWND hwnd,
UNIT msg,
Boolean notifyAll
);
hwnd: the window which receive notif
msg: user-defined msg to be posted when an incoming event become available.
so in my service,i create a window to receive this msg.but i can't receive any msg.however,when my prog is application,it can run correctly.why
GeneralRe: Application change to Service can not receive message Pin
tank10257-Apr-04 5:25
tank10257-Apr-04 5:25 
Questionhow to convert??? Pin
don7cry6-Apr-04 17:37
don7cry6-Apr-04 17:37 
AnswerRe: how to convert??? Pin
Christian Graus6-Apr-04 18:31
protectorChristian Graus6-Apr-04 18:31 
GeneralRe: how to convert??? Pin
Maxwell Chen6-Apr-04 18:44
Maxwell Chen6-Apr-04 18:44 
GeneralRe: how to convert??? Pin
Ravi Bhavnani7-Apr-04 1:25
professionalRavi Bhavnani7-Apr-04 1:25 
GeneralRe: how to convert??? Pin
don7cry7-Apr-04 18:17
don7cry7-Apr-04 18:17 
GeneralStrange Visual C++ behavior - Computationally heavy app. Pin
Indrawati6-Apr-04 17:27
Indrawati6-Apr-04 17:27 
GeneralRe: Strange Visual C++ behavior - Computationally heavy app. Pin
Maxwell Chen6-Apr-04 17:29
Maxwell Chen6-Apr-04 17:29 
GeneralRe: Strange Visual C++ behavior - Computationally heavy app. Pin
cmk6-Apr-04 21:13
cmk6-Apr-04 21:13 
QuestionHow to use CDataGrid Pin
yingkou6-Apr-04 17:08
yingkou6-Apr-04 17:08 
QuestionLPPICTUREDISP -- CPictureHolder --- How to release memory? Pin
SNathani6-Apr-04 13:12
SNathani6-Apr-04 13:12 
Generaluse of template class and operator-> Pin
tparry6-Apr-04 11:43
tparry6-Apr-04 11:43 
GeneralRe: use of template class and operator-> Pin
Guido Loupias7-Apr-04 3:29
Guido Loupias7-Apr-04 3:29 
QuestionX10 C/C++ API? Pin
Ravi Bhavnani6-Apr-04 11:11
professionalRavi Bhavnani6-Apr-04 11:11 
AnswerFound it! Pin
Ravi Bhavnani6-Apr-04 12:44
professionalRavi Bhavnani6-Apr-04 12:44 
QuestionCString to DWORD ? INT ? Pin
LudaLuda6-Apr-04 11:11
LudaLuda6-Apr-04 11:11 
AnswerRe: CString to DWORD ? INT ? Pin
Ravi Bhavnani6-Apr-04 11:16
professionalRavi Bhavnani6-Apr-04 11:16 

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.