Questions tagged as 'windows'

0
answers

Implement Back button in Universal Apps

Well, I'm developing an application for Windows 10 and I have no idea how I implement a back button in a similar Pivot is in the Microsoft Weather application.     
asked by 26.12.2015 / 02:02
2
answers

Redirect internal / external ip page

I have an HTML page and can already see it internally and externally through the windows server 2003 iis. I am inside a network where Windows server2003 is connected and I want to access the external IP inside that same network and I can not....
asked by 22.12.2015 / 18:48
0
answers

Windows environment variable auto increment

Summarized question I need an environment variable in windows that is auto increment:    setx / a PORT = 1000 and every time you call the% PORT%:    setx / a PORT =% PORT% + 1 The result would be: echo %PORT% 1001 echo %PORT%...
asked by 04.11.2015 / 13:25
0
answers

What method in windows do I get the calendar date Rage when I use two digits in the date?

I'm trying to find the windows method that allows me to search for the initial Rage year of the calendar when I use the abbreviated date with the two-digit year: dd/mm/yy . Using GetLocaleInfoA I can get the short date format wit...
asked by 15.12.2015 / 13:26
1
answer

Insert the result of a query into a php file

I need to create a .php file with the results that appear accessing another .php file, for example: I access link and this page results in lists of files on a page. For this I use this code: <?php $pasta = 'imagens/'; if(is_dir($pasta...
asked by 09.10.2015 / 21:01
0
answers

Print all photos in a folder with batch

Hello, I'm trying to make a batch that prints all the files in a folder, but in the print queue "local level document" appears and the status appears "Error - printing" What could it be? Here's my code: @echo OFF net use LPT2: /delete /yes ne...
asked by 15.11.2015 / 22:47
0
answers

get listview values after clicking the MenuFlyoutItem

How to get the values of a listview done on windowsphone 8.1 after clicking on a MenuFlyoutItem. Example I have a listview with id, name and phone after holding the list to appear MenuFlyoutItem I want to click on a menu option and know the id,...
asked by 23.09.2015 / 00:46
0
answers

Run Windows right from the partition on Linux [closed]

I wanted to know if there is a way to run Windows that is installed on a partition, inside Ubuntu, or another district. Type, emulating a machine with Virtualbox, but instead of using a file as HD, use a partition where Windows is installed.   ...
asked by 20.08.2015 / 01:49
1
answer

How to determine the schedule at which a background task is to be performed

I'm programming for Windows 10, and at certain times in a day I want my background task to be addressed. Here is my registration code: from the home screen: var trigger = new SystemTrigger(SystemTriggerType.TimeZoneChange, false);...
asked by 23.08.2015 / 01:54
1
answer

Translation of the Windows services name [closed]

I'm using Windows in Portuguese in my work. I need to follow a tutorial in English to allow the windows firewall to work again. I can not find the base filtering engine service in the list of services in Portuguese. Does anyone know the equiv...
asked by 06.07.2015 / 20:41