Search found 23 matches: webbrowser

Return to advanced search

Re: U-Dbu

Hello Charly; Interesting indeed. I can see how you can replace your current apps for a local server hosted app that's available via any webbrowser on the LAN. So, instead of having a workstation connect to the server to access your dbfs and have data travel across the wires, you access the ...
by reinaldocrespo
Sat May 13, 2023 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1192

Re: Build version of fivewin libraries on MSVC

... than 1 second. But this is not a fixed rule, it often doesn't happen the first time and it can happen later too. This does not cause errors. Using webbrowser activex on windows 7 this is more visible, but does not prevent execution. Nor is it on all computers. A client of mine was complaining that ...
by Giovany Vecchi
Wed Jul 27, 2022 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build version of fivewin libraries on MSVC
Replies: 3
Views: 526

TWebView() for Dummy

... it ... what does it mean ... no Idea :idea: sorry i´m a total Internet Technique Dummy to ask it --- i like to use TWebview() instead of my old IE Webbrowser Interface ( c:\Windows\System32\ieframe.dll ) but how to get Property like "FullScreen" from TWebview() ? also i like to get "OnFullScreen" ...
by Jimmy
Wed Jul 13, 2022 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() for Dummy
Replies: 4
Views: 542

Re: Activex no funciona en Internet Explorer

Ja expliquei uma vez aqui no forum. Nossos programas quando acessa o sistema WEBBROWSER do Windows tem como padrão executar emulando o internet explorer versão 8, mesmo que no computador esteja instalado a versão 11. Para dizer ao Windows que nossas aplicações ...
by Giovany Vecchi
Thu Nov 23, 2017 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Activex no funciona en Internet Explorer
Replies: 5
Views: 2179

Re: app crash on ShellExecute()

Reinaldo

Opening ie is default behaviour that you can change

WebBrowser(cUrl,.f.) // does not show ie , i use it this way for all php i execute on my server, it goes silent

Richard
by Richard Chidiak
Fri Jan 06, 2012 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: app crash on ShellExecute()
Replies: 10
Views: 3135

Re: FWH Clase TWebServer ejemplo

Gracias, tienes toda la razón... Haciendo pruebas: Funciona perfectamente... y es más, no sé si es el comportamiento normal, pero al ejecutar en el WebBrowser: localHost:8088 , ingresa a la página Default.html usando el WebServer de FiveTech localHost/Default.Html , ingresa a la página Default.Html ...
by Bayron
Wed Oct 12, 2011 4:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH Clase TWebServer ejemplo
Replies: 19
Views: 5124

how can I use "ScriptErrorsSuppressed"?

... error on certain site, an script error message was displayed and my application stopped. On this points, a friend using c# adviced me to use webBrowser class. There was "webBrowser.ScriptErrorsSuppressed" in c# and other language, so, through setting this value as true or false, ...
by kim yong woo
Thu Jun 11, 2009 12:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how can I use "ScriptErrorsSuppressed"?
Replies: 1
Views: 354

ActiveX IE missing methods ?

Hello all, oActiveX:Print() works correctly http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.print.aspx while oActiveX:ShowPrintDialog() generates a runtime error. http://msdn.microsoft.com/en-us/library/0xbfs8f9.aspx ...
by Davide
Mon Apr 27, 2009 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX IE missing methods ?
Replies: 0
Views: 425

Activex Help

Eseguo da fwh\samples\webexp.exe ma non accade nulla... non dovrebbe eseguire il webbrowser
Ciao
by Lisa Giordano
Tue Jul 29, 2008 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Activex Help
Replies: 1
Views: 451

If you have Office installed, then go to its VB editor (Macros) and open a project. There you can place a WebBrowser object and find a lot of usefull information:
Image
by Antonio Linares
Sun May 18, 2008 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read HTML page
Replies: 12
Views: 2215

... Some thoughts: After we design the screens or forms, why cant FWH generate generate an asp page ( or set of asp pages) to show the same screens on webbrowser (also using azax) ? Possible we can give better interface than other tools available. No present tool in the world can beat the way we show ...
by nageswaragunupudi
Tue Oct 02, 2007 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: .net
Replies: 7
Views: 2028

... digo, casi todo esta explicado alli, pero pa encontralo tela. http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/webbrowser/reference/Methods/ExecWB.asp Esta es la lista de posibles parametros para OLECMDID http://msdn2.microsoft.com/en-us/library/ms691264.aspx ...
by Biel EA6DD
Fri Jan 26, 2007 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir desde ActiveX
Replies: 7
Views: 1512

Here:

http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/WebBrowser/WebBrowser.asp

At the paragraph:

Printing the Current Page with the WebBrowser Control


Click on Show Example.

EMG
by Enrico Maria Giordano
Thu Jan 04, 2007 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using IE AcitveX from FWH
Replies: 13
Views: 3503

James Bott wrote:Does "shell.explorer" return a "webBrowser" object or some other object?


It should be a WebBrowser object.

EMG
by Enrico Maria Giordano
Wed Jan 03, 2007 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using IE AcitveX from FWH
Replies: 13
Views: 3503

Actually the webbrowser control does have a print method. See the docs here: http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.print.aspx Prints the document currently displayed in the WebBrowser control using ...
by Enrico Maria Giordano
Wed Jan 03, 2007 11:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using IE AcitveX from FWH
Replies: 13
Views: 3503
Next

Return to advanced search