Search results for query: *

  1. J

    Resolved No longer able to see a Google Map in a WebBrowser

    Never mind, I accidentally came accross the solution when I Googled the meaning of that $ (string interpolation). I rewrote my code and it now works perfectly in both WebView2 and CefSharp solutions. I finally chose to use the WebView2 solution because it only adds a few files totalling 0.3 Mb...
  2. J

    Resolved No longer able to see a Google Map in a WebBrowser

    I also looked at this solution which looks interesting. I still can't managed a call to my JavaScript function "redraw(NewView, NewLat, NewLon, NewZoom)" with this package, Do you have any simple example of a call with strings, floats and integer parameters?
  3. J

    Resolved No longer able to see a Google Map in a WebBrowser

    Wow I did not know about the new WebView2 control! Thanks I quickly replace my "WebBrowser1.Navigate("...") to a WebView21.Source = new Uri("...") and my map was being drawned again !!! Now the only thing I can't figure out is to replace the call to my JavaScript function when I want to...
  4. J

    Resolved No longer able to see a Google Map in a WebBrowser

    I have a program that has been running fine for years (VisualStudio 2015, Framework 4.6.1). As part of the program, I have a WebBrowser that can run a PHP page that draws a Google Map at a specific Map type / Longitude / Latitude / Zoom. Unfortunatly, everything when to a halt in February...
  5. J

    Printing a PDF without user intervention

    In my legacy application, the user may select many reports saved as a PDF file for preview or for automatic printing. With each report, I have a list of required settings (paper type, duplex printing, etc) so that when I want to print a report, I do not want the user to manually select all...
Back
Top Bottom