windows-xp

Eclipse's Package explorer background color follows windows theme. I want to change the color without changing windows' theme. Possible?

Maybe a way to alter the colors locally (as in application dependant)? A background color of eclipse is white, the same white of windows' active window background color. If I change the color on the theme, eclipse changes to the color. I want to change this software's color without changing the whole theme (because then every program g...

How to track down unmanaged heap corruption caused by VB6 application on Windows XP Pro?

Hello all. I've been having trouble with VB6, of late. I'm receiving heap corruption errors on closing the legacy VB6 application that we maintain. What I see, when I close the app, is that there was an error during run-time which, for whatever reason, didn't get reported during run-time (as we do have a pretty standard error handli...

Windows Assembly Doubt - x86

Hey guys, I'm building a Windows Assembly program without any macro. So I downloaded a program that was using macros, and I'm converting this into "pure" assembly code. However I'm facing one issue here. There's a label @@: that I don't understand, and also a jump jne @F that I didn't get it. What are these 2 symbols? MyWndProc: ...

Threading on windows platform (C++)

how to use threading on windows platform, do i need to include some lib or dll file, is there some command? ...

How to back up or move a project

Someone set up a large complex visual studio project on my PC. The source sits on more than one directory and it uses the boost libraries. I wish to make some modifications to the source code to experiment with some ideas. But before I do that I want to make a back-up of the project elsewhere on my PC so that I have a back up and So ...

C# system stopping tray application

I have this C# app which starts at system boot in the tray, and i have the following problem with it, only on Windows XP I can't restart the PC while the application is running. If I use file > exit, it stops ok and then i can restart. but if i try restarting with the application open, it just won't do it I tried adding this in the mai...

Joining two programs one with main() one with WinMain()

I want to combine two programs into a single executable. One is an open source program that has a rather complex project file, the other is one of mine with a much simpler structure. Because of the relative complexities of the project files I feel it would make most sense to start with the open source project and modify it to include my ...

ASP.NET MVC 2, Windows XP, and IIS 5.1

I'm getting headaches from trying to host MVC 2 on XP's IIS! (This is on VS 2008, but probably applies to VS 2010 as well.) After much struggling I eventually found a way to display my MVC 2 site from IIS 5.1, but the problem is that there is no styling! Any ideas on how I should fix this? The problem is probably the path location. Fol...

convert a console app to a windows app

(its a long story) but I have a large complex project file containing a windows program. Unfortunately the project was originally built as a console app. The program compiles and links ok but when runs brings up a console instead of the collection of windows I was hoping for. I looked at the command line and saw "/SUBSYSTEM:CONSOLE" wher...

How can I open a Python shell at a network path in Windows?

How can I open a Python interpreter at a specific network path in Windows? In the Explorer address bar the path is in UNC form: \\myhost\myshare\.... I can't work out how to change to this directory from the Windows command line, nor in what format I could pass it as an argument to os.chdir. I'm running Python 2.5 on Windows XP. IDLE ...

Convert from C++ style printing to my_printf()

C++ purists may want to look away now. You will hate this. I have been given an open source windows console app that I am merging with a pre-existing, very old, very large windows app of my own. My old program started life as pure C though recently has been tweaked so that it can compile as C++. My program makes extensive use of a my_pr...

Debugging with AV Causes crash when LuaPriv checks enabled

This is the line where it crashes: if(!(PixelFormat = ChoosePixelFormat(hDC, &pfd))){ This is what errors it gives me on the SUA tool: 0x332D Error The application was denied access to an object. 0x331B Error Access was restricted to trusted users only. How do i fix these errors and prevent the usage of Application Verifier with...

Setting Python Path in Windows XAMPP using WSGI

I'm setting up a development version of a live server on Webfaction, running Django apps in a virtual Apache server environment (running without any errors) on my local machine - XP, running XAMPP Lite with Python 2.6 - which I can commit changes from via Git. XAMPP is up and running OK with Python, and the server starts perfectly with ...

Windows: Execute Batch File for a Custom Context Menu Item

I am looking to add a new item in a right click context menu for a certain file type. I suppose it would be easiest to run a batch file with the full path of the file as an argument. I need to rename the file, unzip it, then rezip it, then rename it. I suppose winzip command line would be appropriate tool to help with that, unless someon...

Directories that are not likely to contain user executable files ('.exes')

I am writting a client-server laucher application. An administrator will, from the server side, select executable files ('.exes') from a list and add these to a short-list of the apps that standard users can run on the client. To complile this list, my client app will reculsively search though all the folders in the system for exes and ...

outlook windows xp spell checking dictionary

Hi to all, i am using outlook express. there is spell checking functionality, which is by default french. i want to change it in english. how to install english dictionary to check spellings. anybody have idea about it. Thanks in advance. ...

Child window open inside of the main window form

I have create a project with one main form window and also i have to use a number of other forms as well. now i want to open these other forms inside the main window and not outside. I'm using Visual Studio .NET 2010 as developing environment. is there anyone who can assist me on this? Thanks ...

Mass Deletion of User Profiles in Win XP ( SP3 )

Hi All, I was wondering if anyone has a script to delete all user profiles from a machine without deleting the basic ones that XP needs to operate, mainly: Administrator ( local ) All Users Default User ( Normally Hidden ) LocalService ( Normally Hidden ) NetworkService ( Normally Hidden ) Perferrably in Powershell, .BAT, .VBS, or ....

Is there a way to programatically launch the Windows "set up microphone"

If I search for "microphone" in Windows 7 the first option is "Set up Microphone". I'd like to be able to launch that programatically. I've tried dragging that shortcut to the desktop but it's just a "search" shortcut. any suggestions? ...

Where can I download original OpenGL SDK (not GLUT) for WindowsXP?

Where can I download original OpenGL SDK (not GLUT) for WindowsXP? I don't have any extra graphics accelerator card installed on my PC. I have just a built-in card. ...