Tagged Questions
0
votes
0answers
8 views
Best tool for Windows application profiling [closed]
I try to find a tool for the profiling my custom application on Windows 7. I would like this tool draw a graphs of the CPU utilization, RAM usage, IO count etc. What is the best tool for those ...
0
votes
1answer
19 views
Create a python tkinter window with no X (close) button
I'm writing a 'wizard' type Python Tkinter GUI that collects information from the user and then performs several actions based on the user's entries: file copying, DB updates, etc. The processing ...
0
votes
1answer
21 views
Building with XAudio2 on Windows 7
I'm trying to use the following instructions to build some code that uses XAudio2 and runs on Windows 7:
http://msdn.microsoft.com/en-us/library/windows/desktop/ee663275%28v=vs.85%29.aspx
As ...
0
votes
1answer
24 views
Listen for the Default Gateway IP Setting change event
I have a related question over at Super User. The Default Gateway IP address on my laptop keeps changing on it's own and there doesn't seem to be a way to stop it. Is there a Windows API (or ...
0
votes
2answers
27 views
Want to execute command on each file in directory one at a time through batch file windows
I am currently doing this to execute a single command on a particular type of files in directory.
COPY *.prn /B \\\\{$PC}\\{$PRINTER}
The PC And Printer Part is redundant no need to understand that
...
-1
votes
0answers
69 views
windows 7 service pack 2 [closed]
Will microsoft release service pack 2 and 3 for windows 7 or they will be concentrating on developing operating system for windows phone or lumia and also in developing windows 8 or life of windows 7 ...
0
votes
0answers
26 views
EPERM, operation not permitted error, config store
I know this is a common error with node but all my troubleshooting techniques seem to be failing.
Windows 7 (32-bit)
[email protected]
[email protected]
This issue occurs when trying to run package commands ...
0
votes
0answers
14 views
Scale desktop 4:3 to 16:9 [migrated]
I need to scale my display, however I cannot seem to find how to do that. The problem is, when I set my resolution to 1280x720, it stretches, as my default resolution is 1280x1024. I would like to ...
-3
votes
0answers
51 views
how to install matplotlib in windows
how to install matplotlib on windows. I have already installed python.
and when I use networkx. It work fine. But when I use the code nx.draw(G) for drawing a graph an error appears
RuntimeError: ...
0
votes
0answers
8 views
Automatically skipping parts of video file in VLC Player [migrated]
I want vlc to skip some content automatically. Is there some plugin using which this can be done.
Example skip a movie from 15:00 to 18:00 and 21:00 to 22:00.
Is this possible using any plugin ?
PS ...
0
votes
1answer
34 views
Creating Bat file to execute a command on all files in folder
How to create a bat file that will execute a single command on all files with a particular extension.
I look for something like this which is there is linux for windows batch files
command ...
0
votes
1answer
60 views
Quick Launch toolbar keeps randomly disappearing (windows 7)
I am really used to quick launch toolbar from windows XP. When I moved to Windows 7, I replicated this functionality using some of the guides, such as here or here.
But every now and then it simply ...
2
votes
0answers
74 views
Mirror Drivers not working on Windows 7 64 bit computer
I am trying to develop an application that uses a mirror driver, although I am having an issue getting any mirror driver to work properly on my computer. I always seem to get the same issue no matter ...
-1
votes
0answers
43 views
Titanium Studio Fails to install - failed to install acs
Trying to install Titanium Studio on my Windows 7
I have node v0.8.18
I have npm 1.2.2
I have python 2.7.3
I have python path in my path
I have ran as administrator
I have rebooted several times
Is ...
0
votes
2answers
32 views
How to find jump lists window?
How to get Windows 7 jump list window via ::FindWindow or ::EnumWindows?
What's it's class or parent?
I can't Spy++ it because it disappears if loses focus.
Thank you.
...