winforms
How to host an console exe with UI in winform
I am working on a project with some specific requirement: I need to create a program which can monitor and runs exe inside of it using c#. However, an approach of using Console program to actually hos[详细]
2023-04-12 19:19 分类:问答How to resolve VS2010 Windows Form Designer issue (base class could not be loaded)
I have recently been getting an error in the Windows Forms designer of VS2010SP1 when using inherited UserControls.[详细]
2023-04-12 19:18 分类:问答Controls added dynamically don't display on my form
I´m adding controls dynamically onto my form, but I can\'t see those new controls. My code is: frmFormulario myform = new frmFormulario();[详细]
2023-04-12 19:15 分类:问答Loading Data Table on form load, how to speed it up in c#
i have c# windows form when it opens it load thousands of record to fill a data table, the problem is when i click on the form it show a blank window for some time before displaying all the data, So[详细]
2023-04-12 19:05 分类:问答Windows Forms Form hanging after calling show from another thread
I have application which has some networking code which runs asynchronously. I have attached some events to be thrown when no connection to server and I\'m creating some \"operation failed\" form when[详细]
2023-04-12 19:03 分类:问答Windows form throws Argument exception when the control size is larger in design mode
I have a third party control on windows forms and the third party control(Control size (829px,1169px)) is rendered based on Measurement unit pixel. I have changed its measurement unit to centimeter in[详细]
2023-04-12 18:44 分类:问答Show form again if password wrong
I have the following code which check password/login and do other actions: public virtual void run() { if (appInitializer!=null)[详细]
2023-04-12 18:39 分类:问答Decrypting CLR20r3 error in WinForm application
Description : Stopped working Problem signature : Event nam开发者_StackOverflow中文版e:CLR20r3 Problem signature 01:OurApplication.exe[详细]
2023-04-12 18:25 分类:问答where to declare constructor of class in visual studio 2010 winforms project c++?
I nee开发者_如何学Pythond to call methods of class by pressing buttons, but I don\'t want to create new object every time. Besides, class creates list, so I do not want to create list again.If your Ar[详细]
2023-04-12 17:48 分类:问答ActionLists for Windows.Forms in runtime
I tried those sites http://www.codeproject.com/KB/miscctrl/actionlist.aspx http://www.codeproject.com/KB/miscctrl/CradsActions.aspx[详细]
2023-04-12 17:33 分类:问答