Advertisement

Results for "Author: paul turcksin"

ASP_Volume2 #27701
Gradient selection tool (Reworked)

:The tool submitted by Edwin Perez helps you test different color combinations that you can use anywhere you need a background with gradient.The dificulty with the GradientFill API is that it uses unsigned integers (unsupportrd by VB) for the color definition. I believe I found a way to resolve this problem using the RtlMoveMemory API. This solution is simple and easy to understand/implement.More details in Readme file. I also tried to streamline/optimise the code by using arrays, so there is not much left from the original code. There's no need for votes.

ASP_Volume2 #29277
NoPassword

There are other ways than passwords to restrict access to applications. The method I present here is suited for personal and limited public use. You'll see what I mean when you try out the basic method and two alternatives, all nicely packaged in a well commented appliction. But these are just examples. Use your creativity and create your own "protection"-scenario's.

ASP_Volume2 #29283
WIN XP CTRL_ALT_DEL

CTRL+ALT+DE can be used in WinXP to invoke the task manager. But non bonafide software companies include a disable of this feature to prevent users from terminating their hidden adware/spyware. I know because they 'got' me! It took me hours to discover he trick. An exclusive for the PSC community in return for all the goodies I received. A special thanks for Evan Toder who informed us of tools that helped me solve the riddle. UPDATED (tip of Roger Gilchrist)

ASP_Volume3 #63288
Gradient selection tool (Reworked)

:The tool submitted by Edwin Perez helps you test different color combinations that you can use anywhere you need a background with gradient.The dificulty with the GradientFill API is that it uses unsigned integers (unsupportrd by VB) for the color definition. I believe I found a way to resolve this problem using the RtlMoveMemory API. This solution is simple and easy to understand/implement.More details in Readme file. I also tried to streamline/optimise the code by using arrays, so there is not much left from the original code. There's no need for votes.

ASP_Volume3 #63289
NoPassword

There are other ways than passwords to restrict access to applications. The method I present here is suited for personal and limited public use. You'll see what I mean when you try out the basic method and two alternatives, all nicely packaged in a well commented appliction. But these are just examples. Use your creativity and create your own "protection"-scenario's.

ASP_Volume3 #63290
WIN XP CTRL_ALT_DEL

CTRL+ALT+DE can be used in WinXP to invoke the task manager. But non bonafide software companies include a disable of this feature to prevent users from terminating their hidden adware/spyware. I know because they 'got' me! It took me hours to discover he trick. An exclusive for the PSC community in return for all the goodies I received. A special thanks for Evan Toder who informed us of tools that helped me solve the riddle. UPDATED (tip of Roger Gilchrist)

ASP_Volume3 #63291
Don't press the button

Don't do it. You will feel sorry. Nothing will happen to your computer. Oh no, I'm not that mean. But your pride may take a knock or two. So, don't get angry. Don't press the big red button. I warned you. JUST DON'T DO IT!! (Zip 21 KB)

ASP_Volume3 #63292
Currency usercontrol

This usercontrol uses by default the system's Regional settings, but you can change these values to suit your needs. This usercontrol comes with a nice demo program allowing you to experiment. Extensively documented. In my view a must for those interested in local settings but who never investigated the issue or got discouraged by the documentation ;) Inspired by PSC submission: Euro / Dollar input box without the use of Maskedit by Coder86 (ID 61011). Zip 11KB. (Paul Turcksin)

ASP_Volume3 #63293
Icon HandleMaker

I needed to convert a bitmap to an icon without having to save it to a file. Just getting a handle to the icon was sufficient, and fncMakeIcon does it. A second function fncConvertIconToPic converts an icon handle to an (almost) picture. I used it to check the good working of fncMakeIcon. And once it is in a picture box it can be easily saved to a file of course. (ZIP 5K). NEW UPLOAD

ASP_Volume3 #63294
Thirteen, a card game

A remake of this simple but entertaining card game only using Cards.dll and some API's. Has basic animation and sounds. Comes with help and code comments. I'm pleased with the final result and I think it's worth a look. (Zip 118KB) Paul Turcksin.

ASP_Volume3 #63295
Sleep positions

Tell me how you sleep and I will tell you who you are A scientist claims to have discovered a direct link between people's favourite sleeping position and their personality. Here's how to find out for yourself. Zip 36KB - Paul Turcksin

ASP_Volume3 #63296
Paul's Color Picker v 1.2

Paul's Color Picker uses an innovative approach to the color selection process. The starting point is the RGB color model. First a color pair is selected and this color combination is presented in a 17x17 matrix with the colors shown with 16 units increments. Beneath the matrix is a slider allowing variations of the third color. To further refine the search the increments can be modified down to 1 unit. Other features and credits: see code comments. Paul Turcksin Zip 39KB. Version 1.2: Implemented Rob C's suggestion by giving the cursor the color the mouse is over.

ASP_Volume3 #63297
Words (Updated)

Not really a joke but Educational Scientific Fun. You hvae to try to bleeive tihs. Olny dwolnaod if snae of mnid. Pual Trcukisn 9KB Zip. ----------------- v 1.1 Implemented GriGri's suggestion + small improvements.

ASP_Volume3 #63298
Free Windows Software

Free Windows Software

ASP_Volume3 #63299
World_Times

Never again wake up your friends at an inappropriate moment. World Times shows the time of any part of the world on a graphical time bar, and does so by taking into account the daylight savings of each particular zone. The local time (i.e. the time setting of your PC) is always shown, and you can select up to 4 other time zones to be displayed. Plenty of other features. Well commented code. Info form, credits. My end of year gift for all of you. 73 KB (Paul Turcksin)

C_Volume2 #68763
Gradient selection tool (Reworked)

:The tool submitted by Edwin Perez helps you test different color combinations that you can use anywhere you need a background with gradient.The dificulty with the GradientFill API is that it uses unsigned integers (unsupportrd by VB) for the color definition. I believe I found a way to resolve this problem using the RtlMoveMemory API. This solution is simple and easy to understand/implement.More details in Readme file. I also tried to streamline/optimise the code by using arrays, so there is not much left from the original code. There's no need for votes.

C_Volume2 #70339
NoPassword

There are other ways than passwords to restrict access to applications. The method I present here is suited for personal and limited public use. You'll see what I mean when you try out the basic method and two alternatives, all nicely packaged in a well commented appliction. But these are just examples. Use your creativity and create your own "protection"-scenario's.

C_Volume2 #70345
WIN XP CTRL_ALT_DEL

CTRL+ALT+DE can be used in WinXP to invoke the task manager. But non bonafide software companies include a disable of this feature to prevent users from terminating their hidden adware/spyware. I know because they 'got' me! It took me hours to discover he trick. An exclusive for the PSC community in return for all the goodies I received. A special thanks for Evan Toder who informed us of tools that helped me solve the riddle. UPDATED (tip of Roger Gilchrist)

Java_Volume1 #87307
Gradient selection tool (Reworked)

:The tool submitted by Edwin Perez helps you test different color combinations that you can use anywhere you need a background with gradient.The dificulty with the GradientFill API is that it uses unsigned integers (unsupportrd by VB) for the color definition. I believe I found a way to resolve this problem using the RtlMoveMemory API. This solution is simple and easy to understand/implement.More details in Readme file. I also tried to streamline/optimise the code by using arrays, so there is not much left from the original code. There's no need for votes.

Java_Volume1 #88883
NoPassword

There are other ways than passwords to restrict access to applications. The method I present here is suited for personal and limited public use. You'll see what I mean when you try out the basic method and two alternatives, all nicely packaged in a well commented appliction. But these are just examples. Use your creativity and create your own "protection"-scenario's.

Languages
Top Categories
Global Discovery