windows Forms texbox
Hi
I begin to code with C#and i need to know if we can create a form ( uwp , xaml ,real form) with textbox without using initialize helper (Form designer) inside linQPad ?
Thank's
Hi
I begin to code with C#and i need to know if we can create a form ( uwp , xaml ,real form) with textbox without using initialize helper (Form designer) inside linQPad ?
Thank's
Comments
Yes, you can. Here's a basic WinForms form.
You can also do this in VS too.
And to show the form in LINQPad, add the following code to the start of your query:
or: