Questions tagged as 'windows-forms'

0
answers

Debug from a windows form project to a web application project (in the same solution)

Hello I have a solution in vb 2005, in this solution I have projects (windows forms and web application). And what I want is to debug from a windows forms project that arrives at a web application project. So far I can not access. I would app...
asked by 10.11.2016 / 15:05
0
answers

Random common.js script error when loading Gmap map into a .NET Web Browser

I detail the scenario to try to locate a solution. I have a Windows application that uses two webbrowser embedded .NETs that load respective Google Map maps and their corresponding bookmarks. The loading operation of the bookmarks is d...
asked by 22.04.2016 / 11:04
1
answer

Show of a certain time window form c #

Good I'm doing in window form a module where I have 4 label and a button. At first those label will be hidden and when you press the button the first label appears a certain time once the second label appears also appear a certain time a...
asked by 12.06.2018 / 13:49
2
answers

Update my DataGrid in C # without using buttons

I tell you I am trying to update my datagrid without the need to give any button. This datagrid is filled by making calls to a database. It had occurred to me to use threads for in the background to update the calls every so often as if it were...
asked by 20.03.2018 / 20:26
1
answer

C # Does not execute stored procedure + trigger

Friends how are you! I have a stored procedure that inserts records in a table, which I run from a WinForms application, I was making some modifications and I added a Trigger to the table to which the procedure inserts the data. But alread...
asked by 14.06.2018 / 16:22
3
answers

Store variable value when reloading a Windows Form

Good morning, I am developing an application in C # using Windows Forms and user controls, the application that I am developing is a small project for a restaurant which in the table interface, what it does is to click on the corresponding ta...
asked by 06.09.2018 / 23:52
2
answers

Save the value of the Click event in a variable

I am programming for a practice a set of questions in windows forms, which I have a textbox with the question and 3 buttons with the options. The question is how could you save the value of the click of each button on a variable (any) since t...
asked by 28.09.2018 / 00:07
4
answers

Can I close several Form at once and leave one open in C #?

I have a login and a menu, and in turn the menu has several forms. What I want to do is that by clicking on close session in the menu, it closes (if any) the other forms and opens the login.     
asked by 13.10.2016 / 04:49
1
answer

c # error when calling a Thread class from my main class

   The thread consists of moving the gif private void btn_start_Click(object sender, EventArgs e) { if (nuevo == true)//si es la priemra vez que has pulsado el boton { //pedir datos del personaje...
asked by 04.08.2018 / 20:20
3
answers

last record entity C # windows form

Hello I hope you can help me I'm trying to get how many records my sql table has I have the following public int ultimoRegistro() { var LastRecord = (from c in db.Alumnos orderby c.IDAlumno descending...
asked by 09.11.2018 / 23:39