Questions tagged as 'windows'

1
answer

GetWindowText in C #

How can I use the GetWindowText function in C #? I need to convert this function into delphi for C # function FindWindowExt(partialTitle: string): HWND; var hWndTemp: hWnd; iLenText: Integer; cTitletemp: array [0..254] of Char; sTitleT...
asked by 21.10.2016 / 13:44
1
answer

Starting a windows service

I'm setting up a "Service Monitor". My windows server is stopping the service from my database. So I mounted a service validator, but I do not know how to give the start service a new one if it crashes. This is the code of how far I have co...
asked by 15.07.2016 / 04:54
1
answer

Retrieving application state when selecting an item in GridView

Hello, I'm creating a universal application for Windows 10 in C #. On the home screen you have a GridView loading dozens of items. Would you like to know how to save the selected item without having to go back to the home screen, then scroll to...
asked by 08.06.2016 / 01:37
2
answers

End process by .bat every time it starts

Good morning! Whenever I start the computer the process GWX.exe (the famous process Install Win10 ) runs, going to the Task Manager and finish it. So I created a .bat with the following command line: @echo off TASKKILL /F /IM "GWX.exe"...
asked by 04.05.2016 / 14:16
1
answer

Insert date and currency data of a maskedTextBox in MySQL

When trying to insert the data entered from a maskedTextBox object, one of type data and another of type currency, in MySQL database, where I have a table named test, created according to the command below: CREATE TABLE 'teste' ( 't...
asked by 01.05.2016 / 23:16
1
answer

TortoiseSVN - Database locked

I use TortoiseSVN with Windows, when I try to give an update to my working copy, the following message is displayed:    Update Working copy 'locked directory. '[Directory of my working copy]' is already   locked Please run the 'Cleanup' comma...
asked by 22.07.2016 / 15:40
1
answer

Move and Del batch commands are not working

@echo OFF mkdir saida sort %1 > cadperfiSorted 2>> saida\error.txt start MAKEOPEACER5.jar cadperfiSorted del cadperfiSorted //OPEACER5 é um arquivo gerado pelo .jar move OPEACER5 saida This is the script I'm trying to run. Everyth...
asked by 30.01.2016 / 00:49
1
answer

Problem using a Docker container with port exposure in Windows

I installed Docker on Windows these days but I'm having several issues while running my container. Even with it standing, I can not access the project through the browser using the IP of the docker-machine, this is the command I'm using to run t...
asked by 27.02.2016 / 02:51
1
answer

JavaScript check if Windows user is enrolled in MS Access Bank

The need is to check if the Windows user is registered in the Ms Access Database, but it is not working as it should. I think the problem is in the variable strUserName inside the select. I have tried in several ways but I still have not foun...
asked by 14.07.2015 / 14:50
1
answer

Does a function of a Windows DLL have the same address?

I am having a question about a function of a windows DLL that always has the same address for all versions or is it dynamic? Example a function of user32.dll . This excerpt from Wikipedia answers my question. The address I was referr...
asked by 29.08.2015 / 04:57