Questions tagged as 'winforms'

1
answer

Change tab title color

Does anyone know how to change the color of the TabPage title in C # ? Not the color of the entire page text, just the page title (of Tab ).     
asked by 17.09.2014 / 13:41
2
answers

WindowsForms Help

I'm having a hard time displaying on Form. I have a main Form (fmrPrincipal) and another Form to register a client (fmrCadastraCustomer). Inside fmrPrincipal has a menu with the field "Client" and then the user selects "Register client". The mom...
asked by 19.05.2017 / 22:00
3
answers

ToolTip in a ListView in C #

I have ListView with several CheckBox created through the database. I wanted to CheckBox by hovering the mouse, I opened a tooltip with various information in that field. I have tried to do the MouseMove event...
asked by 12.05.2017 / 11:27
2
answers

Error compiling program

I'm having these errors, it's working! I've added the reference, the BLL folder is right along the way. I've tried and researched everything but I do not understand what I have to do. I have re-created the project 3 times and can not get this...
asked by 18.03.2017 / 20:18
1
answer

How to use MySQL in a common form?

I'm having trouble using a MySQL database that I have on a host (bluehost) in a C # application, I would like to view the tables in an application but I can not connect to the DB, I already installed the connector, only the following message app...
asked by 18.11.2014 / 15:38
2
answers

Configuration file for C # forms Winforms

Is there any way to create a file where I can set eg a color with the name 'Background' and add the value '#fff', then use it in all my forms, similar to a CSS style, so in case I need to change this color I do not need to change in all the form...
asked by 02.07.2018 / 04:50
3
answers

How do I activate confirm the form by enter? [closed]

I'm doing a C # program that plays within TextBox into Grid , but I'm only getting through a button. I want to know how do I for the provider user the first given, hit enter, skip for age, and after that hit enter again information...
asked by 26.07.2017 / 20:19
1
answer

Skype bot detects when you receive message [closed]

This is what I have been looking for as I can do a bot that responds when I receive a message from someone, I found a tutorial but I could not get the bot to respond even though the bot answered in the tutorial. This is the code I have for the...
asked by 27.08.2016 / 22:52
1
answer

Create Folders C #

I would like to do the following. Create three folders within each other in "c:/" . Their names will be designated by textboxes and in the last, create a .doc file by taking the values of textboxes . It's for win...
asked by 24.06.2016 / 22:47
2
answers

Days Count of a date [closed]

I needed this parameter to count the days until the date that I type for example (12/31/2016) as shown in the attached image, but it is returning only the number of days it was entered in the 31 day case and not the total days until that date wh...
asked by 15.09.2017 / 23:47