Click here to Skip to main content
16,010,114 members
Home / Discussions / COM
   

COM

 
GeneralActiveX control doesn't paint at design-time Pin
15-Mar-02 10:27
suss15-Mar-02 10:27 
GeneralDCOM with Visual C++ Pin
15-Mar-02 8:24
suss15-Mar-02 8:24 
GeneralRe: DCOM with Visual C++ Pin
Anand Amirineni15-Mar-02 9:14
Anand Amirineni15-Mar-02 9:14 
Generalreceiving a Boolean type in VB Pin
Jerome Conus15-Mar-02 5:28
Jerome Conus15-Mar-02 5:28 
GeneralRe: receiving a Boolean type in VB Pin
pba_15-Mar-02 8:14
pba_15-Mar-02 8:14 
GeneralRe: receiving a Boolean type in VB Pin
Anand Amirineni15-Mar-02 9:54
Anand Amirineni15-Mar-02 9:54 
GeneralImplement onIdle Pin
dejan.n15-Mar-02 3:12
dejan.n15-Mar-02 3:12 
GeneralRe: Implement onIdle Pin
Prem Kumar15-Mar-02 8:13
Prem Kumar15-Mar-02 8:13 
Hi,
The foll. is an extract from Paul DiLascia's C++ Q&A column in MSJ-July'97

Unfortunately, this wonderful UI update mechanism doesn't work for dialogs—at least not automatically. You have to hook the pieces up yourself. Fortunately, it's easy. All you have to do is handle WM_KICKIDLE, a private MFC message that MFC sends whenever the dialog is idle (analogous to the app's OnIdle handler) to call UpdateDialogControls yourself.
Look into the article.
Hope this Helps

GeneralPassing a BSTR to VB Pin
Jerome Conus14-Mar-02 21:37
Jerome Conus14-Mar-02 21:37 
GeneralRe: Passing a BSTR to VB Pin
Mazdak14-Mar-02 22:04
Mazdak14-Mar-02 22:04 
GeneralRe: Passing a BSTR to VB Pin
Joao Vaz14-Mar-02 23:45
Joao Vaz14-Mar-02 23:45 
GeneralRe: Passing a BSTR to VB Pin
Jerome Conus15-Mar-02 5:27
Jerome Conus15-Mar-02 5:27 
GeneralWhether i need attach one LPDISPATCH to initialize it! Pin
Davidlou14-Mar-02 19:53
Davidlou14-Mar-02 19:53 
QuestionPassing/receiving byte-arrays ? Pin
StefanM14-Mar-02 3:22
StefanM14-Mar-02 3:22 
AnswerRe: Passing/receiving byte-arrays ? Pin
pba_14-Mar-02 6:20
pba_14-Mar-02 6:20 
AnswerRe: Passing/receiving byte-arrays ? Pin
Joao Vaz14-Mar-02 6:29
Joao Vaz14-Mar-02 6:29 
AnswerRe: Passing/receiving byte-arrays ? Pin
Rashid Thadha15-Mar-02 5:19
Rashid Thadha15-Mar-02 5:19 
GeneralHlp with CoCreateInstance => Pin
13-Mar-02 20:28
suss13-Mar-02 20:28 
GeneralRe: Hlp with CoCreateInstance => Pin
Deepak Khajuria13-Mar-02 23:14
Deepak Khajuria13-Mar-02 23:14 
GeneralRe: Hlp with CoCreateInstance => Pin
14-Mar-02 2:42
suss14-Mar-02 2:42 
GeneralCreateProcessAsUser : error 1314 Pin
David Dal Zot13-Mar-02 4:00
David Dal Zot13-Mar-02 4:00 
GeneralRe: CreateProcessAsUser : error 1314 Pin
pba_14-Mar-02 5:51
pba_14-Mar-02 5:51 
GeneralRe: CreateProcessAsUser : error 1314 Pin
David Dal Zot14-Mar-02 7:21
David Dal Zot14-Mar-02 7:21 
GeneralRe: CreateProcessAsUser : error 1314 Pin
pba_15-Mar-02 8:07
pba_15-Mar-02 8:07 
GeneralException handling when receiving BREAKsignals.. Pin
dejan.n13-Mar-02 0:52
dejan.n13-Mar-02 0:52 

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.