Click here to Skip to main content
15,919,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Buttons in child dialog do no respons to enter key Pin
_AnsHUMAN_ 22-May-06 4:17
_AnsHUMAN_ 22-May-06 4:17 
GeneralRe: Buttons in child dialog do no respons to enter key Pin
YaronNir22-May-06 4:21
YaronNir22-May-06 4:21 
GeneralRe: Buttons in child dialog do no respons to enter key Pin
_AnsHUMAN_ 22-May-06 4:28
_AnsHUMAN_ 22-May-06 4:28 
GeneralRe: Buttons in child dialog do no respons to enter key Pin
YaronNir22-May-06 4:29
YaronNir22-May-06 4:29 
GeneralRe: Buttons in child dialog do no respons to enter key Pin
YaronNir22-May-06 4:24
YaronNir22-May-06 4:24 
GeneralRe: Buttons in child dialog do no respons to enter key Pin
_AnsHUMAN_ 22-May-06 20:44
_AnsHUMAN_ 22-May-06 20:44 
GeneralRe: Buttons in child dialog do no respons to enter key Pin
YaronNir22-May-06 20:58
YaronNir22-May-06 20:58 
Questionbytes to string Pin
satsumatable22-May-06 2:50
satsumatable22-May-06 2:50 
Hi,

I am using following code in VC++ application to read the file.

System::IO::FileStream* fsFileContennt = new System::IO::FileStream(dlgUploadFile->get_FileName (),System::IO::FileMode::Open,System::IO::FileAccess::Read);
BinaryReader* brFileContent = new BinaryReader(fsFileContennt); System::String *str = brFileContent ->ToString ();

Actually i want to send( brFileContent) this data to ActiveX control(VC++) and display in Text box (Since file contains parameters). I am using BSTR* type variable to receive this *str variables.

Now how can i get my data in ActiveX control(VC++)?... Will it work out else provide me alternate solution..

Thanks in Advance.
GeneralRe: bytes to string Pin
Laxman Auti22-May-06 3:02
Laxman Auti22-May-06 3:02 
GeneralRe: bytes to string Pin
toxcct22-May-06 3:21
toxcct22-May-06 3:21 
GeneralRe: bytes to string Pin
Hamid_RT22-May-06 4:29
Hamid_RT22-May-06 4:29 
AnswerRe: bytes to string Pin
ThatsAlok22-May-06 4:34
ThatsAlok22-May-06 4:34 
QuestionHow To Run a C++ Program as Service Pin
Suganya.D22-May-06 2:49
Suganya.D22-May-06 2:49 
AnswerRe: How To Run a C++ Program as Service Pin
Laxman Auti22-May-06 2:56
Laxman Auti22-May-06 2:56 
AnswerRe: How To Run a C++ Program as Service Pin
David Crow22-May-06 3:06
David Crow22-May-06 3:06 
AnswerRe: How To Run a C++ Program as Service Pin
ThatsAlok22-May-06 4:36
ThatsAlok22-May-06 4:36 
QuestionHow to response OS message Pin
cnez22-May-06 2:23
cnez22-May-06 2:23 
QuestionRe: How to response OS message Pin
David Crow22-May-06 3:07
David Crow22-May-06 3:07 
AnswerRe: How to response OS message Pin
cnez23-May-06 0:51
cnez23-May-06 0:51 
GeneralRe: How to response OS message Pin
David Crow24-May-06 2:26
David Crow24-May-06 2:26 
AnswerRe: How to response OS message Pin
cnez29-May-06 1:50
cnez29-May-06 1:50 
AnswerRe: How to response OS message [modified] Pin
_AnsHUMAN_ 22-May-06 4:19
_AnsHUMAN_ 22-May-06 4:19 
GeneralRe: How to response OS message Pin
ThatsAlok22-May-06 4:38
ThatsAlok22-May-06 4:38 
GeneralRe: How to response OS message Pin
_AnsHUMAN_ 22-May-06 4:45
_AnsHUMAN_ 22-May-06 4:45 
GeneralRe: How to response OS message Pin
ThatsAlok22-May-06 4:49
ThatsAlok22-May-06 4:49 

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.