Questions tagged as 'windows'

6
answers

How to change the PATH in Windows

I would like to know how I can change the PATH variable in the Windows environment. I am linux user but I know that windows also allows the use of this environment variable to find its executables.     
asked by 10.02.2014 / 13:16
1
answer

Digital signature of software

I use the Kaspersky antivirus and for it to allow my software, written in Delphi, to run I needed to mark it as reliable software. The reason Kaspersky gave was that the software is not reliable because it is not digitally signed. Look...
asked by 29.03.2014 / 12:57
2
answers

How do I know when the user opened an application?

How do I check, while my program is running, if a particular software is opened by the user?     
asked by 15.02.2014 / 21:40
2
answers

Does ASP.NET need a Windows server?

As usual for PHP I always install Debian and Apache, but I want to delve deeper into web development and want to take a look at ASP.NET, out of curiosity I came to doubt whether I'll need a Windows server if I run in one production environment....
asked by 21.12.2015 / 11:39
1
answer

What is Component Object Model (COM)?

I was reading this question 1 here on the site and I came across some times with the term "COM objects". A brief survey showed me that COM means Component Object Model , but I could not extract more information than this. > What I w...
asked by 18.04.2017 / 15:36
1
answer

How to copy a file from the network to my computer using C #?

I have a desktop application that needs to copy media files from a server, videos and images. The server is on the same network as the terminal on which the program is installed. The problem is that this terminal will not be logged in with usern...
asked by 24.05.2016 / 21:44
2
answers

How to create a popup warning that the script is over?

I would like to display a pop-up warning that the code just ran. The only script I have, below, is what opens a command window. system('CMD /C "ECHO O seu script chegou ao fim! && PAUSE"', invisible=FALSE, wait=FALSE)   ...
asked by 02.09.2014 / 16:28
1
answer

How to set up a development environment manually

I'm trying to set up my own development environment on a machine with Windows 10 . The idea would be to install Apache + PHP + MySQL . The problem is that the documentation of the software is quite complicated for beginners like m...
asked by 11.02.2017 / 18:43
1
answer

Tomcat on Windows and Linux

I currently have a Tomcat server running on a machine with Windows Server 2012 . But I got some tips from an Infra friends where they say that Tomcat no Linux performs better. Then I had these doubts: What are the pros a...
asked by 16.12.2015 / 12:40
1
answer

Capturing sound from a microphone in Windows via C #

How do I capture the audio that the microphone receives in Windows with C #? I want to develop a software that receives external sound and based on it it changes the volume of my computer.     
asked by 29.01.2016 / 17:21