No announcements
-
5 VotesPlease read before posting
This forum contains questions and discussions about the Windows Forms designer inside of Visual Studio as well as custom control designers and hosting the Windows Forms designer in your app. These ...Sticky | 0 Replies | 42650 Views | Created by Jelle van der Beek2 - Monday, January 02, 2006 8:50 AM
-
0 VotesRules for toolboxicon for a custom control
I have created a Custom control and set the toolboxicon for the control like below, [ToolboxBitmap(typeof(CustomControl), "CustomControl.bmp")] public class ...Unanswered | 6 Replies | 316 Views | Created by Amal Raj U - Friday, August 18, 2017 11:41 AM | Last reply by Neelakandan K - Thursday, October 05, 2017 8:57 AM -
1 VotesHow do I get a Mat image on a PictureBox?
Hi, I'm an IT student and I'm learning about C++, C++/CLI and C# and I have a very dificult task for you to figure out. I want to show a Mat image in my ...Answered | 3 Replies | 178 Views | Created by Turbo Driesel - Wednesday, September 27, 2017 1:46 PM | Last reply by Stanly_F - Friday, September 29, 2017 1:38 AM -
0 VotesIn my register module,when i click the submit button ,there was always two pieces of information about the same user?
0) ...Proposed | 4 Replies | 147 Views | Created by HardenWang - Sunday, September 24, 2017 11:42 AM | Last reply by Stanly_F - Monday, September 25, 2017 4:30 AM -
0 VotesC# export to Excel leaves off the last entry
This code works but leaves off the First entry when i export to excel. please Help. private void tsbExcel_Click(object sender, EventArgs ...Answered | 2 Replies | 155 Views | Created by Booney440 - Wednesday, September 20, 2017 9:14 PM | Last reply by Booney440 - Thursday, September 21, 2017 11:43 AM -
0 VotesMulti able Winform not closing
I have a main Winform and a DataBase Winform also a print Winform. From the main Winform i click a Tool menu strip which is password protected to open the dataBase. all is working well, the main form ...Answered | 2 Replies | 149 Views | Created by Booney440 - Tuesday, September 19, 2017 9:47 PM | Last reply by Booney440 - Wednesday, September 20, 2017 6:33 PM -
0 VotesPassword Protect a tool strip menu
i have been looking around for a way when someone click a tool menu strip another form opens with username and password is required. I can do similar with form 1 and form 2 but cant ...Answered | 2 Replies | 176 Views | Created by Booney440 - Monday, September 18, 2017 10:35 PM | Last reply by Booney440 - Tuesday, September 19, 2017 2:14 PM -
0 VotesHow to trigger CheckedChanged Event for Programmatically Created CheckBoxes
Hi, I programmatically created CheckBoxes for my Windows Form app to represent COM Serial Ports present in a desktop computer (Windows 10). I didn't want to manually create it ...Answered | 5 Replies | 251 Views | Created by deskcheck1 - Tuesday, September 12, 2017 8:27 PM | Last reply by deskcheck1 - Thursday, September 14, 2017 12:45 PM -
2 VotesForm Inheritance and Inheritance Picker problem
Hi everyone: I have some base forms and usercontrols in a project named "UILibrary". And I create derived forms and derived ...Proposed | 7 Replies | 9832 Views | Created by Hubble T - Monday, September 04, 2006 8:27 AM | Last reply by Robin Sanders - Sunday, September 03, 2017 12:51 PM -
0 Votes[VS2017 C#.NET] Event Handlers: InitializeComponent() vs Form's Constructor
Does it make any difference whether you add an event handler to a control already added to your main form at design time... 1) ...in your InitializeComponent() method inside ...Unanswered | 4 Replies | 339 Views | Created by nischtz - Tuesday, August 29, 2017 7:56 PM | Last reply by Stanly_F - Thursday, August 31, 2017 1:54 AM -
1 VotesComboBox list - display first item
if i have a combo box and create a list using items:collection property, when the form is loaded the combobox field will be blank, i select the drop down arrow and i have my ...Answered | 6 Replies | 35952 Views | Created by anotherchance - Tuesday, December 18, 2007 10:14 AM | Last reply by HadeztheNerd - Wednesday, August 30, 2017 7:35 AM -
4 VotesUserControl Events not showing in Property Grid
Hi, I have a usercontrol which having a textbox inside, I set a Property called TxtBx(to access the Textbox inside the Usercontrol). When i look at the events it is ...Answered | 7 Replies | 8131 Views | Created by Dheeraj pk - Tuesday, May 18, 2010 4:39 AM | Last reply by ammadislam1996 - Friday, August 25, 2017 5:51 AM -
1 VotesAdd new form with custom sub-namespace
I have a class library, and in this library I added some forms that I need to use them in other projects. my question is how I can add a new form in this library under a custom ...Unanswered | 1 Replies | 332 Views | Created by DevXpe - Wednesday, August 23, 2017 1:35 PM | Last reply by Stanly_F - Thursday, August 24, 2017 1:47 AM -
0 VotesFind garbage object in form designer file ?
When designing a form dragging objects (forms) into an edit and delete form, somehow the object on the form is deleted but the code in the form (Form.Designer.cs) does not delete the form. Is there a ...Unanswered | 11 Replies | 433 Views | Created by lamtriendong - Friday, August 11, 2017 4:53 AM | Last reply by Stanly_F - Wednesday, August 23, 2017 8:31 AM -
0 Voteserror when adding control with sfmlCanvas (sfmlCanvas works find by itself)
can someone tell me why I cannot add my sfmlButton at design time?? It comes back with an error in sfmlCanvas on line 28 saying it can't find csfml-graphics-2. I ...Unanswered | 5 Replies | 480 Views | Created by Shadowblitz16 - Wednesday, August 02, 2017 2:05 AM | Last reply by Stanly_F - Tuesday, August 15, 2017 7:37 AM -
0 Votesform not contained wiithin a project that supports code
I have just installed vb2015 Community on win 10. First project went fine. Second project: generated frmEvents like I have done dozens of times with previous vb programs (including the first ...Proposed | 3 Replies | 415 Views | Created by JoeGWilliams - Wednesday, August 09, 2017 5:07 PM | Last reply by Stanly_F - Monday, August 14, 2017 8:33 AM -
6 VotesControls disappear from a form although they are still in the Designer code
I've tried searching for this problem but how do you describe it in search terms? I hope this rings a bell as I do not have a way to present a short code sample to reproduce it. I ...Answered | 34 Replies | 29750 Views | Created by Kamen - Thursday, February 25, 2010 2:48 AM | Last reply by Gagewashere - Tuesday, August 01, 2017 6:52 PM -
0 VotesLabel without Text Not Showing in Design
Hello everybody! I try to learn C# language. I develop a simple calculator therefore i need a textbox to see the calculation and a label for preview of this calculation as we see at ...Answered | 3 Replies | 337 Views | Created by CanAcar86 - Friday, July 28, 2017 12:46 PM | Last reply by CanAcar86 - Friday, July 28, 2017 2:07 PM -
0 VotesDrop Down Menu with Multiple Columns of images/buttons like in Office
I'm looking to create a menu similar to the one below. I have searched every keyword I can think of. A toolstrip, menustrip, context menu, etc. will not allow me to create the sections of ...Answered | 3 Replies | 356 Views | Created by Jennerpher - Tuesday, July 25, 2017 2:55 PM | Last reply by Jennerpher - Wednesday, July 26, 2017 9:12 PM -
0 VotesDataGridView Question
I am developing a Windows desktop application. There is a datagridview on a form I am working on. There are several columns: one string, several numbers. The string is entered from a combo box. Some ...Answered | 4 Replies | 376 Views | Created by wodders - Monday, July 24, 2017 7:14 PM | Last reply by wodders - Tuesday, July 25, 2017 6:58 PM -
0 VotesHow would i change tabs in tabcontrol by using external buttons in c#?
So, i'm very much a Beginner in c# and i'm making my first test metro UI. Something like here in this video, but language used is visual basic. I would like to do it with ...Answered | 5 Replies | 432 Views | Created by Lerssikopteri - Saturday, July 15, 2017 10:51 AM | Last reply by Lerssikopteri - Monday, July 24, 2017 2:31 PM - Items 1 to 20 of 7140 Next ›
No announcements
