Click here to Skip to main content
15,923,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Debugging in VC++ Pin
Programm3r13-Jun-07 23:15
Programm3r13-Jun-07 23:15 
GeneralRe: Debugging in VC++ Pin
Raj Prathap13-Jun-07 23:24
Raj Prathap13-Jun-07 23:24 
GeneralRe: Debugging in VC++ Pin
Programm3r13-Jun-07 23:41
Programm3r13-Jun-07 23:41 
AnswerRe: Debugging in VC++ Pin
Naveen13-Jun-07 23:29
Naveen13-Jun-07 23:29 
GeneralRe: Debugging in VC++ Pin
Raj Prathap13-Jun-07 23:59
Raj Prathap13-Jun-07 23:59 
GeneralRe: Debugging in VC++ Pin
Nibu babu thomas14-Jun-07 0:38
Nibu babu thomas14-Jun-07 0:38 
QuestionVARIANT Bitmap Pin
shiraztk13-Jun-07 22:11
shiraztk13-Jun-07 22:11 
AnswerRe: VARIANT Bitmap Pin
Naveen13-Jun-07 22:36
Naveen13-Jun-07 22:36 
Zainu wrote:
SetPicture(VARIANT data) should copy the contents of the data to the clipboard and VARIANT GetPicture should return the contents of the clipboard


Since you need to pass the bitmap between the same process, it better to pass the handle of the bitmap to and from the active-x.

Other option is to pass the bitmap's pixel data. i.e retrive the pixel data. set the pointer of the bits array to the VARIANT object then pass it. The activex should again covert this pixel data to bitmap.

I think the first one is simple.


GeneralRe: VARIANT Bitmap Pin
shiraztk13-Jun-07 23:11
shiraztk13-Jun-07 23:11 
GeneralRe: VARIANT Bitmap Pin
Naveen13-Jun-07 23:18
Naveen13-Jun-07 23:18 
GeneralRe: VARIANT Bitmap Pin
shiraztk13-Jun-07 23:51
shiraztk13-Jun-07 23:51 
GeneralRe: VARIANT Bitmap Pin
Naveen14-Jun-07 0:21
Naveen14-Jun-07 0:21 
GeneralRe: VARIANT Bitmap Pin
shiraztk14-Jun-07 7:31
shiraztk14-Jun-07 7:31 
GeneralRe: VARIANT Bitmap Pin
Naveen14-Jun-07 14:00
Naveen14-Jun-07 14:00 
QuestionAssertion occur when data saving Pin
Y_Kaushik13-Jun-07 21:52
Y_Kaushik13-Jun-07 21:52 
AnswerRe: Assertion occur when data saving Pin
Jijo.Raj13-Jun-07 22:01
Jijo.Raj13-Jun-07 22:01 
GeneralRe: Assertion occur when data saving Pin
Y_Kaushik13-Jun-07 23:38
Y_Kaushik13-Jun-07 23:38 
GeneralRe: Assertion occur when data saving Pin
Naveen13-Jun-07 23:44
Naveen13-Jun-07 23:44 
QuestionRe: Assertion occur when data saving Pin
David Crow14-Jun-07 2:50
David Crow14-Jun-07 2:50 
AnswerRe: Assertion occur when data saving Pin
Y_Kaushik14-Jun-07 4:08
Y_Kaushik14-Jun-07 4:08 
GeneralRe: Assertion occur when data saving Pin
David Crow14-Jun-07 4:13
David Crow14-Jun-07 4:13 
GeneralRe: Assertion occur when data saving Pin
Mark Salsbery14-Jun-07 7:55
Mark Salsbery14-Jun-07 7:55 
GeneralRe: Assertion occur when data saving Pin
Y_Kaushik15-Jun-07 0:12
Y_Kaushik15-Jun-07 0:12 
GeneralRe: Assertion occur when data saving Pin
Mark Salsbery15-Jun-07 5:48
Mark Salsbery15-Jun-07 5:48 
AnswerRe: Assertion occur when data saving Pin
Hamid_RT14-Jun-07 20:14
Hamid_RT14-Jun-07 20:14 

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.