Questions tagged as 'c#'

2
answers

Help with threards system

I wrote a small application in C #, where its main process takes a long time to run. I'm having a problem with the lack of response from the application GUI during the execution of this process. Through help obtained here in stackoverflow , I w...
asked by 01.05.2017 / 18:57
1
answer

ScrollLeft JavaScript

I configured the system, when the screen is smaller, format the grid, to have horizontal scroll bar, is working perfectly. But besides the scrollbar, I wanted a button or a link so that when the user clicked the grid it would move right. I tried...
asked by 24.05.2017 / 19:17
2
answers

Process Active when I close the C # WPF program

I have an application in C # it works normally, but when I click the close button, it closes but it does not stop ... I think it gets in some kind of background, ie your process stays active! and it is only finalized when I click on the visual s...
asked by 02.06.2017 / 17:45
1
answer

Update multiple form divs after jquery / ajax post request

I have two post requests in the form, one inactive and the other one activates a registration, as they are the same I will only display one to exemplify: function inativarCadastro(cod) { $.ajax({ url: '@Url.Action("InativarCadastro...
asked by 02.06.2017 / 17:03
1
answer

Windows Form Visual Inheritance

I'm doing a base form with all the components I need to perform a CRUD, and for example, when I create the client registration form, I'm going to inherit the base class and so all the basic components that I need to use appear, so far so good ,...
asked by 03.06.2017 / 06:11
1
answer

HOW TO MAKE A GetAsync in an ASP.NET API passing an object as a parameter?

I would like to know how to send an object as a parameter to an API made in ASP.NET and return data by it? I understand that the simple method of a Get is: HttpClient cliente = new HttpClient(); string url = "http://localhost:50501/api/val...
asked by 03.06.2017 / 01:17
2
answers

I can not apply Encoder in the text to correctly appear "ç, accents, other special characters"

Hello, I need to collect information from the station, and I'm getting it. But in the received text I can not apply an Encoder to appear the special characters correctly: I'vetriedusing"ISO-8859-1", and other forms of encode too string...
asked by 28.04.2017 / 19:25
2
answers

Invisible columns in Listview [closed]

I have a listview with a series of columns, but I would like to hide some, how do I do this?     
asked by 15.05.2017 / 10:27
1
answer

Table within View

I'm putting a table inside the Edit view. Edit View (Contract) @if (Model.ContratoParcela.Any()) { <table class="table parcela-lista"> @foreach (var parcela in Model.ContratoParcela) { <tr>...
asked by 26.04.2017 / 03:50
1
answer

Framework for Windows forms or WPF [closed]

Well, I'd like to know if there is any framework for Windows forms or WPF, to facilitate development.  framework that facilitates the creation of UI, and access to data.     
asked by 26.04.2017 / 05:26