Questions tagged as 'c#'

0
answers

c # outlook SendEventHandler opening object only once

In my application I use SendEventHandler from Outlook to capture the click on the "Send" button of the email in outlook and open a screen for the observation of the email that was sent. I have the main class where I generate the emails: pub...
asked by 24.02.2017 / 22:51
2
answers

How to use HTML Agility pack?

How to use the HTML Agility Pack in my Visual Studio project in C #, since I have a table extracted by a webbrowsers object, more when I give some splits in it it gets as an array of almost 700 indexes, I would like to find the elements I wa...
asked by 24.02.2014 / 21:26
1
answer

How to get the highlight color of Windows?

How do I access the prominent color of Windows 10 user-defined.     
asked by 13.03.2016 / 00:36
1
answer

How to create a Bitmap from a Color [] []?

I needed to transform a Bitmap into Color [] [] to apply some algorithms and I need to recreate the bitmap. Is there an easy way to do this? To transform the bitmap into Color [] [] I did what is below. Is it an easier way? public Color...
asked by 17.02.2016 / 13:29
0
answers

Post Office - XML PLP

In the post office web service there is a process of sending plp (pre-mailing list), which contains information on postal objects. I'm sending this plp by fechaPlpVariosServicos method. But when the client goes to the agency, this plp giv...
asked by 06.04.2016 / 16:10
2
answers

How to bring an item list

I need to get a list of ITEMS , with just the Order id. The way I do is this, but it just brings me an Item, I want to be able to bring all the items I have, with the order ID. var listaItems = new ItemRepositorio().BuscarTodos().FirstOr...
asked by 01.10.2016 / 21:49
2
answers

DataTimePicker display only the time

I'm developing an application for receiving my work in C # . Since I'm still crawling in the language, I need your help. The calendar will contain the following fields: Name of the applicant; Scheduling Date (I am using the DataTimePicker);...
asked by 07.08.2015 / 15:56
1
answer

File installation / copying system

How to use the items SortedDictionary File.WriteAllBytes To start or complete a process of installing files and folders to your computer. Ex: List of files: void AlocarArquivos(){ var arquivo_e_pasta = new SortedDictionary<string...
asked by 11.07.2015 / 20:27
0
answers

Generate more than one ticket with the DLL "Boleto.Net"

I noticed that the DLL Boleto.Net has a class BoletoBancario with property FormatoCarne . However, I can not generate three tickets in a carnero format on the same page. I would like to see a code that would print 3 tickets on...
asked by 25.08.2015 / 17:22
1
answer

My delete button is giving error expects the parameter

When I try to make a DELETE the following message is displayed: Mycode:privatevoidBtnExcluir_Click(objectsender,EventArgse){if(MessageBox.Show("Confirma a Exclusão desses Registros?", "Atenção", MessageBoxButtons.YesNo, M...
asked by 27.06.2015 / 23:52