Click here to Skip to main content
15,894,410 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
NewsRe: Casting Pin
CodingLover4-May-09 23:09
CodingLover4-May-09 23:09 
GeneralRe: Casting Pin
Iain Clarke, Warrior Programmer4-May-09 23:20
Iain Clarke, Warrior Programmer4-May-09 23:20 
GeneralRe: Casting Pin
Cedric Moonen4-May-09 23:14
Cedric Moonen4-May-09 23:14 
AnswerRe: Casting Pin
Stuart Dootson4-May-09 23:20
professionalStuart Dootson4-May-09 23:20 
NewsRe: Casting Pin
CodingLover5-May-09 0:12
CodingLover5-May-09 0:12 
QuestionI need a suggestion Pin
kokilag4-May-09 22:13
kokilag4-May-09 22:13 
AnswerRe: I need a suggestion Pin
Rajesh R Subramanian4-May-09 22:29
professionalRajesh R Subramanian4-May-09 22:29 
GeneralRe: I need a suggestion Pin
kokilag6-May-09 6:47
kokilag6-May-09 6:47 
QuestionVisual C++ 2008 MFC Feature pack samples.. Pin
eight4-May-09 21:45
eight4-May-09 21:45 
AnswerRe: Visual C++ 2008 MFC Feature pack samples.. Pin
Rajesh R Subramanian4-May-09 21:48
professionalRajesh R Subramanian4-May-09 21:48 
GeneralRe: Visual C++ 2008 MFC Feature pack samples.. Pin
eight5-May-09 3:06
eight5-May-09 3:06 
GeneralRe: Visual C++ 2008 MFC Feature pack samples.. Pin
eight25-May-09 18:54
eight25-May-09 18:54 
QuestionChange the shape of CEdit custom draw? Pin
karhong4-May-09 20:54
karhong4-May-09 20:54 
AnswerRe: Change the shape of CEdit custom draw? Pin
Naveen4-May-09 21:58
Naveen4-May-09 21:58 
GeneralRe: Change the shape of CEdit custom draw? Pin
karhong4-May-09 22:02
karhong4-May-09 22:02 
GeneralRe: Change the shape of CEdit custom draw? Pin
karhong4-May-09 22:21
karhong4-May-09 22:21 
GeneralRe: Change the shape of CEdit custom draw? Pin
Naveen4-May-09 22:26
Naveen4-May-09 22:26 
GeneralRe: Change the shape of CEdit custom draw? Pin
karhong4-May-09 22:51
karhong4-May-09 22:51 
AnswerRe: Change the shape of CEdit custom draw? Pin
Chandrasekharan P4-May-09 22:01
Chandrasekharan P4-May-09 22:01 
GeneralRe: Change the shape of CEdit custom draw? Pin
karhong4-May-09 22:19
karhong4-May-09 22:19 
Questionmodal, modeless and variable Pin
durban24-May-09 19:52
durban24-May-09 19:52 
AnswerRe: modal, modeless and variable Pin
_AnsHUMAN_ 4-May-09 20:04
_AnsHUMAN_ 4-May-09 20:04 
QuestionBitmaps, Clipboard and OLE Doing My Head In Pin
Kyudos4-May-09 18:03
Kyudos4-May-09 18:03 
I've implemented a method in my app to paste a bitmap from the clipboard as an OLE object. I take the CF_DIB data, write it to a temporary file, and then use COleClientItem::CreateFromFile to create the object.

However, this is subject to the vagaries of file associations and installed applications. I'd like to be able to code something that says 'I want to insert an OLE bitmap object created with mspaint.exe' so that behaviour is more consistent from system to system.

Looking at some of the underlying ::OLE (eg OleCreate) functions, this seems like it might be possible, but I can't make it work. Does anyone with a better understanding of OLE have any tips? (or teh c0d3z? Wink | ;) )

Cheers
QuestionEdit Box Validation Pin
Padmanabha_M4-May-09 17:41
Padmanabha_M4-May-09 17:41 
AnswerRe: Edit Box Validation Pin
Naveen4-May-09 18:09
Naveen4-May-09 18:09 

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.