Click here to Skip to main content
15,901,666 members
Home / Discussions / COM
   

COM

 
GeneralRe: Cookie read/write in COM Pin
Member 172086231-Mar-05 10:34
Member 172086231-Mar-05 10:34 
GeneralRe: Cookie read/write in COM Pin
Anonymous5-Apr-05 20:31
Anonymous5-Apr-05 20:31 
GeneralRe: Cookie read/write in COM Pin
1212121212116-Jun-06 1:49
1212121212116-Jun-06 1:49 
GeneralHelp me Pin
123dotnet30-Mar-05 16:42
123dotnet30-Mar-05 16:42 
GeneralGood Question Pin
ursus zeta2-Apr-05 7:59
ursus zeta2-Apr-05 7:59 
GeneralMultiple Inclusion Pin
gUrM33T30-Mar-05 13:34
gUrM33T30-Mar-05 13:34 
GeneralRe: Multiple Inclusion Pin
gUrM33T30-Mar-05 18:24
gUrM33T30-Mar-05 18:24 
GeneralProblem while Persisting Image into Control Pin
ajalilqarshi30-Mar-05 4:00
ajalilqarshi30-Mar-05 4:00 
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.

GeneralLearning COM Pin
anil7529-Mar-05 7:45
anil7529-Mar-05 7:45 
GeneralRe: Learning COM Pin
_Andrew3-Apr-05 8:32
_Andrew3-Apr-05 8:32 
GeneralHELP!!! Pin
shulflem29-Mar-05 3:57
shulflem29-Mar-05 3:57 
GeneralRe: HELP!!! Pin
Michael P Butler29-Mar-05 4:29
Michael P Butler29-Mar-05 4:29 
GeneralQuery - ActiveX: Extend a MFC control Pin
The.Saint28-Mar-05 23:31
The.Saint28-Mar-05 23:31 
Generalvbscript calling ActiveX(MFC) control method fail Pin
theshuttle28-Mar-05 19:08
theshuttle28-Mar-05 19:08 
GeneralRe: vbscript calling ActiveX(MFC) control method fail Pin
MMansonFan2529-Mar-05 17:54
MMansonFan2529-Mar-05 17:54 
QuestionHow to Access properties of Control? Pin
ajalilqarshi28-Mar-05 19:01
ajalilqarshi28-Mar-05 19:01 
QuestionHow to register a component? Pin
liuyue28-Mar-05 16:50
liuyue28-Mar-05 16:50 
AnswerRe: How to register a component? Pin
ThatsAlok28-Mar-05 22:03
ThatsAlok28-Mar-05 22:03 
AnswerRe: How to register a component? Pin
MMansonFan2529-Mar-05 18:01
MMansonFan2529-Mar-05 18:01 
GeneralCSocket & critical sections under IIS 6 Pin
Sorin28-Mar-05 15:43
Sorin28-Mar-05 15:43 
Generalmutithreading in com Pin
satishrg27-Mar-05 17:08
satishrg27-Mar-05 17:08 
GeneralIMAGES TO MOVIE file Pin
Emiliano27-Mar-05 14:16
Emiliano27-Mar-05 14:16 
GeneralConsuming .NET events in unmanaged code Pin
ischen_s127-Mar-05 5:02
ischen_s127-Mar-05 5:02 
Generalautocad and VB Pin
everzwijn227-Mar-05 4:40
everzwijn227-Mar-05 4:40 
GeneralRe: autocad and VB Pin
mlatimer29-Mar-05 8:38
mlatimer29-Mar-05 8:38 

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.