python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Cant open WindowsForm in Designer
After migration from NetFramework 4.5 to .Net 5.0 My WindowsForm doesnt open in Designer.
heres the output :
Microsoft.DotNet.DesignTools.Client.Host.ServerProcess.d__30.MoveNext()
System.Run...
user18736540
Votes: 0
Answers: 0
Can i generate a windows form from the code?
I accidentally deleted some control and visual studio gave me an error warning that I ignored and now I lost my whole design.
The form.designer.cs, the code (.cs) still exist. only the form design is ...
Farah
Votes: 0
Answers: 1
User control design time property not showing in properties window
I have a UserControl with a custom property:
public Size TestSize { get; set; }
I would like this property to show up in the properties window during design time of the UserControl, and not only wher...
JohnSaps
Votes: 0
Answers: 1
Does Windows Forms have a control for browsing drives, directories, files
Back in a day, Visual Studio 6 had:
DriveListBox
DirListBox
FileListBox
Does Windows Forms have something similar built-in, or is there a way to import it from VS6 (I came across some terms like VB6...
Dalibor
Votes: 0
Answers: 1