Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
nuget Currently unavailable?
#3
Thanks for the reminder

.NET 6 SDK and visual studio2022 was too big and I found a software linqpad
It is small in size and can be debugged step by step, and using nuget, but encountered an error

I've added a reference to the Au.dll and AuCpp.dll 
But, The following Uiscripter code, which works well and has no errors

 
Code:
Copy      Help
 
var b = new wpfBuilder("Window").WinSize(400, 400);
b.R.AddButton("Button", _ => _Osd("Hello C#"));
b.R.AddOkCancel();
b.End();
#if WPF_PREVIEW //menu Edit -> View -> WPF preview
b.Window.Preview();
#endif
if (!b.ShowDialog()) return;
//print.it(text1.Text, combo1.SelectedIndex, c1.IsChecked == true);


void _Osd(string text)
{
osdText.showText(text, 1, PopupXY.In(b.Window.Hwnd().Rect));
}


Messages In This Thread
nuget Currently unavailable? - by Davider - 07-21-2022, 09:45 PM
RE: nuget Currently unavailable? - by Gintaras - 07-22-2022, 02:48 AM
RE: nuget Currently unavailable? - by Davider - 07-22-2022, 09:54 AM
RE: nuget Currently unavailable? - by Gintaras - 07-22-2022, 10:10 AM
RE: nuget Currently unavailable? - by Davider - 07-22-2022, 11:50 AM
RE: nuget Currently unavailable? - by Gintaras - 07-22-2022, 04:10 PM
RE: nuget Currently unavailable? - by Davider - 07-22-2022, 09:45 PM
RE: nuget Currently unavailable? - by Gintaras - 07-23-2022, 03:24 AM
RE: nuget Currently unavailable? - by Davider - 07-23-2022, 04:37 AM
RE: nuget Currently unavailable? - by outnull - 08-03-2022, 03:31 AM
RE: nuget Currently unavailable? - by Gintaras - 08-03-2022, 06:18 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)