No announcements
-
0 Votes
InvokePattern.Invoke() or simple click does not call InvokedEvent handler
Hello to all! I have next situation: Application A: WinForms application with one button;Application B: Console application with ...Unanswered | 4 Replies | 885 Views | Created by folkwulf - Wednesday, November 27, 2019 12:35 PM | Last reply by folkwulf - Thursday, December 5, 2019 9:20 AM -
2 Votes
How to scale controls' size/position in various screen resolution in WinForm
I designed the screen of my program from hi-resolution screen. It shows all controls from hi-resolution screen. However some controls are cut from ...Answered | 2 Replies | 636 Views | Created by Jeff0803 - Monday, December 2, 2019 3:14 PM | Last reply by Ashidacchi - Thursday, December 5, 2019 3:22 AM -
0 Votes
datagridview shows correct number of rows - but all empty
Hello - I'm tasked in maintaining and extending an existing client-server-application that uses a datagridview as its main point of information to the user. The data gets pulled ...Answered | 7 Replies | 630 Views | Created by eagle_275 - Tuesday, December 3, 2019 4:09 PM | Last reply by Simple Samples - Wednesday, December 4, 2019 9:52 PM -
0 Votes
Winform has no parent?
I have a mixture of native and .NET in an application. We create a native window and give it to a client. In some cases, the client is writing code using .NET. Sometimes we need to get parent windows ...Answered | 7 Replies | 634 Views | Created by RD Holland - Tuesday, December 3, 2019 7:12 PM | Last reply by RLWA32 - Wednesday, December 4, 2019 4:25 PM -
3 Votes
C# Code for Merging Word docs in windows forms
Hi i am selecting two or more docs from the button and text boxes but once i click merge button it is not merging the selected docs. please send me the procedure and respective codeAnswered | 3 Replies | 13221 Views | Created by Vinod.H.K - Thursday, August 6, 2009 8:41 AM | Last reply by PramodKumar560 - Wednesday, December 4, 2019 3:08 PM -
0 Votes
TreeView folder hierarchy
I have the following task: Create a GUI application that will provide functionality to show complete hierarchy of files and folders for a specified ...Unanswered | 8 Replies | 2082 Views | Created by Igor Vojnović - Saturday, June 3, 2017 8:53 AM | Last reply by Momoro - CEO, Founder - Wednesday, December 4, 2019 7:46 AM -
0 Votes
Does IsDisposed() still work?
Greetings everyone. I have a Form with panels that get refreshed on a timer every few seconds (usually 5). Occasionally there would be a crash with an ObjectDisposedException ...Unanswered | 5 Replies | 921 Views | Created by Ante Meridian - Thursday, June 27, 2019 2:21 AM | Last reply by IoanSh - Monday, December 2, 2019 9:11 PM -
0 Votes
Graphics Path - not right
0) ;// pt0 = grPath.PathData.Points[grPath.PathData.Points.Length - 1]; ...Answered | 7 Replies | 895 Views | Created by Christ Kennedy - Wednesday, November 27, 2019 7:02 PM | Last reply by Christ Kennedy - Monday, December 2, 2019 6:40 PM -
2 Votes
List number of CPU Cores in ComboBox as Items
I am working on a Parallel download program and want to allow the user to select how many CPU cores they would like to use. I am using Environment.ProcessorCount to display in a label the number or ...Answered | 3 Replies | 571 Views | Created by LaocheXe - Sunday, December 1, 2019 6:54 PM | Last reply by GeoFrias - Monday, December 2, 2019 5:08 PM -
1 Votes
Try Catch hide form1 show form2
Hello everyone. I'm new to these bands would like to know if I can with a custom "messageBox form" show in a try catch? private void ...Unanswered | 4 Replies | 685 Views | Created by joaofilipesousainacio - Sunday, December 1, 2019 11:42 AM | Last reply by Kareninstructor - Monday, December 2, 2019 12:19 PM -
1 Votes
Add Custom Button To Title Bar Of Win Form
I have a Visual Studio 2017 project using Winforms and I would like to add a custom button to the Title Bar. I have googled but have not found a working solution for me. Is ...Answered | 7 Replies | 3039 Views | Created by IndigoMontoya - Monday, January 1, 2018 10:52 PM | Last reply by Castorix31 - Monday, December 2, 2019 11:19 AM -
0 Votes
Datagridview not showing data after setting a datasource
Why, when setting a DataGridView's DataSource, to a data source--does it NOT display the data? Checklist: 1. DataSource contains data--check ...Answered | 7 Replies | 807 Views | Created by robertd9031 - Saturday, November 30, 2019 1:14 PM | Last reply by BonnieB - Sunday, December 1, 2019 5:39 AM -
0 Votes
How can I eliminate flickering in a WebBrowser control on a black background?
Hi all :) My application targets the .NET Framework 2.0 and I have a WebBrowser control on a black form. The form loads with the WebBrowser control initially hidden. ...Proposed | 7 Replies | 7027 Views | Created by Ledigimate_ - Friday, October 14, 2011 8:59 AM | Last reply by Titinet - Saturday, November 30, 2019 12:11 AM -
0 Votes
Is it Possible to Delete Multiple Selected items in 2 ListView ??.
If it possible how to write code for that in c#.Answered | 3 Replies | 516 Views | Created by Sahana M - Friday, November 29, 2019 10:26 AM | Last reply by Kareninstructor - Friday, November 29, 2019 11:22 AM -
0 Votes
Why it doesn't work?
=3) { MessageBox.Show("Yoy have failed 3 times, the account has been locked"); Close(); ...Answered | 19 Replies | 892 Views | Created by Decompressor - Thursday, November 21, 2019 4:00 PM | Last reply by Decompressor - Friday, November 29, 2019 10:19 AM -
1 Votes
Convert total minutes to hours and minutes in C# winform
i) { fun ...Answered | 4 Replies | 15265 Views | Created by ynot333 - Sunday, August 3, 2014 8:34 PM | Last reply by BonnieB - Thursday, November 28, 2019 4:17 PM -
1 Votes
How to delete dynamically created Textbox using delete key on keyboard?
I created dynamic textbox(es), picturebox(es) and whenever calling delete key to delete the picturebox or textbox, the delete effect is not happening. In fact, I have a Textbox and a small picture box ...Answered | 16 Replies | 740 Views | Created by jbwrks - Thursday, November 21, 2019 2:37 PM | Last reply by jbwrks - Thursday, November 28, 2019 9:50 AM -
1 Votes
A form's acrylic area is incorrectly drawn when Region's size doesn't match Bounds' size
My name is Maxim Lebedev. I'm a software engineer representing the WinForms team at DevExpress. We were reported that our ...Unanswered | 3 Replies | 613 Views | Created by WinForms Team DevExpress - Monday, November 25, 2019 1:53 PM | Last reply by Daniel_Zhang-MSFT - Thursday, November 28, 2019 9:38 AM -
11 Votes
Application crash 'ucrtbase.dll'
ucrtbase.dll!abort() Unknown ucrtbase.dll!_purecall() Unknown ucrtbase.dll!__crt_state_management::wrapped_invoke<int (*)(void),int>(int ...Unanswered | 33 Replies | 31432 Views | Created by Oleg Levitsky - Monday, September 4, 2017 1:11 PM | Last reply by Suntaurus - Wednesday, November 27, 2019 11:54 AM -
0 Votes
How to eliminate the 'NaN' values in the continuous real time data in c# application
I have a c# application which reads the real time data from the board. I frequently get the NaN values in between . How to get rid of them? Help me public ...Proposed | 1 Replies | 496 Views | Created by varun_bwazz - Tuesday, November 26, 2019 10:38 AM | Last reply by Viorel_ - Tuesday, November 26, 2019 12:26 PM
No announcements