Hello!
I use Windows XP Rus and want to know, what name has Cursor.name property in MS Accessibility for cursor when it looks like hand in Windows XP En.
Hello
Sun's virtualbox windows binaries are under 'non-commercial' license so can't be used in any company. But source code is GPL. Is it any resource on the network that has a virtualbox compiled binaries for windows?
Added a bounty to see if I can get a little more feedback.
Does anyone know the value of the Java system property "os.name" on Windows Server 2008? I found a rally going here (http://stackoverflow.com/questions/1803075/crowdsourcing-a-complete-list-of-common-java-system-properties-and-known-values), but nothing on Windows Server 2008. Any help is appreciated.
I have created a windows application setup program, it needs to have a text file in the application folder. The file is also included while creating the setup.
Once the setup successfully completes and my program tries to modify the file based on user input, its simple throwing an exception.
I am using Windows7 Home Premium OS.
Any suggestion/help will be great to overcome this issue.
i want to write program, in windows, which will write a .sh file, then connect to a linux machine via cygwin and ssh, and execute that .sh file. I've had to use dos2unix to convert .sh files that I created in windows to run under linux. Obviously if I am executing a script with ssh it will have to be linux formatted to work. so I need to know how to create a linux appropriate .sh file using c or openoffice basic or vBA.
thanks!
So there's plenty of vs.settings files for nice dark syntax highlighting in VS2008, but I find them basically unusable since they're surrounded by an otherwise white visual studio application and general windows environment. I'd like an adequate dark windows7 theme I can use while coding in VS.
All of the 3rd party Win7 themes (that utilize the patched system files) I've come across have had fairly major problems and were unusable for one reason or another. Does anyone out there have a dark theme + VS combination they're actually happy with?
Hi,
i have done the UI development on windows mobile platform using C#,
presently i am a symbian developer, i am using Qt framework for the developemnt process.
i want to know out of these symbian and windows mobile, which has the feature, boom.
i will be anticipating the answers from you.
My office machine has starting to take long time to boot up. I don't know whether I did something wrong because till last week it was working like a charm.
I am running windows XP connected with domain on Windows 2003 server.
I am concern about the security of the data and application on Windows Azure... I read in a book that The windows azure provides security through service-level agreement.
Can anyone tell me about the What kind of authentication mechanisms used to protect my data.
How Microsoft provides these securities...
Is it possible to run a ruby application as a Windows Service? I see that there is a related question which discusses running a Java Application as a Windows Service, how can you do this with a Ruby application?
Hi, I'm using hessian protocol for communication betwee server (java) and various client applications. Now I started to develop Windows Phone 7 client. I downloaded hessian C# implementation but it does not compile for windows phone 7/silverlight.
Does anyone managed to make it work on WP7/Silverlight? It's looks like there is many thing to be done/changed to make it work, which I'd like to avoid if it has been done by someone already.
Thanks.
In one of the answers to this question jalf spoke about useful define NOMINMAX, that could prevent from unwanted defining min/max macros. Are there other useful defines that can help to control windows.h (or other Windows headers, for instance Microsoft C Runtime headers or STL implementation) behavior?
So I've got plain python downloaded, so I can run .py files from the command line. Now I want to step it up, have a debugger, be able to call .net or other Windows things, etc...
What's my next step? What's a good Python environment for Windows?
Since getting a satisfactory answer on SuperUser is very difficult, I want to rephrase this question and ask:
Is there any way to programatically detect a mouse was plugged in the usb port, and change the cursor speed in windows (perhaps through an API)?
I'd like to use C#, but I'm open to any language that can run on a windows7 machine.
Funnily enough, I already found some pointers and a thread to an OSX client for Fogbugz. Here
I am looking for a Windows client.
I know there are web browsers for Windows, but I am looking for fast editing; fast changing of attributes ("one click"); zapping through cases and edits in milliseconds; no waiting for HTTP round trips, just pure speed.
Are there any solutions for this?
According to MSDN, an azure service can conatins any number of worker roles. According to my knowledge a worker role can be recycled at any time by Windows Azure Fabric. If it is the true, then:
Worker role should be state less OR
Worker role should persist its state to Windows Azure storage services.
But i want to make a service which conatains client data and do not want to use Azure storage service. How I can accomplish this?
I did some research on Google but I couldn't find any HTML5 browser for Windows Mobile 6. The main resource I'm looking for in HTML5 is WebDatabase and/or localStorage.
With a little research I found Iris (http://www.freewarepocketpc.net/ppc-download-iris-browser.html), a Webkit based browser with some HTML5 features, but localStorage and Web Database doesn't work on it.
Does anyone know any browser with storage capability for Windows Mobile 6?
i would like create new window station & windows desktop and attach my process to it. how can i do that
i need to know
Creating Window station and attach my desktop
Creating & switching between Desktop effectively
how do i attaching process to winlogon desktop(if it is possible )
Destroy created desktop and return back to windows desktop
I'm looking for a Windows port of the UNIX touch command. I don't want to install an entire MKS toolkit just for the one tool. Is there a native port available somewhere or a command in Windows that does the same thing and supports features like all files in a directory by wildcard?
Specifically I'm after changing mtime, ctime and atime for a project that reports ages of files based on... mtime, ctime and atime.
If I wanna authenticate windows accounts to AD when a user browses to an apache-running site on a Linux server, here are the usual suspects:
* mod_ntlm (which I used in a distant past) - last update on 2003
* mod_auth_ntlm_winbind - last update on 04/2007
* mod_auth_kerb - last update on 12/2008
No luck getting any of those to work with a recent, fully patched, windows 2000 AD server.
Do you have any clues as to a recipe that does work?
-Peter
-- UPDATE
my current build environment is this:
OS: Ubuntu Lucid
Apache 2.2.14 (from repos)
the auth modules I recompiled from source.
How does one make their application help file similar to the new windows7 help format and is that compatible with Windows XP? Can anyone provide details ?
I recently installed ubuntu 10.04 LTS and formatted my windows7 hdd, but the windows7 entry is still showing in grub. How can I remove the entry from grub?
Greetz
Hi,
My Windows/C++ application allocates ~1Gb of data in memory with the new operator and processes this data. The data is deleted after processing.
I noticed that if I run the processing again without exiting the application, the second call to "new" operator to allocate ~1gb of data fails.
I would expect Windows to deliver back the memory again. Could this be managed in a better way with some other win32 calls etc. ?
Thanks,
Paul
Hello.
I'm currently making a game in XNA4 for Windows phone 7, and I'd like to know if it were possible to get the event of the return button, or even the windows button that are basically present on the phone's interface.
If so, how can i do that?
thanks,
KiTe
I run Django on Windows Server 2k3 under Nginx using FastCGI.
Nginx is is running as Windows service and is easy to manage and autostart.
Nginx is running using WINSW tool.
I want to make the same for Django app and need to find a way to do it.