Questions tagged as 'windows-forms'

2
answers

HTML Portable Editor for c # WinForms

My question is if they know of any control that allows editing HTML content, bold, images, tables ... but with the condition that it is portable to Mono (Windows / Linux) Thank you very much     
asked by 10.04.2017 / 14:38
0
answers

Collapsible left navigation bar [closed]

How about friends, I'm looking for some control that allows me to make a left menu that can collapse as the following example of this dashboard (obviously this is in php and bootstraps but maybe there is some control in windowsforms):...
asked by 14.10.2016 / 00:05
1
answer

How do I make an internal control of a control detect the DragEnter and / or DragOver?

I'm coding a form where I have to do is drag an item from a ListView to a User Control that contains a FlowLayerPanel . This user control has different behaviors such as adding new internal controls to the FlowLayerPanel . Adding an int...
asked by 02.03.2016 / 18:50
1
answer

DataGridView change background color

I have a datagridview which will change the background color in the BackGroundColor property but when I run the app the background color looks as if it has not changed it. How can I change the color of the DataGridView at runtime?     
asked by 29.04.2016 / 23:31
3
answers

Use a Windows Form as the main

Good morning, I am working with Windows Form within C #, which I am working on a module for the company that starts like this at the moment of initialization: Which would be the index. Just to the upper right is a button that is c...
asked by 03.08.2018 / 01:08
4
answers

ProgressBar does not activate Winform

I have a proguesBarr defined in my program as visible=false I want to show and activate when clicking create new game, this button is to initialize all user data in the database, with the Default data required which takes between 2...
asked by 28.03.2018 / 09:55
3
answers

Close Form Open a new Form c #

Good evening, I would like you to help me. I am new to c # and I would like you to help me. I am making a login but when I enter I want to enter another form and close the form that I logged in. This is the current code: private void btn...
asked by 17.03.2017 / 05:35
1
answer

How do you remove elements from a winforms in C #, dynamically?

I would like to know how to remove elements from my windows forms using C #, I am currently doing an application with C # and winforms and in one of the parts of my application there is a window that has two winforms embedded inside a main winfo...
asked by 07.04.2017 / 23:34
1
answer

How does a windows form timer work internally?

What happens is that I'm using two Timer in a form , the first one checks a folder, if you have added new files and put the names in a queue (FIFO) and the other is responsible for being Verifying if the queue has elements uncoils t...
asked by 23.11.2016 / 00:02
1
answer

Add a Button dynamically to a flowlayoutpanel in a specific cell in C #. (windows forms)

I have a flowlayoupanel in which buttons are added dynamically. This is done with the simple code that we all know: flowLayoutPanel1.Controls.Add(boton); However, if you set the Add method, you can not specify a cell as tabletla...
asked by 16.12.2018 / 17:38