Tagged Questions

0
votes
1answer
20 views

How can I access Blackfish for Windows over JDBC?

For Blackfish for Windows which is included in Delphi 2009 I would like to write a Java client and use a JDBC connection. If I understand correctly, this is supported: http://edn.e …
0
votes
1answer
41 views

Screenshot of window

Hi! I'm trying to take screenshots of all open windows, also the minimized ones. Currently I'm using this code: http://www.developerfusion.com/code/4630/capture-a-screen-shot/ Bu …
1
vote
0answers
12 views

firefox open local link to directory with explorer

On a Website for our internal use i show links to local files and folders. the links are like this: href="file://C:/example/" href="file://C:/example/test.odt" The Problem is n …
0
votes
1answer
21 views

_setmaxstdio max open files is 2048 only?

http://msdn.microsoft.com/en-us/library/6e3b887c%28VS.80%29.aspx is there a way to have more than 2048 open files at a time per application using _wopen. 32 or 64 bit OS – same …
0
votes
2answers
15 views

communicate with a process in utf-8 on a cp1252 consoless

I need to control a program by sending commands in utf-8 encoding to its standard input. For this I run the program using subprocess.Popen(): proc = Popen("myexecutable.exe", shel …
0
votes
2answers
40 views

How to run a PowerShell script without displaying a window?

How is it possible to run a PowerShell script without displaying a window or any other sign to the user? In other words, the script should run quietly in the background without an …
9
votes
12answers
331 views

Win32.: How to scrape HTML without regular expressions?

A recent blog entry by a Jeff Atwood says that you should never parse HTML using regular expressions - yet doesn't give an alternative. i want to scrape search search results, ext …
1
vote
3answers
19 views

running application on client machine

Hello, I have developed two applications, one ASP.NET web application (myWebAppl) and one windows application (myWinAppl). myWebAppl Details : This application has two web pages …
0
votes
0answers
44 views

how to know who is accessing my system? [closed]

Is it possible to know if anyone is accessing any of folders or drives in my system(32 bit windows 2003)? I mean shared folders or non-shared folders, anything. And once if we know …
1
vote
8answers
117 views

Compile Windows C console applications in Linux

Can I compile a Windows C console application (.exe) in Linux? (more specific, Ubuntu) I heard a long time ago of cross-compilers, but I wasn't interested in them at that time. Be …
2
votes
3answers
136 views

Is there a better way to create this game loop? (C++/Windows)

I'm working on a Windows game, and I have this: bool game_cont; LRESULT WINAPI WinProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) { switch(msg) { case WM_QUIT …
0
votes
1answer
12 views

Can someone please explain COMTIMEOUTS for me?

Hi, I have an application that has strict timing. Inter-character delay must be no more than is 0.15s The messages themselves are quite small. 10 - 50 chars I don't understand …
0
votes
3answers
38 views

ASP IDE on Windows

What is the best free alternative to Visual Studio for ASP development on Windows platform?
0
votes
2answers
23 views

A bubble notification tool for Windows that doesn’t require running a daemon like Growl or Snarl?

Something like CocoaDialog's Bubble Control is exactly what I'm looking for. Unfortunately, the cross-platform port (wxCocoaDialog) doesn't implement that bubble feature. ToasterB …
0
votes
1answer
53 views

Uninitialized constant Encoding with sqlite3-ruby on windows

On a new machine, installed ruby with the 1-click installer for windows. Installed rails 2.3.2 and all associated gems, then I installed the sqlite3 binaries (into the c:\ruby\bin …

1 2 3 4 5 478 next
15 30 50 per page