Click here to Skip to main content
16,004,887 members
Home / Discussions / COM
   

COM

 
QuestionHow to get the application Root Directory runtime? Pin
Member 7436551-Sep-04 16:46
Member 7436551-Sep-04 16:46 
GeneralCOM release build problem Pin
alex.barylski31-Aug-04 20:36
alex.barylski31-Aug-04 20:36 
GeneralRe: COM release build problem Pin
Rory Solley31-Aug-04 21:30
Rory Solley31-Aug-04 21:30 
GeneralRe: COM release build problem Pin
alex.barylski1-Sep-04 9:10
alex.barylski1-Sep-04 9:10 
GeneralRe: COM release build problem Pin
ShaunOldale1-Sep-04 12:24
ShaunOldale1-Sep-04 12:24 
GeneralRe: COM release build problem Pin
alex.barylski2-Sep-04 18:33
alex.barylski2-Sep-04 18:33 
QuestionHow to implement ScrollBars in a atl control Pin
cosmicYang31-Aug-04 20:03
cosmicYang31-Aug-04 20:03 
AnswerRe: How to implement ScrollBars in a atl control Pin
Anonymous1-Sep-04 6:24
Anonymous1-Sep-04 6:24 
You can implement scrollbars in an ATL ActiveX control by setting the WinTraits in the class declaration:

<br />
CWindowImpl<CMainWindow, CWindow, CWinTraits<WS_CHILD | WS_VSCROLL, 0> ><br />


Another way to enable scrollbars in the control is to passs WS_VSCROLL and/or WS_HSCROLL to the CWindowImpl<>'s Create function (dwStyle).

Then you can add event handlers for the scrollbars by using the Add Windows Message Handler wizard.

Does this help? or did I completely misunderstand you post?

Regards,
John
GeneralRe: How to implement ScrollBars in a atl control Pin
cosmicYang1-Sep-04 14:42
cosmicYang1-Sep-04 14:42 
GeneralCommunicating with Excel (VC++ 6.0 MFC) Pin
shibble31-Aug-04 7:30
shibble31-Aug-04 7:30 
GeneralRe: Communicating with Excel (VC++ 6.0 MFC) Pin
darkbyte1-Sep-04 8:16
darkbyte1-Sep-04 8:16 
GeneralRe: Communicating with Excel (VC++ 6.0 MFC) Pin
shibble1-Sep-04 8:24
shibble1-Sep-04 8:24 
GeneralRe: Communicating with Excel (VC++ 6.0 MFC) Pin
darkbyte1-Sep-04 9:00
darkbyte1-Sep-04 9:00 
GeneralIShellUIHelper Pin
Member 132814130-Aug-04 22:25
Member 132814130-Aug-04 22:25 
GeneralRe: IShellUIHelper Pin
darkbyte1-Sep-04 9:04
darkbyte1-Sep-04 9:04 
GeneralCan't connect to or get interfaces of my COM server Pin
RFickling28-Aug-04 18:23
RFickling28-Aug-04 18:23 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Mayur Mahajan29-Aug-04 7:51
Mayur Mahajan29-Aug-04 7:51 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
RFickling29-Aug-04 9:00
RFickling29-Aug-04 9:00 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
RFickling29-Aug-04 10:00
RFickling29-Aug-04 10:00 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Jörgen Sigvardsson31-Aug-04 10:08
Jörgen Sigvardsson31-Aug-04 10:08 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Mayur Mahajan31-Aug-04 16:41
Mayur Mahajan31-Aug-04 16:41 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Jörgen Sigvardsson1-Sep-04 21:06
Jörgen Sigvardsson1-Sep-04 21:06 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Mayur Mahajan2-Sep-04 6:17
Mayur Mahajan2-Sep-04 6:17 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
Jörgen Sigvardsson29-Aug-04 9:40
Jörgen Sigvardsson29-Aug-04 9:40 
GeneralRe: Can't connect to or get interfaces of my COM server Pin
RFickling29-Aug-04 9:53
RFickling29-Aug-04 9:53 

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.