|
-
May 21st, 2002, 11:47 PM
#1
Thread Starter
Addicted Member
How to create a simple browser in C++
Hello!
I have a problem. I'm fairly new to C++ so I don't know how to use active x control or a dll.
If I'm not mistaken the control for WEbBrowser is shdocvw.dll. Am I right? How can I use it?
 Stupidity is better than cure.
VB6 SP5 Enterprise Ed.
C, Pascal, VC++ 6.0
Running Win98 SE and Win2000 Prof. Ed.
Email me at : [email protected]
-
May 23rd, 2002, 12:21 AM
#2
New Member
Why don't you use the MFC. The HTMLView class is enought for your need.
Just using App Wizard in VC++ 6.0 . All things ready.
-
Jun 10th, 2002, 09:48 PM
#3
Thread Starter
Addicted Member
But the problem is that I can't install my Visual C++ 6.0. There's a problem with my CD-Writer, it won't read ordinary CD-ROMs.
What I'm currently using now is Borland C++ Free Compiler 5.5.
I heard it is possible to do such things in pure API calls. Ahh, I just wished I can get access to such codes.
All I need is to display an HTML file in my application. Is there any other way?
 Stupidity is better than cure.
VB6 SP5 Enterprise Ed.
C, Pascal, VC++ 6.0
Running Win98 SE and Win2000 Prof. Ed.
Email me at : [email protected]
-
Jun 13th, 2002, 08:44 PM
#4
Lively Member
Well if your not using mfc its not gonna be simple. Can you program in windows in pure code ?
I program in: vb6,vb.net,html,c++,java/script
-
Jun 13th, 2002, 09:17 PM
#5
Frenzied Member
of course! thats the real way, VC++ just gives you a nice interface and does some stuff for you. most say MFC is evil.
Windows programming with pure API isn't too bad. I love it
-
Jun 16th, 2002, 05:27 PM
#6
But programming ActiveX in pure API is HELL ON EARTH!
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|