hi,
I'm trying to get the Web Browser control to work in LIB format.
Is this possible?
I've converted demo dll to LIB + made demo/executable, but it wont work.
I can see the web browser control in the .dlg editor, but when I try
to start compiled demo .exe nothing happens.
(I have removed references to MnuBtn control)
Any ideas? Thanks!
bye
X05
I'm trying to get the Web Browser control to work in LIB format.
Is this possible?
I've converted demo dll to LIB + made demo/executable, but it wont work.
I can see the web browser control in the .dlg editor, but when I try
to start compiled demo .exe nothing happens.
(I have removed references to MnuBtn control)
Any ideas? Thanks!
bye
X05
Hi X05
first of all: this is possibly the wrong forum, MAIN or COM would be better.
I'm trying to get the Web Browser control to work in LIB format.
Is this possible?
Yes, surely, but I doubt you will gain much.
I've converted demo dll to LIB + made demo/executable, but it wont work.
I can see the web browser control in the .dlg editor, but when I try
to start compiled demo .exe nothing happens.
(I have removed references to MnuBtn control)
Noone here knows anything about "demo dll" or "MnuBtn". You must supply some more infos if you want some acceptable answers.
Japheth
first of all: this is possibly the wrong forum, MAIN or COM would be better.
I'm trying to get the Web Browser control to work in LIB format.
Is this possible?
Yes, surely, but I doubt you will gain much.
I've converted demo dll to LIB + made demo/executable, but it wont work.
I can see the web browser control in the .dlg editor, but when I try
to start compiled demo .exe nothing happens.
(I have removed references to MnuBtn control)
Noone here knows anything about "demo dll" or "MnuBtn". You must supply some more infos if you want some acceptable answers.
Japheth
Hi X05
Xtreme did most of the work on this control.
Unfortunatly he did not finish his work so it is unstable. I don't recomend using it in any serious project.
KetilO
Xtreme did most of the work on this control.
;; NAME: WBCtl.asm
;
;
; DEVELOPER: Xtreme: http://www.xtremesoftware.com
;
;
; DESCRIPTION: Displays the MS Web Browser COM Control on a Window.
; The control can be used to make a custom Web Browser
; or serve as the interface to an Internet related
; application. Many other possibilities exist...
;
;
; SPECIAL THANKS: Ernie Murphy: http://here.is/COMinASM (I couldn't have begun this project without his tutorials and help)
; Bill T: http://asm.tsx.com (Renewed my interest in Win32Asm-COM)
; Japheth: http://www.japheth.de/ (Solved many major bugs herein and helped me on my way)
;
;
;
; DEVELOPER: Xtreme: http://www.xtremesoftware.com
;
;
; DESCRIPTION: Displays the MS Web Browser COM Control on a Window.
; The control can be used to make a custom Web Browser
; or serve as the interface to an Internet related
; application. Many other possibilities exist...
;
;
; SPECIAL THANKS: Ernie Murphy: http://here.is/COMinASM (I couldn't have begun this project without his tutorials and help)
; Bill T: http://asm.tsx.com (Renewed my interest in Win32Asm-COM)
; Japheth: http://www.japheth.de/ (Solved many major bugs herein and helped me on my way)
;
Unfortunatly he did not finish his work so it is unstable. I don't recomend using it in any serious project.
KetilO