Questions tagged [windows-7]

Use for questions about programming with or for Windows 7, a past release of Microsoft Windows. General software or troubleshooting questions not directly related to programming are off topic and should be posted on Super User

Windows 7 is an edition of Microsoft Windows, released to manufacturing on July 22, 2009. Windows 7 is the successor to Windows Vista, which was released three years prior, and is succeeded by Windows 8.

A fully detailed description of Windows 7 can be found at the Wikipedia page on Windows 7 and also on the Microsoft website. It's based on the Windows NT line of Windows.

Related Tags:

11007 questions
5
votes
2 answers

CMake with MinGW and Eclipse CDT

I'm trying to compile OpenCV with Cmake on Windows 7 (64-bit). It is to be used with Eclipse and CDT, for which I read somewhere that youhave to specify Unix Makefiles regardless of the compiler. Now, given that I have cygwin as well (for Android…
vkotor
  • 287
  • 1
  • 4
  • 8
5
votes
2 answers

Switch to windows containers with docker for windows toolbox

I have installed docker for windows toolbox on windows 7 64 bit os. I am unable to switch to windows container using docker menu as the docker icon is not available in systray. Docker service is also not available. Docker CLI executable isn't…
Saran
  • 51
  • 1
  • 1
  • 5
5
votes
1 answer

Resolve AttributeError: module 'pandas' has no attribute 'core' using command-prompt or pycharm

I am struggling because of the error AttributeError: module 'pandas' has no attribute 'core' since quite a long time please refer the output of "import pandas" below. I have searched for this error on the net and searched at many places tried…
user9928534
  • 51
  • 1
  • 4
5
votes
2 answers

Best practices for a single developer webproject setup

I am quite new to GIT, so please forgive me any stupid questions (if there is such a thing :) SCENARIO One local repo on my dev machine (Win 7, Eclipse) One dedicated server hosting a testing site and a production site (Win 2008 Server, Admin…
Sgali
  • 362
  • 2
  • 12
5
votes
4 answers

C# Kill all processes not essential to running Windows

I have an application. If the application is not used in 15 mins it needs to closes all other applications (forced closed) and the timer starts again. I do not want to crash windows 7 doing this. So far I have the following: Process me =…
Sally
  • 1,749
  • 7
  • 31
  • 39
5
votes
1 answer

How to display a Windows 7 style context menu?

In my .NET applications, context menus look like the left one. How can I apply the Windows 7 style on them in order to make them look like the right one?
user356178
5
votes
1 answer

~85.5% of native code when profiling with Jet Brain's dotTrace?

Whenever I do a session (both samplig and timeline), it says like up to 70-80 percent of entire exuction is occupied by native code. It seems kind of suspicious, not quite sure whether I got a buggy environment (because due to objective…
Zazaeil
  • 3,900
  • 2
  • 14
  • 31
5
votes
1 answer

Access to path wwwroot is denied even though I have permission

I'm using this code to upload a file to the (Windows 7) server [HttpPost] public IActionResult Upload(string office, IFormFile file) { var webRootPath = _environment.WebRootPath; var floorPlanPath = …
Bassie
  • 9,529
  • 8
  • 68
  • 159
5
votes
0 answers

Hyphen ( - ) character is showing as box in WPF application for Roboto fonts in windows 7

We have a WPF application in which we have used the Roboto font, but when the user is typing the hyphen(-) in the textbox it is displayed as the box.It is also reflected in all the windows. Please find the sample code in which the issue also…
Venkat
  • 2,549
  • 2
  • 28
  • 61
5
votes
1 answer

An applet gets Windows 7 to freeze completely

I've got an applet which does something which gets Windows 7 to freeze completely, the mouse pointer no longer responds, ctrl-alt-del no longer works etc. When I open the task manager, it doesn't show any significant CPU load or excessive usage of…
user344146
  • 93
  • 6
5
votes
3 answers

Is there any difference in hosting net.tcp wcf services under Windows 7 and Windows 2008 Server in IIS?

I have a situation where I can't host a service using net.tcp under windows 7 but it works fine on windows 2008 server. I have enabled WAS, and made the same settings in both windows 7 and windows server but for some reason it doesn't work in…
Tomas Jansson
  • 22,767
  • 13
  • 83
  • 137
5
votes
2 answers

Changes using Winspool.drv in Windows 7 64 bit from Windows XP 32 bit

I have some C# code (VS2010;fx2) which is used to carry out printer functions. This code works fine in Windows XP environment. Changing to Windows 7, it no longer works correctly. The first different behaviour is that the GetPrinterNames() method…
Jayden
  • 2,656
  • 2
  • 26
  • 31
5
votes
3 answers

Taskbar icon with lwjgl?

I want to add a taskbar icon for my running lwjgl process on Windows 7. Display.setIcon changes successfully the icon in the topleft of the window, but not in the taskbar. What do to? My code, something like: ArrayList byteBuffers = new…
Hugh Perkins
  • 7,975
  • 7
  • 63
  • 71
5
votes
2 answers

When/how is an application added to the Windows 7 Volume Mixer window?

I'm trying to get an application which ran okay on XP to run properly on Windows 7 (this is not something I wrote - I'm helping a friend.) It was able to play audio on XP but cannot on Windows 7 - nothing is heard. Have exhausted a search and check…
StanWalker
  • 51
  • 1
  • 2
5
votes
5 answers

LESS Client for Windows

I am looking for a client that supports LESS (http://lesscss.org/ it basically helps you with your CSS) It is very hard to find something on google, as css with the word less always referes to "less counter-strike:source" .... I checked manually if…
Richard
  • 1,543
  • 3
  • 25
  • 49
1 2 3
99
100