Advertisement

Results for "Author: robert kaltenbach"

ASP_Volume2 #26576
New Sleep Method

When you are writing a sub or a function you maybe want to implement a delay. The most common way is to use a DoEvents loop. But then the CPU will be 100% busy. Another way is to use the Sleep API. But then your app won't respond to any events while waiting. Way 3 sets a timer and exit the function. The timer will start the function again. But then you have to implement a state machine into every delayed function. The following code won't stress the CPU, keeps your app responsive and it is easily to implement. The only requirement is that you insert it into the code of a window with a hWnd.

ASP_Volume2 #27121
Accurate Pathfinding

It finds the shortest way. Really.

ASP_Volume2 #28164
Funny Eyes

The eyes follow your mouse cursor.

ASP_Volume2 #28511
a Resizable Hole in a Topmost Form

Wow! There's a hole in my form!! And it's resizable %D

ASP_Volume2 #36327
Easy Picture Encryption with 7 lines (an example)

It encrypts and decrypts pictures. Please vote for me this time. Thank you!

ASP_Volume2 #39158
BluBall Screensaver

It's a complete Screensaver with up to three objects with choosable colors.

ASP_Volume2 #39335
Crazy Pen

The "Pen" flies around and draws lines which disappear some seconds later. And the "Camera" tries to capture it. You watch.

C_Volume2 #67638
New Sleep Method

When you are writing a sub or a function you maybe want to implement a delay. The most common way is to use a DoEvents loop. But then the CPU will be 100% busy. Another way is to use the Sleep API. But then your app won't respond to any events while waiting. Way 3 sets a timer and exit the function. The timer will start the function again. But then you have to implement a state machine into every delayed function. The following code won't stress the CPU, keeps your app responsive and it is easily to implement. The only requirement is that you insert it into the code of a window with a hWnd.

C_Volume2 #68183
Accurate Pathfinding

It finds the shortest way. Really.

C_Volume2 #69226
Funny Eyes

The eyes follow your mouse cursor.

C_Volume2 #69573
a Resizable Hole in a Topmost Form

Wow! There's a hole in my form!! And it's resizable %D

C_Volume2 #77389
Easy Picture Encryption with 7 lines (an example)

It encrypts and decrypts pictures. Please vote for me this time. Thank you!

C_Volume2 #80220
BluBall Screensaver

It's a complete Screensaver with up to three objects with choosable colors.

C_Volume2 #80397
Crazy Pen

The "Pen" flies around and draws lines which disappear some seconds later. And the "Camera" tries to capture it. You watch.

Java_Volume1 #86182
New Sleep Method

When you are writing a sub or a function you maybe want to implement a delay. The most common way is to use a DoEvents loop. But then the CPU will be 100% busy. Another way is to use the Sleep API. But then your app won't respond to any events while waiting. Way 3 sets a timer and exit the function. The timer will start the function again. But then you have to implement a state machine into every delayed function. The following code won't stress the CPU, keeps your app responsive and it is easily to implement. The only requirement is that you insert it into the code of a window with a hWnd.

Java_Volume1 #86727
Accurate Pathfinding

It finds the shortest way. Really.

Java_Volume1 #87770
Funny Eyes

The eyes follow your mouse cursor.

Java_Volume1 #88117
a Resizable Hole in a Topmost Form

Wow! There's a hole in my form!! And it's resizable %D

Java_Volume1 #95933
Easy Picture Encryption with 7 lines (an example)

It encrypts and decrypts pictures. Please vote for me this time. Thank you!

Java_Volume1 #98764
BluBall Screensaver

It's a complete Screensaver with up to three objects with choosable colors.

Languages
Top Categories
Global Discovery