Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Qm3 How to add the Winform controls
#7
@Gintaras

Thanks for your guidance, I used the code below and finally succeeded  Smile

QM3 looks promising, using very little code but implementing more functionality

C# code:
// script "WebView_OE_WPF.cs" /*/ role exeProgram; outputPath %folders.Workspace%\exe\WebView_OE_WPF; r %dll%\EO\EO.Base.dll; r %dll%\EO\EO.WebEngine.dll; r %dll%\EO\EO.Wpf.dll; r %dll%\EO\EO.WebBrowser.Wpf.dll; r %dll%\EO\EO.WebBrowser.dll; /*/

using EO.Wpf;

var b = new wpfBuilder("Window").WinSize(1280, 720);

b.Row(-1).Add(out WebControl k);
k.WebView.Url = new("https://www.quickmacros.com");

b.End();
if (!b.ShowDialog()) return;


Messages In This Thread
Qm3 How to add the Winform controls - by Davider - 08-16-2022, 02:29 AM
RE: Qm3 How to add the Winform controls - by Davider - 08-16-2022, 02:41 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)