Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Checking if a window is minimized Pin
David Crow13-Jul-06 2:31
David Crow13-Jul-06 2:31 
QuestionCLSID..error [modified] urgent pls Pin
RockyJames12-Jul-06 7:26
RockyJames12-Jul-06 7:26 
AnswerRe: CLSID..error [modified] urgent pls Pin
David Crow12-Jul-06 7:37
David Crow12-Jul-06 7:37 
GeneralRe: CLSID..error [modified] urgent pls Pin
RockyJames12-Jul-06 7:39
RockyJames12-Jul-06 7:39 
AnswerRe: CLSID..error [modified] urgent pls [modified] Pin
Neil Van Eps12-Jul-06 8:10
Neil Van Eps12-Jul-06 8:10 
GeneralRe: CLSID..error [modified] urgent pls Pin
RockyJames12-Jul-06 8:17
RockyJames12-Jul-06 8:17 
AnswerRe: CLSID..error [modified] urgent pls Pin
Stephen Hewitt12-Jul-06 13:39
Stephen Hewitt12-Jul-06 13:39 
GeneralRe: CLSID..error [modified] urgent pls Pin
Malli_S12-Jul-06 18:58
Malli_S12-Jul-06 18:58 
GeneralRe: CLSID..error [modified] urgent pls Pin
Stephen Hewitt12-Jul-06 19:04
Stephen Hewitt12-Jul-06 19:04 
Questionabout menu Pin
HOW WHAT12-Jul-06 5:56
HOW WHAT12-Jul-06 5:56 
QuestionRe: about menu Pin
David Crow12-Jul-06 6:35
David Crow12-Jul-06 6:35 
AnswerRe: about menu Pin
valikac12-Jul-06 6:51
valikac12-Jul-06 6:51 
AnswerRe: com basics Pin
RChin12-Jul-06 6:05
RChin12-Jul-06 6:05 
QuestionWriting plug-ins for media player Pin
dSolariuM12-Jul-06 5:31
dSolariuM12-Jul-06 5:31 
Questionwhat is equivelent of Inet1.OpenURL in visual c++ 6 Pin
method00712-Jul-06 5:22
method00712-Jul-06 5:22 
AnswerRe: what is equivelent of Inet1.OpenURL in visual c++ 6 Pin
David Crow12-Jul-06 5:31
David Crow12-Jul-06 5:31 
GeneralRe: what is equivelent of Inet1.OpenURL in visual c++ 6 Pin
method00712-Jul-06 6:04
method00712-Jul-06 6:04 
GeneralRe: what is equivelent of Inet1.OpenURL in visual c++ 6 Pin
led mike12-Jul-06 6:21
led mike12-Jul-06 6:21 
GeneralRe: what is equivelent of Inet1.OpenURL in visual c++ 6 [modified] Pin
method00712-Jul-06 6:40
method00712-Jul-06 6:40 
GeneralRe: what is equivelent of Inet1.OpenURL in visual c++ 6 Pin
led mike12-Jul-06 7:05
led mike12-Jul-06 7:05 
from the sample the "char" array named "buffer" would contain the HTML. In C/C++ char arrays are "strings" so basicaly you can copy that buffer into the edit control.

I don't know why you are doing this in C++ from a VB background but things are very different in C/C++ from VB. There are so many different ways to get a char array into a windows edit control depending on "how" you are developing your solution. If using MFC you have classes that you are using that simplify these operations. If not you must send messages to windows controls to interact with them. This is a small part of the fundamental knowledge needed for windows development in C/C++. Asking questions in a forum about using API's when you don't have basic C/C++ experience will be a very slow and tiresome process.


"Just about every question you've asked over the last 3-4 days has been "urgent". Perhaps a little planning would be helpful?"
Colin Angus Mackay in the C# forum

led mike
GeneralRe: what is equivelent of Inet1.OpenURL in visual c++ 6 [modified] Pin
method00712-Jul-06 7:18
method00712-Jul-06 7:18 
GeneralRe: what is equivelent of Inet1.OpenURL in visual c++ 6 Pin
led mike12-Jul-06 8:22
led mike12-Jul-06 8:22 
GeneralRe: what is equivelent of Inet1.OpenURL in visual c++ 6 Pin
method00712-Jul-06 8:28
method00712-Jul-06 8:28 
GeneralRe: what is equivelent of Inet1.OpenURL in visual c++ 6 Pin
led mike12-Jul-06 9:05
led mike12-Jul-06 9:05 
GeneralRe: what is equivelent of Inet1.OpenURL in visual c++ 6 Pin
method00712-Jul-06 11:01
method00712-Jul-06 11:01 

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.