How to control in VC6
-
I have a html page. I load to VC6 Dialog. I want to make some button that call the link on html page. How can i make it?
tamasan wrote:
I have a html page. I load to VC6 Dialog.
How are you loading the HTML page in your dialog?
tamasan wrote:
want to make some button that call the link on html page.
Do you want to open the link in a browser window on button click?
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
I have a html page. I load to VC6 Dialog. I want to make some button that call the link on html page. How can i make it?
I think you need to say more explain but if you want to show html files on dialog you can use CDHtmlDialog
WhiteSky
-
I think you need to say more explain but if you want to show html files on dialog you can use CDHtmlDialog
WhiteSky
I have an APIs library.It have a function that support me showing html document. OVP_viewDoc((long)m_hWnd); On my dialog, i have some button. I want to link to in html documnet on dialog. but i dont know, how to make it P/S: How can I post image in reply part in this page ?
-
I have a html page. I load to VC6 Dialog. I want to make some button that call the link on html page. How can i make it?
::ShellExecute(NULL, "open", "http://the_url.htm", NULL, NULL, SW_SHOW);
TOXCCT >>> GEII power
[VisualCalc 3.0 updated ][Flags Beginner's Guide new! ]
-
I have an APIs library.It have a function that support me showing html document. OVP_viewDoc((long)m_hWnd); On my dialog, i have some button. I want to link to in html documnet on dialog. but i dont know, how to make it P/S: How can I post image in reply part in this page ?
If you have a function that it supports html document now what prolem?
WhiteSky