Questions tagged as 'windows'

1
answer

Changing key in the Windows registry 10

The code below is giving "Registry Error", that is, it does not create the key in the Windows registry. Does anyone have an idea how to solve it? import socket import time import subprocess #Executar comandos do SO import tempfile #pegar o tm...
asked by 03.08.2016 / 18:37
1
answer

Algorithm Shutting down PC screen after execution

I'm using windows.h in conjunction with C ++, in order to create a routine through the INPUT events. Such as setting the position of the mouse on the screen, clicking and things like that, but every time I perform either function, the screen the...
asked by 14.03.2016 / 02:26
2
answers

How to include the headers of the gotoxy () and textcolor ()

What library could be used to compile a C code that uses the gotoxy() and textcolor() functions, by Code :: Blocks 16.1, Windows 7 environment? I'm using: stdio.h , conio.h , windows.h and stdlib.h but...
asked by 03.03.2016 / 22:15
1
answer

Problems installing Composer on Windows

I'm trying to install Composer by this tutorial in Windows, but I'm having problems downloading both by PHP as by cURL.     
asked by 19.12.2015 / 08:24
1
answer

Access denied when updating PIP

I'm running the following command at the Windows prompt pip install --upgrade pip And I'm getting an error:    PermissionError: [WinError 5] Access Denied:   'd: \ leonardo \ python \ django-treinaweb \ env \ scripts \ pip.exe' Remem...
asked by 23.06.2015 / 14:14
1
answer

Is it possible to convert .NET Framework applications from Windows to Mac?

Can I get my project ready, and have it run on a Mac OS X? (It was done in .NET Framework 4.5.2 for Windows.)     
asked by 13.10.2015 / 04:14
1
answer

Assembly error A2119

I am a beginner in Assembly and am now trying to run my first Hello World program. I use Windows 7 and MASM. I'm following a tutorial in the program source until the following: .386 model falt, stdcall option casemap:none include \...
asked by 26.04.2015 / 21:11
1
answer

Share VPN connection of virtual machine with real machine

I'm having a problem because I started using a few months Ubuntu and now I've recently migrated to Mint . I'm working with Java Web but for testing I need to access the client database through VPN . Unfortunately the...
asked by 26.05.2015 / 14:51
1
answer

How to send / receive data using Sendmessage or Postmessage API?

I need to send several data to another process, the detail and the two processes are dlls, and I have customized my message. The message I get sends and receives it but when trying to treat the data coming from WParam of the violated acce...
asked by 05.02.2015 / 00:53
2
answers

Bat to enable and disable proxy

I need a bat to activate and deactivate proxy already with the set ips can anyone help me? To activate use the following command: REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_...
asked by 23.01.2015 / 12:45