Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: error LNK2005: ... already defined in ..... Pin
Nibu babu thomas19-May-06 1:05
Nibu babu thomas19-May-06 1:05 
GeneralRe: error LNK2005: ... already defined in ..... Pin
Cyber Friend19-May-06 1:40
Cyber Friend19-May-06 1:40 
GeneralRe: error LNK2005: ... already defined in ..... Pin
Nibu babu thomas19-May-06 1:45
Nibu babu thomas19-May-06 1:45 
GeneralRe: error LNK2005: ... already defined in ..... Pin
Cyber Friend19-May-06 2:24
Cyber Friend19-May-06 2:24 
QuestionCopy Memory Pin
satsumatable19-May-06 0:45
satsumatable19-May-06 0:45 
AnswerRe: Copy Memory Pin
Laxman Auti19-May-06 0:58
Laxman Auti19-May-06 0:58 
GeneralRe: Copy Memory Pin
satsumatable19-May-06 0:59
satsumatable19-May-06 0:59 
AnswerRe: Copy Memory Pin
Laxman Auti19-May-06 1:15
Laxman Auti19-May-06 1:15 
sivaprakashshanmugam wrote:
Actually i am reading some text from file so it will be a stream of Bytes, i need to send bytes to MFC Activex control and i need to read it. I have tried in many ways but i couldnt so i am thought going this method. Do you have solution for this.

See,
You can read the file in text format you will get char string...
Convert that string into BSTR using ConvertStringToBSTR() function and
simply pass this bstr string to ActiveX control.
if you wanna a reflection on the BSTR then pass the pointer of it.

Another way is create the property of an Activex and set the string data to it read from file.

hope this helps you.


Knock out 't' from can't,
You can if you think you can
Cool | :cool:

-- modified at 7:16 Friday 19th May, 2006
AnswerRe: Copy Memory Pin
Maxwell Chen19-May-06 1:06
Maxwell Chen19-May-06 1:06 
GeneralRe: Copy Memory Pin
NiceNaidu19-May-06 1:21
NiceNaidu19-May-06 1:21 
QuestionFlip an image Pin
anjita19-May-06 0:26
anjita19-May-06 0:26 
AnswerRe: Flip an image Pin
Sarath C19-May-06 0:35
Sarath C19-May-06 0:35 
GeneralRe: Flip an image Pin
anjita19-May-06 0:51
anjita19-May-06 0:51 
AnswerRe: Flip an image Pin
NiceNaidu19-May-06 0:52
NiceNaidu19-May-06 0:52 
GeneralRe: Flip an image Pin
anjita19-May-06 1:59
anjita19-May-06 1:59 
AnswerRe: Flip an image Pin
Hamid_RT19-May-06 0:56
Hamid_RT19-May-06 0:56 
GeneralIO.H Required Pin
Rajesh R Subramanian19-May-06 0:11
professionalRajesh R Subramanian19-May-06 0:11 
GeneralRe: IO.H Required Pin
Colin Angus Mackay19-May-06 0:29
Colin Angus Mackay19-May-06 0:29 
GeneralRe: IO.H Required Pin
Rajesh R Subramanian19-May-06 0:33
professionalRajesh R Subramanian19-May-06 0:33 
GeneralRe: IO.H Required Pin
Maxwell Chen19-May-06 0:35
Maxwell Chen19-May-06 0:35 
GeneralRe: IO.H Required Pin
Maxwell Chen19-May-06 0:33
Maxwell Chen19-May-06 0:33 
GeneralRe: IO.H Required Pin
Vikram A Punathambekar19-May-06 0:40
Vikram A Punathambekar19-May-06 0:40 
GeneralRe: IO.H Required Pin
Monty219-May-06 0:40
Monty219-May-06 0:40 
GeneralRe: IO.H Required Pin
Ryan Roberts19-May-06 0:34
Ryan Roberts19-May-06 0:34 
GeneralRe: IO.H Required Pin
Rajesh R Subramanian19-May-06 0:36
professionalRajesh R Subramanian19-May-06 0:36 

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.