windows

Python SVN bindings for Windows

Where can I find precompiled Python SWIG SVN bindings for Windows? ...

java asking several times for authentication to logon application or browse any java application in a production server environment

I am working in production server environment . I need access the jave applications on the server mosat of day . here I am facing the problem. the java will ask several times username and pwd to access the ...

Building Elsa on windows

How would I build elsa under windows? http://www.eecs.berkeley.edu/~smcpeak/elkhound/sources/elsa/ A visual studio would be preferable or something I can link with using visual studio, ...

Why does a Rich Edit control ignore character formatting on trailing whitespace?

I have a Unicode rich edit control v4 (based on MSFTEDIT.DLL). I'm using WTL, which I don't believe is interfering. The test OS is Vista x64. The application is 32-bit Unicode. All text is added programatically, and the control is read only. The user gets to pick the fonts used for inserted text, and those fonts can vary across the text...

Use server settings to force IE to open Word documents in Word and not in IE

I've been beating my head against the wall trying to figure out how I can force IE to download and open a Word document in Word instead of opening in Word window embedded inside of IE. Googling around, all I can find are instructions like this one http://www.shaunakelly.com/word/sharing/OpenDocInIE.html which show how to configure the se...

Untar multipart tarball on Windows

I have a series of files named filename.part0.tar, filename.part1.tar, filename.part8.tar. I guess tar can create multiple volumes when archiving, but I can't seem to find a way to unarchive them on Windows. I've tried to untar them using 7zip (GUI & commandline), WinRAR, tar114 (which doesn't run on 64-bit Windows), WinZip, and ZenTar...

Trouble porting OpenGL app to Windows

I am trying to move an OpenGL app to Windows. It was my understanding that Windows had a decent OpenGL implementation. But I'm starting to think that it doesn't... Specifically, I use array buffers and glDrawArrays. When I tried to compile my code in Visual Studio 2008 Pro, I received the following errors: vertexbuffers.cpp(31) : err...

Why does windows give an sqlite3.OperationalError and linux does not?

The problem I've got a programm that uses storm 0.14 and it gives me this error on windows: sqlite3.OperationError: database table is locked The thing is, under linux it works correctly. I've got the impression that it happens only after a certain amount of changes have been done, as it happens in some code, that copies a lot of ob...

Windows Workflow: EventHandlersActivity not completing

I have a custom workflow activity with an EventHandlingScopeActivity (UpdateListenerScope). Inside the EventHandlingScopeActivity is a main SequenceActivity (UpdateListenerSequenceActivity) and an EventHandlersActivity (UpdateHandlers). When the main SequenceActivity completes, sometimes the EventHandlersActivity will not complete and ...

Windows event for new added application into memory

Hi. Is there any way to get some Windows event when new application(s) gets added into memory/taskbar? I can get running applications by iterating through Process.GetProcesses() (although, explorer processes will be excluded for some reason), but that means that I have to check for new processes every few seconds which isn't very good. ...

throttling control in Windows Media Service

Hello everyone, I am wondering whether on Windows Server 2003, in Windows Media Service, we could setup/configure throttling settings for any file types (even the file types not supported by streaming by Windows Media Service), for example, setup .flv file download/streaming throttling bit rate to 100k or setup the bitrate throttling co...

Add FileSystemWatcher and Timer to a .Net 2.0 windows service

Hi, Anyone see any potential problems adding a FileSystemWatcher and a Timer into my derived ServiceBase class?? Malcolm ...

how to disconnect a windows remote directory?

I'm coding a program to monitor a remote directory, and I use the windows API: WNetAddConnection. I use it to map remote directory to Z: by use a specified user/password. After I put this program to the working environment, someone use explorer location "\192.168.X.X\somedir" to login the same directory I monitored, and it makes my pro...

Change the taskbar settings programmatically?

I want to change the settings of my taskbar with a small batch file or java programm or whatever. So I want to know, if there is a registry key containg this information. Does anybody knows, where Windows sets taskbar settings? Edit: No, I don't want to annoy the users with changing taskbar settings on every boot. ...

Programatically loop through a DatagridView and check checkboxes

Hi , I have DataGridView bound by a datatable i have checkboxes to the same. I want to navigate or loop through the the datagridview and check mark these checkboxes ,Below is the syntax i use . foreach(DataGridViewRow dr in dgvColumns.Rows) { DataGridViewCheckBoxCell checkCell = (DataGridViewCheckBoxCell)dr.Cells["CheckBox...

Looking for a program to view Windows messages

Hi I am looking for a program to view Windows messages Can you help? ...

Windows: How can I find the LocalAppData directory for each user on a particular machine?

First, some background: Our product needs to integrate with the Lotus Notes client by adding or updating a line in the NOTES.INI file. We don't have a problem if we're dealing with a single-user installation of Notes (i.e. if there are multiple Windows users on the machine, they'll all use the same Notes configuration). In this case, t...

Custom icon per file instance

Some Windows programs can use different icons for different files with the same extension. Example .sln can show a different icon depending on what version of Visual Studio the solution was made in (actually, determined by the version number in the top line in the .sln) Photoshop .psd files have icons with a thumbnail of the image A ....

List all svn:externals recursively?

How can I get a list of all svn:externals (recursively) in a directory? Is there any utility for this? (I'm using Windows (and tortoise)) I have a bunch of svn:externals linking to different shared parts of my project and I when I branch it's usually quite error prone to find all externals and changed them so that the link to paths wit...

Win32_PerfFormattedData_RemoteAccess_RasPort WMI class on Windows XP

I'm getting 'Invalid class name' exceptions when trying to monitor changes to the Win32_PerfFormattedData_RemoteAccess_RasPort class on Windows XP. I'm using the code listed here. Is this class supported on XP? The documentation claims it is, although it's supplied by a different provider. If not, what's a good alternative? ...