Questions tagged as 'windows'

1
answer

Concatenate Files .TXT

I have 2 .txt files and I need to concatenate the rows, I explain: File: 1.txt code1 = (is in row 1 of .txt) code2 = (is in row 2 of .txt) code3 = (is in row 3 of .txt) File: 2.txt 111 (is in row 1 of .txt) 222 (is in row 2 of .tx...
asked by 22.10.2016 / 04:16
1
answer

Placing windows on the screen with QT

I'm doing an application in C ++ using QT Creator that opens several windows at the same time. The problem is that all are placed one above the other, what is the operation that allows to place the windows in a specific part of the screen ?. Gre...
asked by 06.05.2018 / 14:22
0
answers

What SDK (Digital Persona) is the one I use for windows or linux?

Good afternoon, In my work they ask us to develop a fingerprint capture module to record the entries and exits of employees. We chose to buy the Digital Persona U.are.U 4500 and we are ready to buy the SDK, the software of the company is made...
asked by 29.12.2018 / 01:20
1
answer

Remove the domain from the team [closed]

I have a computer with Windows 8.1, which was once part of a domain, mostly to have certain shared folders; but it's been about 2 years since I stopped using the computer with my user account. The problem is that I have been having certain error...
asked by 12.09.2017 / 17:53
2
answers

Print PDF filled in with .text

I am creating an offer creator where there is a standard form and only replaces price and customer data. So my intention is to print that filled form with the variables captured in the Textbox.text If someone could explain or give me an examp...
asked by 14.08.2018 / 11:55
1
answer

Send one msgbox per network from one pc to another

What I want to do is pretty basic but I have had difficulties. I want to basically see a poster with a message like a msgbox, on a PC remotely sent from another,    Aspects to consider -These two PCs are clearly in the same network and in...
asked by 15.07.2018 / 04:57
1
answer

Program.exe has stopped working

I'm with this code, a little ugly. I want to know why I get it    Program.exe has stopped working I've been looking for the error for a long time, thanks in advance. #include <iostream> #include <stdlib....
asked by 06.11.2017 / 05:58
2
answers

service that modifies the host file in c #

is to see if they could help me, is that I have created a windows service that should modify the host files, but it does not work, please someone to help me the truth I do not know what I'm failing. using System; using System.ServiceProcess; u...
asked by 21.11.2017 / 16:03
1
answer

Error "c # object reference not set as instance of an object"

in my Windows forms application, I have a list of strings saved in User Settings, which is called FileList. The problem is that I see an error, the code is as follows: private void HomeForm_Load_2(object sender, EventArgs e) {...
asked by 01.07.2018 / 20:41
2
answers

Create Sotfware For Other Windows Versions With Visual Studio

What can I do to support my application to be executed in the operating system like Windows XP and previous versions with c # or c ++?     
asked by 19.03.2017 / 18:37