Click here to Skip to main content
15,901,764 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Serializing objects using XLM Pin
Ernesto D.4-Apr-05 20:20
Ernesto D.4-Apr-05 20:20 
GeneralRe: Serializing objects using XLM Pin
Andrew Walker4-Apr-05 21:13
Andrew Walker4-Apr-05 21:13 
GeneralRe: Serializing objects using XLM Pin
Ernesto D.5-Apr-05 2:34
Ernesto D.5-Apr-05 2:34 
GeneralSmart Tag for Rich Edit of Outlook email viewer Pin
Rajeev K Srivastava3-Apr-05 9:35
Rajeev K Srivastava3-Apr-05 9:35 
GeneralCan't get data from my vector. Help!!! Pin
Larry Mills Sr2-Apr-05 9:42
Larry Mills Sr2-Apr-05 9:42 
GeneralBrowser Helper Object Pin
nmhuy30-Mar-05 21:42
nmhuy30-Mar-05 21:42 
GeneralRe: Browser Helper Object Pin
Nicholas Cardi1-Apr-05 4:00
Nicholas Cardi1-Apr-05 4:00 
GeneralProblem while Persisting Image into Control Pin
ajalilqarshi30-Mar-05 3:58
ajalilqarshi30-Mar-05 3:58 
hi!

i have tried to store bitmap image into my activex control. i used the following Put property to store image.

[propput, id(7), helpstring("property CompanyLogo")] HRESULT CompanyLogo([in] IPictureDisp * newVal);

and in it i wrote following four lines of code.

m_pCompLogoDisp = newVal;
SetDirty(true);
SendOnDataChange();
FireViewChange();

The property is receiving image data but not persisting it.
does my property declarion incorrect. if so then plz help me.

Thanks in advance.
GeneralMultiple Inclusion Pin
Gomzy29-Mar-05 22:09
sussGomzy29-Mar-05 22:09 
QuestionPlease help. Is multimap what I need? Pin
knapak29-Mar-05 13:37
knapak29-Mar-05 13:37 
AnswerRe: Please help. Is multimap what I need? Pin
Joaquín M López Muñoz30-Mar-05 6:27
Joaquín M López Muñoz30-Mar-05 6:27 
GeneralRe: Please help. Is multimap what I need? Pin
knapak30-Mar-05 11:44
knapak30-Mar-05 11:44 
GeneralCString to <string> help please.. Pin
mlatimer28-Mar-05 19:25
mlatimer28-Mar-05 19:25 
GeneralRe: CString to <string> help please.. Pin
rwestgraham29-Mar-05 14:32
rwestgraham29-Mar-05 14:32 
QuestionHow to Access properties of Control? Pin
ajalilqarshi28-Mar-05 19:01
ajalilqarshi28-Mar-05 19:01 
General[wtl] Making a Wizard-Only app Pin
Member 1219625228-Mar-05 2:12
Member 1219625228-Mar-05 2:12 
GeneralRe: [wtl] Making a Wizard-Only app Pin
Ernesto D.4-Apr-05 14:55
Ernesto D.4-Apr-05 14:55 
Generalcomponents with multiple interfaces Pin
yqzq27-Mar-05 22:14
yqzq27-Mar-05 22:14 
GeneralEvent Threading Pin
zx2c426-Mar-05 16:32
zx2c426-Mar-05 16:32 
GeneralRe: Event Threading Pin
Nicholas Cardi1-Apr-05 4:08
Nicholas Cardi1-Apr-05 4:08 
QuestionIsn't it possible to Persist SAFEARRAYs? Pin
ajalilqarshi25-Mar-05 22:18
ajalilqarshi25-Mar-05 22:18 
AnswerRe: Isn't it possible to Persist SAFEARRAYs? Pin
Michael Dunn26-Mar-05 9:56
sitebuilderMichael Dunn26-Mar-05 9:56 
GeneralRe: Isn't it possible to Persist SAFEARRAYs? Pin
ajalilqarshi27-Mar-05 19:15
ajalilqarshi27-Mar-05 19:15 
GeneralCustom ActiveX control Pin
foxyspy24-Mar-05 20:20
foxyspy24-Mar-05 20:20 
QuestionHow to lock child window from resizing in MDI ? Pin
Mandalay24-Mar-05 19:35
Mandalay24-Mar-05 19:35 

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.