Questions tagged as 'c#'

1
answer

Shortcut on user's initialize clickonce

I have an application ClickOnce , I have the option to create a shortcut in Desktop , but is there a way to make it add a shortcut in the Windows initialization? Programmatically, which user when installing the application, au...
asked by 16.01.2015 / 12:06
1
answer

DLL to encrypt a string

How to create a C # DLL with Interop to traffic data between applications using encryption / decryption of a string that will be sent and received?     
asked by 16.01.2015 / 14:46
1
answer

Associating ListT with WebClient

How to associate a class List with a WebClient , and when it finishes it calls another WebClient in a index List< WebClient > clients; void BaixarTudo(List< string > urls){ for(int i=0;i < urls.Count; i++){ cl...
asked by 17.01.2015 / 23:17
1
answer

Pass variable through the ConverterParameter

I have the following code snippet: Visibility = "{Binding TipoDestinatario, Converter={StaticResource conversorTipoDestinatario}, ConverterParameter=}. I would need to pass a Boolean variable by ConverterParameter= , would anyone know...
asked by 08.12.2014 / 11:08
1
answer

Create partial method in C #

How can I create a method similar to a class that is partial? For example: It has method $InitializeComponent() that is of the class of a form. I want to increment this function, without touching the original (create a proxy )....
asked by 17.12.2014 / 15:24
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 navigate between pages on windows phone 8.1 using mvvmcross?

I'm browsing between pages in Windows Phone 8.1 using the following call: ShowViewModel<DetalheViewModel>(); When I click the back button the app closes. How do I implement the go back button functionality?     
asked by 16.12.2014 / 22:44
1
answer

How to open a file that is inside the solution with Process.Start

I added my solution in C # to a folder called "files" inside that folder will be placed some standard documents that can be analyzed at the time of registering some projects. I have a combobox in the form for the person to choose the f...
asked by 29.12.2014 / 19:10
1
answer

How do I install SQL Server together with the C # application created?

I have a C # project and need that when I create your installer it is also installed on the client machine SQL Server 2008. Would it be possible to do this?     
asked by 16.12.2014 / 20:20
1
answer

GROUP BY and SUM in Crystal Report

I need to do something relatively simple with Crystal Report but I can not. I have a report like this: OP | CLIENTE | PREÇO 1 João 10 1 João 20 1 João 30 2 Marcelo...
asked by 05.12.2014 / 14:56