Questions tagged as 'windows'

1
answer

DataGridView windows Forms

I have the following question: I have Grid that is composed of various information (id, city, zip code) and the user will select several lines in this Grid . I need to capture the selected codes, assign these IDs to a variable of ty...
asked by 24.02.2015 / 05:03
3
answers

script for printer installation automation

Good afternoon, I have in my environment a print server with a total of 63 printers installed and shared on the network, I would like a script to automate the installation of these printers on the machines of the company, so far I have done the...
asked by 15.05.2018 / 21:24
1
answer

What is the difference between a compiler and a Windows and Linux executable

When compiling a simple program for Linux, the compiler generates an executable that only works on Linux, but when compiling the Same code with a compiler for Windows it generates an executable that only works for Windows. What I want to know is...
asked by 17.04.2018 / 17:56
1
answer

Depth Test is not working correctly in OpenGL

I'm having a problem with Depth Test . I have a scene where it contains three objects. A plan a cube and a cylinder. In my Render I'm doing for when rendering the cube it should disable the Depth Test. With this the cube (in orange) should...
asked by 04.02.2018 / 18:43
1
answer

Change task time in Windows

I need to set up a Windows task so that it runs every 30 seconds, but the task scheduler has a minimum time of 1 minute and you try to change it to (30 seconds || 0.5 minutes || 0.5 minutes) I always get the same error message: If you k...
asked by 22.08.2017 / 20:13
2
answers

What is the difference between "-" and "/" in CMD commands

What's the difference between using - and / in the CMD for example in the command: shutdown -s or shutdown /s     
asked by 15.08.2017 / 19:52
1
answer

Create a background server

It is very simple, this code works, but only once, after the first time it is started, no other request is answered, as if after it runs once the StreamSocketListener has stopped. public void Run(IBackgroundTaskInstance taskInstance) { va...
asked by 24.02.2017 / 04:22
1
answer

MySQL does not install

I am trying to install MySQL on Windows 10 and is required as a requirement in Microsoft Visual C ++ 2013. I am having the latest version of Visual Studio installed and as a consequence have also been installed Microsoft Visual C ++ 2017 and als...
asked by 31.05.2017 / 04:13
1
answer

How to customize the size of a window?

How can I customize the size of a window I made using win32? My Code: #include <windows.h> int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow){ MessageBox(NULL, "HELLO WORLD!","JANELA!", 0)...
asked by 29.07.2016 / 14:18
1
answer

ShellExecute without Security Warning

How to run an application with ShellExecute and prevent Windows from issuing the "Security Warning"? Is there any parameter that can be sent to prevent the warning? I have tried to apply some in searches that I did on the web but none...
asked by 08.08.2016 / 13:52