Windows 7 is a past release of Microsoft Windows, succeeded by Windows 8. It was released to manufacturing on July 22, 2009. Windows 7 is the successor to Windows Vista, which was released three years prior.

learn more… | top users | synonyms (3)

0
votes
0answers
23 views

CreateProcessAsUser fail,use GetLastError() to get the error code is 1314

I use win7 os and the develop environment is vs2005. The situation is I want to create the process as current account's priviledge.(such as: in the normal account ,right click the program choice "run ...
0
votes
0answers
35 views

Drawing a Triangle (myprog.exe has stopped working)

I did all the steps of the next link: http://www.directxtutorial.com/Lesson.aspx?lessonid=11-4-5 Unfortunately, when I run the program, I get: myprog.exe has stopped working If I change the ...
0
votes
0answers
27 views

2 Different Bluetooth stacks on one Windows PC

I should provide some Windows application with one of Bluetooth profiles, which is absent in standard Windows MS Bluetooth stack: Handsfree profile (HFP) client. Currently I am examining 2 decisions: ...
-1
votes
3answers
54 views

Script not working since windows 7

I have the following script which worked fine on XP, since I have a new PC on Windows 7 Professional the code has stopped working import os import shutil from time import strftime ...
0
votes
2answers
32 views

Java process.waitFor() does not return

On Windows 7 64 bit, running 64 bit Java 1.7.0_17 , the p.waitFor() shown below never returns. String move_command="cmd.exe /c xcopy /Y /E "+x86_release+" "+path+"\\"; Process p; p = ...
0
votes
0answers
20 views

Script to turn off local Group Policy “Removable Storage Access” restrictions w/o restart

Our problem: Fresh install Windows 7 Change LGPO: [Computer Configuration->Admin. Templates->System->Removable Storage Access->*Deny write access ] Join domain Due to contingency requirements, I ...
1
vote
1answer
78 views

ShowMessage in Delphi XE3 DllMain

DLL below is compiled with XE3. library MyDLL; uses System.SysUtils, System.Classes, Vcl.Dialogs; {$R *.res} var II: Integer; function Test: Integer; begin Result := II; end; exports Test; ...
0
votes
0answers
26 views

wget cannot retrieve file (windows 7)

I want to use wget to get an excel file. i have to log in first --> http://ip_address/portal. my wget is : wget --http-user=user --http-password=pass --cookies=on --keep-session-cookies ...
1
vote
1answer
22 views

Windows service properties.settings.default location?

I have built a Windows service app that's installed and running. During debugging while the service is running, I have found that when I import the properties.settings.default and modify it, it is not ...
0
votes
1answer
41 views

How do I get a bitmap image from raw Bayer image data (byte array)?

I have image data that gets acquired like so: unsigned char* imageData = NULL; GetImage(imageData); The imageData returns as raw BayerGR8 format: That is to say: G R G R G R G R ... B G B G B G ...
0
votes
0answers
90 views

LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup error when using WinMain

I've been following this tutorial to learn some DirectX programming: http://www.rastertek.com/dx11tut02.html I'd gotten to the end, tried to build and it threw this error when I compiled: ...
-2
votes
0answers
11 views

Issue with Num Pad [closed]

I have a problem with my numpad. In fact, when I start up my computer the Num. Lock. button works fine, I can use it to activate the num pad and I even can type my password using the num pad but after ...
0
votes
1answer
40 views

Windows 7 remote shutdown: Access denied(5) [closed]

I am trying to force a remote shutdown from my laptop to my PC: machine> shutdown -m \\192.168.2.10 -s -f -t 0 192.168.2.10: Access denied(5) I am in a WLAN/LAN environment: Laptop is in WLAN ...
0
votes
0answers
11 views

Error configuring HTTP Access on IIS 7.0 for SQL Server 2008

I am trying to configure http port to Analysis Services by following the steps mentioned in the following link- http://msdn.microsoft.com/en-us/library/gg492140(v=sql.105).aspx I am failing at the ...
-1
votes
0answers
11 views

Default application structure under Windows 7

What is the default or most common Windows 7 application structure? I do have files that will never change and files (and folders) per user (including a small embedded database) Also how "Program ...
0
votes
1answer
32 views

MSBuild compile error “resgen.exe” .Net FX 3.5 Tools

Im trying to compile a project made in VS2012 in Windows 7 x64. Trying to compile it in a virtualmachine with Windows 7 x86 and .Net framework 4.0 installed using MsBuild 4.0 but I get this error ...
0
votes
1answer
16 views

ghdl does not produce binaries (windows)

Hy, I'm using ghdl for my studies since couple of months. now i was forced to use windows and tried to use ghdl and gtkwave there also. My problem is: After i've installed ghdl i tried to compile ...
0
votes
0answers
20 views

Cannot installing Pylint on Win 7 machine running Python 3.3.1

setup.py install fails with the following stack trace. Any ideas? C:\Python33\libs\pylint-0.1.2>python setup.py install running install running build Traceback (most recent call last): File ...
-1
votes
0answers
12 views

Windows 8 and memory consumption [migrated]

My current system should have enough memory (4GB), but it's the lower average right now and if I want to run multiple applications at once - which is needed - memory is getting scarce. In addition to ...
-4
votes
1answer
128 views

I can not find the same extension in the Open Dialog

Why sometimes in the Open dialog I cannot load the same file extension on the Open dialog filters, so I had to refresh the first to find the file. E.g.: Filter = *.jpg I can not find the file *.jpg ...
-1
votes
1answer
20 views

Is there a significant different between Windows Server 2012 and Windows 7/8? [closed]

I have free legit copy of Windows Server through my college subscription to DreamSparks. Is it sufficient as a general-puprpose OS like Windows 8? I dont want to spend money on Windows 7/8.
0
votes
1answer
27 views

C++ Winsock - Creating a Console LAN Chat?

I'm using Jonnie's Winsock tutorial, but am also modifying the code to fit my needs. Is there a straight tutorial for a console LAN chat coded in C++ with Winsock? If not, is there any difference in ...
-3
votes
0answers
10 views

film.mp4 not start in window explorer 64bitt [closed]

123gratisfilm.nl Demo-Film http://www.bennaakt.nl/java/test.html Movies I upload my own windows server in germany at Strato, can not play on Windows 7 64bitt with windows internet explorer. can you ...
0
votes
0answers
32 views

Is there a Python JIT compiler for 64-bit Windows? [closed]

Is there a Python JIT compiler for 64-bit Windows? I know that PyPy only works for 32-bit systems (PyPy on Windows 7 x64?) and that Psyco is dead. (http://psyco.sourceforge.net/) Is there any hope ...
0
votes
0answers
14 views

new server/website appears to be caching but cache is turned off

I recently setup a home server running windows 7 pro and IIS 7.5. I have an ASP page that reads/writes to a database. One scenario I have is a newsletter with a list of subscribers. I manually check a ...
2
votes
1answer
42 views

Determine when display changes (new/less screens connected, or resolution) in c#

As the title states. I'd like to be able to tie into an event somehow that notifies my application when the screen resolution is going to change, or screens are added/removed. Mainly I want to write ...
0
votes
0answers
21 views

New file not inheriting permissions from directory

I have an app that keeps most of its files in a directory, and I need everything in that directory to be readable and writable by any user, regardless of who was running the program that created them. ...
0
votes
1answer
15 views

Shipping app with a video/x-flv decoder

I have an application that needs to play video/x-flv files. Not all customers have codecs installed, and codecs for video/x-flv are not shipped with Windows, so I have to ship it with my app. The ...
-1
votes
1answer
21 views

find (ms-dos command) looking into sub directories files

I am trying to use find to look for files that contain a specific keyword. To my understanding, find takes in a file not a directory (that's why it is giving me error). So is there a way i can go ...
1
vote
0answers
29 views

libssh2.dll is missing when trying to push to github

I had a working git installation. Yesterday I tried to push to github, but I got an error from git-remote-https.exe the program can not start because libssh2.dll is missing from your computer. ...
0
votes
1answer
25 views

jruby1.6.7+watir+cucumer1.2.1 on win7 can not open ff14.0.1

I installed jruby1.6.7 on win7 and firefox 14.0.1 and run jruby -v is ok and installed below plugin: jgem install activerecord -v='3.0.5' jgem install activerecord-jdbc-adapter -v='1.1.3' jgem ...
0
votes
1answer
20 views

how can I get xdebug to run in Windows

I apologize if I am not following protocol with this question; I realize it has been asked. However, I have yet to see an answer (that works) I am trying to get xdebug working on a Windows 7 box. ...
0
votes
1answer
80 views

Eclipse dialogs open twice when clicked with mouse

Within the past 2 weeks, Eclipse has started behaving oddly. Not sure what changed, although I did install JDK and JRE 7u21. Any dialog (Search, Eclipse About, Switch workspace, etc.) I open by ...
0
votes
1answer
32 views

Disable window transparency for Windows 7 & 8

I want to be able to disable window transparency in Windows Vista and newer. I know there are tools to do this, but how do we do this programmatically?
0
votes
0answers
24 views

.Net application to use powershell active directory cmdlets in Windows7 machine

I am creating .Net application (c#) to do some active directory actions(restoring deleted objects). And the application restores the deleted objects successfully when I run the application on the ...
1
vote
0answers
10 views

There is no option to add/edit dimension/size for Responsive Layout in IE 8

I'm testing a Responsive Web Design. I'm using Firefox, Chrome and IE for testing by using Web Developer Tool for each. I need some customized dimension/size for Tablet or Mobile. I have added some ...
-1
votes
1answer
29 views

Windows 7 pixelated and duplicated task bar icons [closed]

This question isn't really about programming (idk if that's not allowed or anything), but I'll ask it anyway. So when I open up a program like eclipse on my Windows 7 task bar, it opens up another ...
-1
votes
0answers
38 views

Windows 7 File Access issue

I have written an ActiveX control in VB6. This control initially creates a log file before doing anything else. I have written a test client (VB6 Standard exe) and placed control in it. I have ...
-1
votes
2answers
34 views

While opening a command prompt created in D drive its path is shown as C:\Users\Abc? [closed]

While opening a command prompt created in D drive its path is shown as C:\Users\Abc ? I have created a command prompt in D drive of my computer which runs Windows 7 (by typing "cmd" in a notepad and ...
1
vote
0answers
13 views

Flash player not registering in Windows Core Audio API

I'm developing an application that needs to control the volume level of other processes on a Windows 7+ system. To do this I plan to make use of Windows Core Audio, in particular I am testing out the ...
0
votes
1answer
24 views

How to install Sahi Pro on Windows 7?

I am very novice and beginner of Sahi Automation Tool. I have downloaded "install_sahi_pro_v452_20130205.jar" . After double clicking on that jar file it was opened on WinRAR explorer. How can I ...
0
votes
0answers
50 views

C# App is not working after published, why?

I create, build and publish the app in i7 intel, Windows 7 Ultimate, VS2010 Ultimate. In this machine the app running up to use the code. In another Machine does not work, why. Thanks in advance, ...
0
votes
0answers
19 views

Get Image painted on Window

I have a windows form Window that is being painted on top of by another process. If I try to copy the window image using PrintWindow or device context copy, only my window below shows up: Window ...
0
votes
1answer
39 views

Windows 7 PowerShell Iterate files in a folder and print out values of certain xml tags

I have a folder structure as shown as follows. What I would like to do is, iterate through subfolders and find feature.xml, if any, and finally print out the value of certain xml tag. Let's say ...
-3
votes
0answers
37 views

building solution VS2010 Cuda 5.0 Win7 x64

I hope you guys can help me here. I'm trying to build a solution using VS2010 on Win 7 x64. Cuda 5.0. I'm getting this: 1>CudaBuild: 1> Compiling CUDA source file ...
0
votes
0answers
43 views

OLE initialization failed - MFC Visual Studio 2010 Windows 7

I have a Visual Studio 2010 solution for an MFC application that used to run just fine on my Windows 7 machine. Today when I tried to run it, although it still compiles successfully, it gives me the ...
0
votes
0answers
25 views

trayicon.ahk functions not working right on 64bit Win7

Been using trayicon functions in my ahk scripts on an XP machine (32bit) ok getting extended trayicon info cannot seem to get trayicon infomation using these functions on a 64bit (win7) machine ...
0
votes
1answer
35 views

get full path of an installed program in windows 7 using c++

i want to know that, is there any method to get the full path (where the program is being installed) of an installed program using c++ ? I'm using visual studio 2012 ultimate. For example, the ...
0
votes
0answers
17 views

js files context menu doesn't show up in windows 7

Good day, I'm trying to create new context menu item for JS files to be able to compress them by right-clicking. The issue is that it doesn't work specifically for .js files in windows 7. Windows ...
0
votes
2answers
39 views

Can a .bat be used to delete files across multiple machines in a network? [closed]

I am trying to find a way of deleting selected files/folders on Windows 7 machines attached to my local network. The problem I have is that the location of ''my Documents'' is different on ALL ...

1 2 3 4 5 151