No announcements
Found 6215 threads
-
0 VotesUser Controls
I have what I think should be a simple question on user controls developed in C#. If I add, say, a panel to a Windows Form then click on another control so the panel loses focus it ...Unanswered | 10 Replies | 1072 Views | Created by Jeff-Gaines - Sunday, August 16, 2020 11:05 AM | Last reply by Daniel_Zhang-MSFT - Friday, August 28, 2020 1:51 AM -
0 VotesThe buttons don't work on my second form
Hello. I built an app in which buttons on a form cause a second form to be programmatically created. The buttons on the first form work fine, and create the second form, but the buttons on the second ...Answered | 7 Replies | 1056 Views | Created by George O'Gorman - Monday, August 10, 2020 9:07 PM | Last reply by Daniel_Zhang-MSFT - Monday, August 17, 2020 1:09 AM -
0 VotesUse expression in winform chart y Series
In my winform app , i want to use chart from toolbox (instead of making on using RDLC report). Using two columns of my access database source ...Unanswered | 2 Replies | 852 Views | Created by Ravi Kumar12233 - Wednesday, August 5, 2020 11:11 AM | Last reply by Daniel_Zhang-MSFT - Wednesday, August 12, 2020 9:29 AM -
0 VotesWinform UserControl Property Description Localization By ResourceManager In PropertyGrid
I create a windows usercontrol try to localization the property description in PropertyGrid at design time. I commit the source code ...Unanswered | 3 Replies | 929 Views | Created by oudiyue - Thursday, August 6, 2020 2:02 AM | Last reply by Daniel_Zhang-MSFT - Monday, August 10, 2020 9:03 AM -
0 Votes[Announcement] "Windows Forms Designer" Forum will be migrated to a new home on Microsoft Q&A!
This "Windows Forms Designer" Forum will be migrated to a new home on Microsoft Q&A! We've listened to your feedback on how we can enhance the forum ... -
0 VotesDoubly Linked List in Windows Forms
I have a linked list called music with all my songs. How do I use a button next and a button previous to move to the next and previous song? P.s. the songs are played on windows ...Answered | 1 Replies | 851 Views | Created by Dolphine82340 - Thursday, July 23, 2020 12:44 PM | Last reply by Daniel_Zhang-MSFT - Friday, July 24, 2020 10:14 AM -
0 VotesIs there an easier way to merge Windows Forms .Designer files, *.resx file?
Dear All, Is there an easier way to merge Windows Forms .Designer files? The VS use code generation to help create control layout for user, but if there is any ...Unanswered | 3 Replies | 1412 Views | Created by E-John - Thursday, July 9, 2020 1:52 PM | Last reply by Daniel_Zhang-MSFT - Tuesday, July 14, 2020 7:10 AM -
0 Voteslocalization changes button response
Hi all, I have a task to change texts of two buttons. First do English change, then french. But after French changes, one button first responds to another button click event ...Unanswered | 1 Replies | 813 Views | Created by sesquipedalian - Wednesday, July 1, 2020 12:04 AM | Last reply by Daniel_Zhang-MSFT - Wednesday, July 1, 2020 8:59 AM -
30 Votes"Value does not fall within the expected range." Design View / Settings File Error
I'm using VS 2008 SP1 for a Winforms project targeting .NET Framework 3.5. A particular form will compile and run just fine. However, if you try to open it in the design view, you get ...Answered | 21 Replies | 117599 Views | Created by Jasonthemasonkcch - Monday, April 5, 2010 4:15 PM | Last reply by RAlonso - Tuesday, June 23, 2020 6:03 PM -
0 VotesUnable to select text with mouse in richtextbox
Hi, I am basically a non-programmer but can do a limited amount if adequately instructed. A programmer recently (mostly) created a hybrid program for me, ...Unanswered | 8 Replies | 1218 Views | Created by BK WW - Thursday, June 11, 2020 4:43 PM | Last reply by Daniel_Zhang-MSFT - Friday, June 19, 2020 2:39 AM -
0 VotesVB.Net
Private Sub Button18_Click(sender As Object, e As EventArgs) Handles Button18.Click Dim fr As New HRMS Dim ...Unanswered | 1 Replies | 1034 Views | Created by Tokichawu - Tuesday, June 16, 2020 11:03 AM | Last reply by Daniel_Zhang-MSFT - Wednesday, June 17, 2020 2:07 AM -
0 VotesChanging the color of a specific property in PropertyGrid based on a condition
Hi, I am using winforms PropertyGrid in my application. In that i have a few mandatory fields need to be filled by users. So i want to highlight those three ...Unanswered | 1 Replies | 984 Views | Created by Manoj 1503 - Thursday, June 11, 2020 9:50 AM | Last reply by Daniel_Zhang-MSFT - Friday, June 12, 2020 5:32 AM -
0 VotesVB Error_BC30002_Type 'Windows.Forms.TabControl' is not defined._
I have done the project by Visual Studio 2010 and took the backup and now after Installing Visual studio 2015 while I rebuild the project it says that BC30002 Type 'Windows.Forms.TabControl' ...Unanswered | 1 Replies | 1070 Views | Created by Tokichawu - Wednesday, June 3, 2020 7:09 PM | Last reply by Daniel_Zhang-MSFT - Thursday, June 4, 2020 2:16 AM -
0 VotesBinary search C# Windows Forms
0). Please help. int upBound = members.GetLength(0) - 1; int lowBound = 0; while (lowBound <= upBound) { ...Answered | 4 Replies | 875 Views | Created by Dolphine82340 - Monday, May 25, 2020 4:01 AM | Last reply by Dolphine82340 - Monday, May 25, 2020 12:49 PM -
0 VotesBinary search
I want to do a binary search (without using the build in method) in windows form. I have one array with data from four different text boxes (textFirstName, textLastName, ...Answered | 1 Replies | 759 Views | Created by Dolphine82340 - Monday, May 18, 2020 6:46 AM | Last reply by Daniel_Zhang-MSFT - Tuesday, May 19, 2020 9:19 AM -
0 VotesWindows Forms
How do I access form1 from a class? For example, I have my main windows form (form1) and a class called class1 I need to access an array in form1 from ...Answered | 2 Replies | 1020 Views | Created by Dolphine82340 - Tuesday, May 5, 2020 6:20 AM | Last reply by Daniel_Zhang-MSFT - Tuesday, May 12, 2020 8:14 AM -
0 VotesWinForm - How to make the SAME font size on RichTextBox?
In the above picture, the first line is typed direclty on the RichTextBox and the second line is copied and pasted from MS Word. Obviously, the font size is different. ...Answered | 4 Replies | 1113 Views | Created by iHandler - Monday, May 4, 2020 7:20 AM | Last reply by Timon Yang - Tuesday, May 5, 2020 1:40 AM -
0 VotesWinForm - Multiple Panels for Treeview, DataGridView and RichTextBox
Just wondering if it is a correct approach to place two SplitContainers on a form to make multiple panels. The first one (named as SplitContainer1) is just placed on a form, and the ...Answered | 4 Replies | 1218 Views | Created by iHandler - Tuesday, April 28, 2020 3:58 AM | Last reply by iHandler - Thursday, April 30, 2020 4:52 AM -
0 Votesrecover windows form designer
how i can re-get my windows form designer in visual studio 2015 if it's disappear in solution explorerUnanswered | 3 Replies | 1083 Views | Created by Abdulrahem salih - Tuesday, April 21, 2020 5:07 PM | Last reply by Daniel_Zhang-MSFT - Wednesday, April 29, 2020 6:42 AM -
0 VotesLink a button to start the built in camera app
Hello all, I am trying to see if there is a good way to link a button to start the camera app that is pre-existing on the system. Any help is ...Unanswered | 2 Replies | 917 Views | Created by Sandeep Jayaram - Friday, April 17, 2020 7:55 PM | Last reply by Daniel_Zhang-MSFT - Thursday, April 23, 2020 6:33 AM - Items 1 to 20 of 6215 Next ›
No announcements
