Questions tagged as 'windows'

4
answers

Program to manage MySQL database in Windows? [closed]

Does anyone know how to tell me some program to manage database > in Windows? On Mac I use one called Sequel Pro , however it is Mac only. Does anyone know of any similarities?     
asked by 12.03.2014 / 18:56
2
answers

Is the dot-comma character (;) allowed in file names?

Is the " ; " character allowed in the file name? In windows you can use the character " ; " in naming of files with no problem, but I do not know if the same rule is for Mac or Linux. I researched file naming, and I found several top...
asked by 15.08.2018 / 06:53
2
answers

Is it possible to compile for IOS using Delphi XE7 on Windows?

Hello, I want to know if I can compile for IOS using delphi XE7 on Windows, when I try to compile it it tries to use the "Create a Connection Profile". Is it mandatory to have a Mac to compile for IOS? How do I compile in Windows.     
asked by 12.05.2015 / 21:23
1
answer

How to deserialize JSON with C #

I have this JSON [{ "new_as_cod": "0010955", "as_nome": "NAME", "as_cpf": "1212121212", "as_email": "[email protected]", "as_cep": "88.025-200", "igr_nome": "1\u00aa IGREJA BATISTA - FLORIANOPOLIS", "id": "2781", "valor": "50.00", "pg_tipo_id": "C...
asked by 28.10.2015 / 14:14
2
answers

Simulate an "ok" via the command line

I have a command from the Windows prompt that disables proxy settings: REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\" /v ProxyEnable /t REG_DWORD /d 0 /f Browsers on my system are configured to use my system set...
asked by 05.10.2017 / 21:34
2
answers

How to disable a button, and to activate it, should you click on another button?

I created a calculator using Windows Forms, it ran perfectly, but when I click the operation button before the number button (to enter a value on the display) an error occurs that closes my program alone. I wanted to know how I can do so that th...
asked by 03.06.2016 / 00:53
1
answer

Update console without using system ("cls") in Windows

I'm creating a text game, where it will have a start menu, follow the code I already have: #include <iostream> #include <Windows.h> using namespace std; void setTamanhoConsole(int x, int y){ HANDLE console = GetStdHandle(STD_...
asked by 14.04.2016 / 19:38
2
answers

Programming in Python

I downloaded python 3.4 on the site, but some commands do not work in this version compared to python2.7 does it make any difference? In the python2.7 manual, and can I install two?     
asked by 15.05.2015 / 21:42
2
answers

Windows CMD - Setar String with Accentuation

I'm trying to create a Batch (CMD) in Windows that "sweeps" folders in a certain directory and then renames the sub-folders according to a criteria I set. I'm using the code below to perform the operation (detail: this code I found on the int...
asked by 26.07.2016 / 14:01
1
answer

How to download images sequentially from a website using WGet?

I need to know where the error is in the command: wget http://shadowera.com/cards/se{001..200}.jpg I used the site "shadowera" for testing. I need to know how to save multiple images at once, so it is not working.     
asked by 25.04.2014 / 03:54