WinForms is the informal term given to Windows Forms, one of the graphical application programming interface (API) included as a part of Microsoft .NET Framework. WinForms provides access to the native Microsoft Windows interface elements by wrapping the existing Windows API in managed code.
0
votes
2answers
22 views
Rename Folder name when rename the tree node in the application
i rename the treeview treenode in application using keyword F2. After Renaming this, this name change should happen in the directory also..How do i know i have done edited name and it is changed and ...
-2
votes
0answers
35 views
draw ellipse inside ellipse with timer c#
I have a program in winforms with tool strip menu with the buttons: +, -.
each time i click the + it draws a growing ellipse, and when i cick the - it disappear.
now, i managed to draw the growing ...
0
votes
0answers
9 views
Show rdlc report in ReportViewer without tableadapter
How can I show my rdlc report in the ReportViewer without using tableadapters ? Is it possible ? Please refer me somewhere, or help me on your own. Thanks :)
0
votes
3answers
11 views
how can be add WPF DataGrid in Windows Form?
I am working on a datagrid in WPF and I want to add this datagrid in Winforms.
How can this be done?
All suggestions are welcome, thanks.
-1
votes
0answers
5 views
hosting winforms application on MFC
It is possible to host a WinForms application (not usercontrol) on MFC?
I found a solution that moves the parent of the main window but does not always work
-1
votes
4answers
48 views
Allow the number of forms with a button click
I have This "HOME" as the main form ...and i have the admin login button which opens the admin login form...but the button should restrict the number of admin login form to only
1
vote
2answers
54 views
What is this control?
I tried ToolBar, ToolStrip, MenuStrip but they have not this look.
Should I create my custom renderer to achieve this?
These are my controls
0
votes
0answers
14 views
Winforms form size height issue in Windows 8 / VS2012 and VS2010
I should start my saying that I never had this problem with Windows 7 and VS2010 but as soon as I moved to Windows 8 and VS2012 I have had this issue (now even when I use VS2010 on Windows 8).
...
0
votes
1answer
16 views
Drawing a path with multiple vertices on a panel
I have a task of drawing a path on a panel using mouse click. The path should be some thing like left
click and release at (x1, y1), move the mouse and then left click and release at (x2, y2). Then a ...
0
votes
1answer
60 views
Save and load List<Form> in C#
I'm wondering is it somehow possible to save Form state in C# after application closing? I tried with List, and whenever I create an instance of Form that instance is added to List, and it's there ...
-2
votes
1answer
29 views
Closing MDI child
hi currently i am working on a MDI application.In this application my main form is the MDI Parent form. through whihc i go to the MDI Child.now when all the functionalities in the child form is done ...
0
votes
1answer
21 views
make popup always visible devexpress lookup edit
I'm using a dev express lookup edit in a winforms application.Is it possible to make the popup of the lookup edit always visible ?
1
vote
0answers
10 views
Microsoft Office interop perfomence issue
I am try to exporting datagridview data to excel file in my C# 4.0 WIndows application.
we used Microsoft.Office.Interop.Excel dll version 12.0.0.0. It's works well and everything
is fine. But i ...
1
vote
1answer
36 views
How can I find out the rgb color of a C# backcolor [closed]
I want to know how can I find out the RGB color code or the hex code of the BackColor of Scrollbar.
Can someone please tell me how can I find this?
0
votes
2answers
36 views
Update DataGridView based on Combobox value
I have a form with a combo box and a datagridview control. The combo box is populated by a database table, and stores a Transaction ID.
When the combo box is updated, the Datagridview is bound to a ...