Search found 2 matches

by smanschot
Mon Mar 15, 2004 8:22 am
Forum: Off Topic
Topic: Where did you start programming?
Replies: 80
Views: 17716

It started with Apple II, C64 and Amiga, but no *real* programming. Just fooling around. I used Coherent unix on the PC (386sx 16Mhz 1Mb ram) to program a Finite Element calculation program which i used to calculate the wacky design i made during my study architecture http://www.archiprix.nl/nl/1996 ...
by smanschot
Sun Mar 14, 2004 10:50 am
Forum: Coding Questions
Topic: Status dialug
Replies: 0
Views: 789

Status dialug

Hi,

For a little app i want to have a floating status dialog, which show the app current state. However this dialog must not react on any mouse commands (click). eg. the dialog floats above explorer.exe, if you click on this dialog, explore.exe gets the mouse event.

Any idea how solve this?