windows-forms-designer
Draw loading circle on windows form
How can I draw a loading circle(animated) on windows forms? Is it possible to make it big and transparent, so that underlying text on form is still visible.[详细]
2023-03-11 16:42 分类:问答Usercontrols that inherit from abstract class
I\'ve got a usercontrol that inherits from an abstract class. Basically looks like this. class SimpleSlideView : View[详细]
2023-03-11 00:06 分类:问答windows forms, how to launch a separate window with datagridview?
I\'ve some data that can be shown on grid attached on a panel. When user clicks some button i\'m showing this panel. Now i wanted to launch this grid in a separate window(should be a child to existing[详细]
2023-03-08 11:29 分类:问答C# - Title Bar "X" does not close the program AND form switching
I have a Visual C# project using windowsforms that does not exit when the X is clicked on any form OTHER than the first form. I think this may have something to do with my form switching?[详细]
2023-03-06 04:54 分类:问答INotifyPropertyChanged in Designer-Generated WinForm for Detecting Modified Controls
I\'m trying to implement a way of detecting when a form has been modified by the user, and I\'m trying to use the INotifyPropertyChanged (INPC) interface to do it. But, I\'m using the Visual C# Expres[详细]
2023-03-05 07:16 分类:问答C# Web browser navigation
I have open browsers on my application which load in data using the default web browser. //Set the function and display the browsers we\'re using (per screen)[详细]
2023-03-05 00:58 分类:问答Creation of multiple forms using windows forms in C#?
I want to create two forms: LoginForm and BaseForm. LoginForm is created first and it contains \'Login\' and \'cancel\' button . When user clicks \'Login\' button then LoginForm should be closed and[详细]
2023-03-03 06:09 分类:问答Looking for wpf, .net control like the one used in Catalyst Control Center
Maybe someone knows where can i find this control or similar one. It looks and works really grea开发者_运维知识库t[详细]
2023-03-02 09:55 分类:问答Embed a form onto a tabcontrol in windows forms
I have a tab control in a windows form and I want to be able to click on a tab and in the body area of the tab I want it to display another form as an embedded component.Is this possi开发者_如何学JAVA[详细]
2023-02-28 17:40 分类:问答How to Edit/Access Private Parts of Windows Forms with external class? [in project]
I\'m Working with Windows Forms (c++) and running into a bit of trouble :/ I have the Windows Form managed code where i do all the \'visual\'[详细]
2023-02-28 07:07 分类:问答