windows-7

Do all versions of Windows 7 include version 3.5 of the .NET Framework?

Do all versions of Windows 7 include version 3.5 of the .NET Framework? ...

How would I discover the memory used by an application through a python script?

Recently I've found myself testing an aplication in Froglogic's Squish, using Python to create test scripts. Just the other day, the question of how much memory the program is using has come up, and I've found myself unable to answer it. It seems reasonable to assume that there's a way to query the os (windows 7) API for the information,...

InstallShield 2010 - 1603 Fatal Error [Windows Installer] (Windows 7 Only)

Hi all, I created an MSI InstalScript Project where i deploy a web based (ASP.NET) precompiled project copying the files during installation in the \inetpub\wwwroot\projectnamefolder, creating an AppPool and the virtual dir of course in the IIS. The setup works great in windows XP Pro (SP3 i used). But soon as i try in Windows 7 (tried ...

Disable and Enable Screen Saver in Windows 7

I have an application than disables the screen saver temporarily in order to run a slide show. I use this to turn it on or off: i = SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, active, Nothing, SPIF_SENDWININICHANGE) This works fine in XP. In Windows 7, it disables the screen saver properly. However, when it is enabled again, at the ...

Unable to access my published web page from other computers

Hi, I have published ASP.NET web site, using IIS7 on Win7. I can access this web site on my localhost, but it is inaccessable from other computers via internet. I have tried to disable firewall and anti-virus program, but with no success. Does anyone know what may be causing this problem? It works fine if I publish it on winXP. ...

Windows 7 taskbar tasks without a window in .Net

I'm trying to create an application for windows 7 that has taskbar tasks that are available even if there is no window like Media Player has. I'm using the Windows API Code Pack and I've been able to add custom tasks but they are only available after a window is created and as soon as the window closes the tasks are removed. Any idea h...

Building C#/.NET Apps that Use Windows 7 TaskBar Features

The new Windows 7 taskbar features, like jump lists, previews, etc. are really cool, and I want to allow my C# applications to use them. I have two questions: First of all, how can I use these functions (in general)? I found two articles by Microsoft about this, but I'm not really sure what to do. Could you provide links to a library, a...

Memory usage limits for programs on Windows (7)

I strongly expect this to end up as a duplication, but I can't seem to find it. I've got a C++ program that I normally run on 64-bit MacOSX SnowLeopard. When I try to run it on a 32-bit Windows 7, it runs out of memory. Probably, it really needs too much memory, but I want to make sure that I'm not missing some sort of option or anoth...

Are there issues with running the Delphi 2007 and Delphi 2010 IDEs on Windows 7?

The Windows Upgrade Advisor has told me there are 'known' issues with running Delphi 2010 on Windows 7, but I can't find them, does anyone know if there are, or if they've been fixed already? ...

Determine if O/S is Windows 7...

Working on a project and need to be able to determine whether the O/S is Windows 7, Vista or default to XP. I understand I could run into Win2K and earlier versions but let's just say that's not a concern as other code will catch that before it gets to this point. My application will be in C++ for the time being using VS2005. I've found ...

Leverging Remote Assistance in Vista

On Windows XP there is a known way to create a Remote Assistance Ticket. http://msdn.microsoft.com/en-us/library/ms811079.aspx But on Vista this does not appear to work. How does one do this on Vista or Windows 7? ...

Windows 7 style Notifications Flyouts in Delphi

Regarding Notification Area recommendations by Microsoft, I'm looking for ideas or a Delphi component to implement Notification Area Flyouts. The first "natural" idea is to use a standard Delphi form, but I'm facing two issues with it: I can't get the form border behavior using the standard "BorderStyle" property. Tried to "mimic" ...

Windows 7: PHP 5 Configured with Apache 2.2 when run from Console but not as Service

I'm on Windows 7 and I have installed Apache 2.2, PHP 5 (latest stable build) and MySQL. I have configured PHP 5 with Apache 2.2 as a module (i.e. LoadModule and AddType statements added in httpd.conf). Everything seems to work when I start Apache from the console (command prompt) but PHP would not work when the Apache service is start...

How to Add window 7 visual style in winform application?

Dear All, I have to change the look and feel of my win form application of .net framework 3.5. So i want to add window 7 theme or visual style, Is any sample application available? and also suggest what to do change look and feel of my application? ...

ExtCreatePen and Windows 7 GDI

I created DIBPATTERN pens with ExtCreatePen API for custom pattern pens. It sucessfully draws desired lines on Windows XP, But on Windows 7 (x64 for my case), it does not draw any lines; no changes on screen. (Other simply created pens, for example CreatePen(PS_DOT,1,0), are working.) I found that calling SetROP2(hdc, R2_XORPEN) make...

How to debug with Visual C++ 6 on Windows 7 x64?

Surely the answer will be "you can't" or "use XP mode", but I'd like to know if it it possible. The issue I have is that whenever I debug some application and hit a breakpoint, when I stop the debugger the debuggee remains stuck. It can't be killed, I can't attach another debugger (it says it is already being debugged). It won't go away...

How to install MyODBC in Windows 7 ?

The downloaded installers from MySQL don't work - ie no mysql driver appears in the ODBC manager thing. I've downloaded the mysql-connector-odbc-noinstall-5.1.6-win32 version, copied myodbc5.dll and myodbcS.dll to c:\windows\system32 C:\dump\bin>myodbc-installer -d -a -n "MySQL ODBC 5.1 Driver" -t "DRIVER= c:\windows\system32\myodbc...

How to handle drag event on a maximized window

I have an MFC application running in Win7 with no Titlebar (i.e. My title bar is home-cooked, with custom buttons for restore, maximize and close). In Win7 it responds to the maximize event generated by the Win 7 API when a user drags the window to the top of the screen. However, once it's maximized, I can't capture the restore event tha...

"Disabled use of AcceptEx() WinSock2 API" error on Windows 7 using Tomcat

When starting Tomcat 6 on Windows 7 Enterprise with JRE 6 using C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin\tomcat6.exe the application does not open and my event viewer has the message: "Disabled use of AcceptEx() WinSock2 API." The same installer of Tomcat worked on Windows Vista before I upgraded my operating system. ...

Virtual PC (XPMode) - How to access Webserver on guest from host

I have Windows XP running inside Windows 7 via Virtual PC (XPMode) and installed Zend Server CE on the virtual XP guest. The webserver is running and can be accessed on the guest, but I cannot access the webserver from the Win7 host. I configured a static IP address and subnet of 255.255.255.0 on the guest and can ping this IP from the ...