Questions tagged as 'winforms'

1
answer

Save data and insert into CheckBox

To begin I will already expose my problem: After the person responsible for adding this new service how will it automatically appear in the form where the list of all services in the form of checkbox is? At this moment I am developing a proje...
asked by 01.06.2015 / 16:27
1
answer

Get Project URL

Hello, I need to get the url where my project (wpf) is located. The reason is this: there is an image upload to the Image folder (which is in the solution of my project) and I need the url of it so that the image is saved in the correct folder....
asked by 10.05.2015 / 16:49
1
answer

Generate PDF images using PDFSharp -Windows Form

I'm using window form .net and would like to convert scanned images to PDF, thus generating PDF images. I'm using PDFSharp. I have the following code but it only generates a page. What commands should I use to generate grab the images and genera...
asked by 31.03.2015 / 16:08
1
answer

MessageBox with autoclose

I'm having some problems with an application I created, using C# and Windows Forms , and the situation is as follows: The application is a chat. It does not keep track of conversations; When the application is closed I request...
asked by 23.03.2015 / 15:36
1
answer

Is it possible to integrate a windows builder into Xamarin for the Mac?

I'm currently using a Mac, but I would like to continue using C # and create new GUIs , since I did not create a lot there. So I was looking for a solution to use C # for the Mac, and I discovered Mono framework, which is compatible...
asked by 10.12.2014 / 02:36
1
answer

How to retrieve the click on an array of buttons

I'm doing a mine field so I have to add an array of buttons on a panel (to be the houses). I created the array of buttons and added each [x] [y] button to a panel. But I do not know how to retrieve the click on a given [x] [y] button inside my a...
asked by 24.12.2014 / 07:26
1
answer

Add selected values from a checkbox

I'm developing an application for a beauty salon, I'm using the checkbox component on the following screen: However,whenselectingacheckboxandthendeselecting,theprogramexecutes2timesthecalculation.HowdoIresolvethisissue?Code:     
asked by 26.02.2015 / 20:29
1
answer

Starting the Windows Media Player component in fullscreen

When the Windows Media Player application is opened (Windows Forms) I always have to press the fullscreen button to maximize the video that is running and I would like it to start fullscreen.     
asked by 10.02.2015 / 05:06
1
answer

Insert tab when printing

I have a code to print each variable of a List . I'm trying to insert a tab in these variables. Take a look at my code that appears in the event printPage : int charactersOnPage = 0; int linesPerPage = 0; var Fonte = new Font("Ari...
asked by 09.11.2014 / 03:03
1
answer

Add values present in a List

I'll explain what I want to do. I have this List : public static List<Cliente> Clientes = new List<Cliente>(); public class Cliente { public string Nome { get; set; } public List<ProdutoComprado> Produtos { ge...
asked by 07.11.2014 / 17:28