2
votes
6answers
87 views
Should I take a Python CS class using Windows or Mac?
Hi,
I'll be taking a Python-based computer science class next semester using my MacBook Pro. It will be centered around a custom-designed package for this class. The problem is that this package is …
1
vote
6answers
114 views
Standalone, OS-independent, Architecture-neutral, Multi-threaded Library
What multi-threaded C++ library can be used for writing Linux, Windows, Solaris, and iPhone applications? A few candidates (not yet reviewed) include:
TBB
Boost
OpenMP
ACE
Any others?
Where can …
0
votes
0answers
8 views
Display alert with custom button titles on Windows?
Using CoreFoundation, I can display an alert dialog with the following:
CFUserNotificationDisplayAlert(0.0,
kCFUserNotificationPlainAlertLevel,
…
0
votes
0answers
14 views
Unable to start on windows server 2003 [closed]
After type in user name and password, the screen shows "loading personal settings....." and then immediately log-off automatically and back to the "ctrl-alt-del to login" page. Help!
0
votes
0answers
7 views
Old-School Windows 2000 Printing, or When is a Port Name a Computer?
A few years back, another clever programmer set up a VB.NET service to print to one of the server's installed printers. The job queried a database table to see if it had any print requests, which …
1
vote
0answers
18 views
Create window on desktop layer
Hi!
I want to create a window that always stays on the desktop layer - all other windows should be above it, but it should also always be visible. I'm currently calling SetWindowPos with HWND_BOTTOM …
14
votes
6answers
27k views
iPhone development on Windows
Is there a way to develop iPhone applications on Windows? I really don't want to get yet another machine.
There is a project on http://code.google.com/p/winchain/wiki/HowToUse that seemed to work …
0
votes
0answers
6 views
Transparent Proxy for Windows XP
I have an experimental TCP/IP stack running under Windows XP. This stack bypasses the Windows TCP/IP stack using a LSP and a NDIS IM. I now have a requirement to provide a proxy service for this to …
2
votes
5answers
700 views
How can a program have a high virtual byte count while the private bytes are relatively low on Windows 32-bit?
I'm trying to get a better understanding of how Windows, 32-bit, calculates the virtual bytes for a program. I am under the impression that Virtual Bytes (VB) are the measure of how much of the user …
0
votes
1answer
92 views
alt-tab alternative [closed]
Hi there,
Let's consider the following scenario: In my desktop machine i have two applications opened side by side, a browser and a text editor(half size of the display for each application).
How …
0
votes
2answers
55 views
Send Ctrl-C to process open by java
Under Windows OS.
I start a sub-process via a Runtime.getRuntime().exec();
I want to send a "ctrl-c" to the process.
I did a small example , with Runtime.getRuntime().exec("ping google.com -n …
0
votes
0answers
28 views
Monitor serial port already open
Hi,
I am try to read data over serial port already open.
I have used C# and c++ library for use microsoft api (overlapped and not overlapped I/O), but not work.
I can use same windows api? or …
0
votes
3answers
140 views
.NET Windows Service - multiple services in one project
Currently, I have a project with a Windows Service. I also created another "Setup Project" which installs the Windows Service.
My question is this: Can I add another Windows Service to the same …
0
votes
0answers
6 views
Script to create ODBC connection
I need to deploy some software through SMS/SCCM and the software requires that an ODBC connection be created in Windows. The connection information I was given requires a user name and password. I …
0
votes
2answers
45 views
How can I add the Thumbnails view to TShellList in Delphi?
Hi,
The TShellList component is based on TListView which (unfortunately) doesn't have in its ViewStyle property a 'vsThumbnail' (or similar).
How can I display thumbnails in TShellList in a similar …
