Questions tagged as 'winforms'

0
answers

Monitor agents using the IceLib API (ININ)

I need to develop a Form application to monitor the events of a call center using the IceLib API, but the documentation is pretty bad and I can not figure out how to do it. For the time being I was only able to connect to the server and authe...
asked by 14.06.2018 / 14:46
0
answers

How to open a new window in cefsharp?

I'm using cefsharp, and I create a window in a window form, so that's fine, it's working fine, but I need it to open a second window, in a second window form ... I call it like this: Form2 f = new Form2(); f.Show(); And on form2, I do the s...
asked by 13.06.2018 / 01:14
0
answers

Clean Fujitsu Fi-7160 scanner buffer in C #

I'm working on a Company project, C # Windows Form and I'm still new to the dot net platform. I would like to know with my friends, if there is any way I can clean the buffer of the Fujitsu Fi-7160 Scanner, after scanning about 1500 sheets, beca...
asked by 01.07.2018 / 19:44
0
answers

Record manipulation (regedit)

I have an application developed in windows forms that manipulates some records in the following path: "HKLM \ SOFTWARE \ MINHAEMPRESA \ etc ...". This application was run as administrator and I have never had a problem handling these records, fo...
asked by 07.06.2018 / 22:26
3
answers

Insert text from textboxes and read only after |

Hello, I wanted to know how I can do so that the 2 textboxes inserts the IDs this way in txt: file.txt: id|192919 <---- textbox1 id2|29b9a92 <---- textbox2 And then when you open the program again puts it like this in the textbox:...
asked by 30.05.2018 / 16:24
1
answer

How to have the option to connect to more than one database in my C # Visual Studio application by app.config

I have a C # application that I did in Visual Studio. This application connects to a Sql Server database. I would like to put in my login a list option to choose another bank if I have more than one in my application. For example: a ctrl + c ctr...
asked by 30.05.2018 / 16:08
1
answer

How to display data from multiple tables in DataGridView?

I'm trying to display multiple tables in DataGridView , from a database I mapped through the Entity Framework . Example, person table, address. I tried to use pessoa.BindingSource , then comes the address list, but I could not...
asked by 08.06.2018 / 23:26
1
answer

How to do when clicking the execute action button every 1 second

I'm using CefSharp and wanted it when I clicked the button to run the javascript every 1 second and in the background too, and only stop if I click the shutdown button. I tried the backgroundworker but I could not, I'm kind of lazy in tha...
asked by 27.05.2018 / 22:13
1
answer

How to find a number within an HTML list

I'm trying to find the number that the person wrote in the box in the document.getElementByID on the site, however I do not know how to do it in C #, or tried at least: private void btnvalidar_Click(object sender, EventArgs e) {...
asked by 28.05.2018 / 05:12
1
answer

touch screen c # winforms

I developed this application that visualizes information contained in a website through windows forms and with the webBrowser component. The application works with the mouse perfectly. When I run on a touch screen, the application simply does no...
asked by 18.05.2018 / 09:55