Creating a new form in C# is fairly simple, thanks to the Form class. But what about referencing an existing one? Step through this sample code and see how it's done. Much of the time in the real ...
The .NET Framework contains a library of classes useful for managing graphical operations. They are known collectively as GDI+ classes, and they're powerful for creating advanced graphics such as a ...
Starting with Microsoft Office, users have been able to double-click or drag a toolbar and have it become a floating window that can be moved or docked to the side of the application window. Here's ...
Data that extends the width or height of your Windows form truncates, so you must manually set up a scroll bar in Visual Studio. You use the ASP.NET ScrollBar class and control to add a scroll bar to ...