0
votes
1answer
29 views
How can I tell when windows XP service pack 3 was applied to my machine. [closed]
I'm trying to explain some "curious" behavior.
0
votes
4answers
69 views
For windows what are the best commercial tools to write xhtml css jquery which are superior than free or opensource tools [closed]
What are the best commercial tools to write xhtml css which are superior than free or open-source tools In terms of better support for latest standards and ease of use
?
Please explain what you are …
0
votes
1answer
23 views
Drag a link into a batch file
I like using %1 in my batch files, but dragging a link over from the browser (Chrome) doesn't work.
My batch file is
echo %1
pause
How can I make it accept dragged links?
0
votes
0answers
35 views
Windows XP administrator password [closed]
I have a computer that suddenly gets stuck on the main screen asking me for the administrator password, I think that there is a software that can help you with recovering or changing passwords on an …
0
votes
2answers
42 views
Is AppData now the ‘correct’ place to install user-specific apps (which modify their own data)?
I'm probably just being very thick here, but it's not clear to me where I'm supposed to install 'new' user-specific programs on Windows 7 (and presumably Vista too, though I've not specifically looked …
0
votes
0answers
17 views
PSFTP not executing all batch-file commands
Hi,
I have a batch-file with commands to upload my web-app code to its production server, from my dev machine (Windows XP S3) to the live one (CentOS). It cleans, minifys and unifys HTML, CSS and …
0
votes
0answers
46 views
Is there a way to set your monitor to any arbitrary resolution and aspect ratio (like 1000x400, etc.) ? [closed]
I have a customer with a very very wide screen (1366 x 768) and I can reproduce the symptom using Virtual PC because I can resize the virtual PC window to get something close to that resolution.
But …
0
votes
1answer
30 views
Where does Visual Web Developer 2008 Express Edition keep it’s project files
Related to a previous question re. the debugger not working for me from VS Express:
http://stackoverflow.com/questions/1840542/visual-studio-express-cant-debug-the-debugger-is-not-properly-installed/
…
0
votes
1answer
37 views
Porting application written in C from Solaris to Windows XP
I have an application written in C on Solaris that I have to port to Windows XP. I would like to know that what are the libraries availabe to achieve this task.
Also what is the best GUI development …
0
votes
1answer
65 views
Where is APC dll for PHP Version 5.2.11 (on Windows)?
Trying to locate the correct APC DLL for my windows machine. All I have tried so far, causes Apache to crash. Short of compiling from the sources (which I dont really want to do), I seem to have come …
1
vote
3answers
80 views
Referring to MS Windows special folders in Emacs
Is there a simple way to find a file on my desktop in Emacs?
Instead of going the "C:\Documents and Settings\MyName\Desktop\" way...
Maybe there is a way to define aliases in my .emacs which I can …
1
vote
1answer
30 views
How to speedup UDP communications in Windows XP applications
I am doing some maintenance on software and have a problem that I do not understand.
Application was developed using Microsoft Visual C++ 6 and runs on Windows XP. It consists of 21 applications that …
0
votes
0answers
14 views
How can the windows xp login be passed to my jboss portal application?
My users will be logging into a secure windows xp workstation. They will be launching a jboss portal (app server = 4.2.2.GA, portal = 2.6.5) web application. This web application currently has them …
4
votes
6answers
248 views
How do I make a “^” character in MATLAB?
^ is the exponential operator in MATLAB. The problem with it is that it isn't present on a lot of non-english keyboard layouts, and if you use it a lot in your work, switching between HR and EN …
0
votes
6answers
109 views
Is there any way that Enter/LeaveCriticalSection could leave a handle behind
I have the following code in my program:
EnterCriticalSection(&critsec[x]);
// stuff
LeaveCriticalSection(&critsec[x]);
It works fine 99.999% of the time but occasionally a handle …
