No announcements
Found 1033 threads
-
0 VotesHow to get this to work?
Firstly, I am new to programming and new to this forum. I am using visual basics and C# to attempt to make a random gamer tag generator. I have found examples that are almost what I want but I do not ...Proposed | 3 Replies | 759 Views | Created by Brandonoobo - Saturday, August 1, 2020 9:02 PM | Last reply by Daniel_Zhang-MSFT - Friday, August 28, 2020 2:13 AM -
0 Votes[Announcement] "Windows Forms Sample Applications" Forum will be migrated to a new home on Microsoft Q&A!
This "Windows Forms Sample Applications" Forum will be migrated to a new home on Microsoft Q&A! We've listened to your feedback on how we can enhance the ... -
0 VotesArrays from C# programming
Write a C# program that ask the user for the number of Students in the Class. When the User Enters the number of students, the Program should request for the Names of the Students and Capture them ...Unanswered | 2 Replies | 682 Views | Created by Brewmowl - Monday, July 20, 2020 12:22 PM | Last reply by Simple Samples - Sunday, August 2, 2020 6:51 PM -
0 VotesGetting the following error when the path is accessed concurrently.
Hi , I have application where I am capturing a image from the camera and attaching it to a picturebox control winforms in the below code ...Unanswered | 1 Replies | 579 Views | Created by Rehan Mubarak - Sunday, July 19, 2020 11:51 AM | Last reply by Daniel_Zhang-MSFT - Monday, July 20, 2020 2:07 AM -
0 VotesAdding cursor functionality
Hi I have a windows application where I have populated shapes and shapes in a panel using the System.Drawing class like DrawPolygon and DrawString ,No I want to add a functionality to ...Unanswered | 4 Replies | 1226 Views | Created by Rehan Mubarak - Wednesday, April 15, 2020 8:30 PM | Last reply by Daniel_Zhang-MSFT - Thursday, April 16, 2020 9:11 AM -
0 VotesHow can I achieve this ?
How can I create triangle with text with below configuration as Winforms App ?Answered | 3 Replies | 743 Views | Created by Rehan Mubarak - Thursday, April 9, 2020 10:32 PM | Last reply by Daniel_Zhang-MSFT - Monday, April 13, 2020 9:08 AM -
0 VotesWindows Forms: Pressing the Button
Hello, Task: The barrier can be opened permanently by pressing the button. How do I program?Answered | 3 Replies | 739 Views | Created by Patrick96 - Wednesday, March 4, 2020 5:18 PM | Last reply by Daniel_Zhang-MSFT - Friday, March 6, 2020 2:56 AM -
0 VotesWindows Forms Enter code and reset failed attempts
0)) ...Unanswered | 6 Replies | 957 Views | Created by Patrick96 - Thursday, February 13, 2020 7:09 PM | Last reply by Daniel_Zhang-MSFT - Wednesday, March 4, 2020 8:02 AM -
18 VotesProblem Event Name:_CLR20r3
I have this kind of problem when I try to open this Programme Description: Stopped ...Answered | 7 Replies | 176383 Views | Created by Problem CLR20r3 - Saturday, July 7, 2012 8:56 AM | Last reply by Vipinkumar5254 - Monday, February 24, 2020 3:19 PM -
1 VotesAdd A SPELL CHECKER IN WINFORMS TEXTBOX
Hi, i need to add a spell cheker in my textbox of winforms exacrly similar like i am writting here and wavy red lines appears at bottom for incorrect ...Answered | 4 Replies | 12746 Views | Created by Rishi90 - Saturday, June 29, 2013 2:13 PM | Last reply by nbryson - Tuesday, February 18, 2020 3:17 PM -
0 VotesGetting “The image decoder cannot decode the image. The image might be corrupted” while manipulating the Tiff Images
I have 10MB+ Tiff files having 50 pages, but when I am going to rotate all these pages with degree =90 that time I am getting ...Unanswered | 3 Replies | 1114 Views | Created by Ankit Raman - Sunday, December 29, 2019 7:43 PM | Last reply by Ankit Raman - Friday, January 3, 2020 7:50 AM -
0 VotesSystem.Data.OleDb.OleDbException: 'Syntax error in INSERT INTO statement.' what does this mean?
0 'this was having problem End Function End ModuleUnanswered | 2 Replies | 1025 Views | Created by Passyyyy - Wednesday, November 6, 2019 4:22 PM | Last reply by Daniel_Zhang-MSFT - Thursday, November 7, 2019 1:48 AM -
1 VotesComboBox get folders. What's wrong?
Hello people of goodwill, It's my first WFApp. I try to get list of folders in combobox dropdown. But first user has to type number of ...Answered | 1 Replies | 1067 Views | Created by MarcinLas - Saturday, October 19, 2019 8:18 PM | Last reply by Kyle Wang - MSFT - Monday, October 21, 2019 1:45 AM -
0 VotesVisual Studio 2017 User Control problem
ob = (gcnew UC_main_window()); this->panel1->Controls->Add(this->ob); it works, I can see my User Control when start .exe, but this crash MY Form Design ...Unanswered | 1 Replies | 1149 Views | Created by Dzeky Chang - Sunday, September 1, 2019 2:33 AM | Last reply by Kyle Wang - MSFT - Monday, September 2, 2019 9:06 AM -
3 VotesCustom form caption title and icon flickers when resize
I have created custom form which inherited from MS form and customized the form caption by making its form border style as FormBorderStyle.FixedToolWindow. I have customized caption by fill with ...Unanswered | 1 Replies | 1147 Views | Created by Magi02 - Wednesday, August 14, 2019 4:29 AM | Last reply by Kyle Wang - MSFT - Wednesday, August 14, 2019 5:15 AM -
0 Votesconvert image to color map using color matrix?
does anybody know how to convert a image to a color map in which its rgb components are indexes for a palette? I would like to use a ...Proposed | 6 Replies | 1340 Views | Created by Shadowblitz16 - Wednesday, July 17, 2019 2:26 AM | Last reply by Shadowblitz16 - Friday, August 9, 2019 4:30 AM -
0 VotesImplement OAuth when posting values from winforms to website
I want to implement an OAuth types of authentication when posting values from winforms to a aspx website. I found something on Claims Principal using WIF. Wanted to know if this is the right approach ...Proposed | 1 Replies | 1200 Views | Created by Siddy Boy - Monday, July 15, 2019 8:12 AM | Last reply by Kyle Wang - MSFT - Tuesday, July 16, 2019 5:41 AM -
0 VotesKeep Bitmap in control by wrapping it downwards like a array of tiles
does anybody know how to keep a bitmap in a control by wrapping the edges that are off the sides like what a flow panel does? for example if I have a 32x8 bitmap like ...Unanswered | 4 Replies | 1249 Views | Created by Shadowblitz16 - Thursday, June 20, 2019 7:46 PM | Last reply by Shadowblitz16 - Tuesday, July 16, 2019 12:48 AM -
0 VotesLarge volume file processing/upload using Asp.net/ WinForms
I want to do Large volume file processing/upload using Asp.net/ WinForms, using Parallel Programming or any other ways in .net Do we have any approach or ways or ...Unanswered | 2 Replies | 1315 Views | Created by Siddy Boy - Wednesday, July 3, 2019 11:01 AM | Last reply by Siddy Boy - Thursday, July 4, 2019 8:51 AM -
0 VotesPass Object Parameter from Winform to Web
I want to pass a class object from my web forms to web using httpwebrequest. I am able to pass a string value but not complex object type. Following is my code ...Unanswered | 1 Replies | 1290 Views | Created by Siddy Boy - Wednesday, June 19, 2019 4:50 PM | Last reply by Kyle Wang - MSFT - Thursday, June 20, 2019 9:43 AM - Items 1 to 20 of 1033 Next ›
No announcements
