Advertisement

Results for "Author: cakkie"

2002ASP #5533
Start Button Changer

This program shows you how to set the startbutton picture. It first uses the findwindow api to find the taskbar, then it does a findwindowex api to find the startbutton. From there it gets the device context. Then we can just pain to it.

2002ASP #5534
TabindeXer

This handy VB addin allows you to set the tabindex of the controls of a form. Imangine having to set the order in a +100 control form, this makes it easy. It also omits labels and other controls wich cannot get the focus.

2002ASP #5535
Nick of time

Take control over time, howto get a better frequency than 1 millisecond.

2002ASP #5536
Keep your forms in shape

Create custom shaped form. Triangle, circle, a form woth holes in it. If you can think of it, you can do it. You can even create a shape from a bitmap. Just look at the screenshot and you'l know what I mean. Feedback and rates appriciated.

2002ASP #5537
SP Manager

This copies, renames or deletes stored procedures on an SQL server. Also the ability to copy procedures cross database, or even cross server. This thingy is way easier and faster then the import/export wizard.

2002ASP #5538
SQL Info

This code connects to a given SQL server and database and returns field info from a specified table. Handy if you need a quick printout of a table definition and you don't have time or patience to wait until EM has launched and connected to the server.

2002ASP #5539
AutoUpdate

Automatically update files using the internet. A very easy-to-use program that takes only a few commandline parameters. This can save you a lot of time if you're creating a multi-user application where many people use your program, no more running around the entire building.

2002ASP #5540
Hack a box

No, we are not going to do anything illegal here. We are going to hack the MsgBox and InputBox. Let me start by saying that this is !NOT! one of those custom messagebox classes, but this uses the real MsgBox and InputBox functions from VB.

2002ASP #5541
Tray Drink

This doesn't do much, it just shows a drink in your system tray. As you will notice, the drink will get empty as time goes by. Right clicking the drink will enable you to configure the drinking speed, and of course the drink. I've included beer, wine and milk, but drinks can be added by creating your own set of icons, createing a folder in the icons dirctory, and adding icons called 100, 75, 50, 25, 0 and !. Nothing fancy, just for fun! Could be inplemented in your own application (again, just for fun)

2002ASP #8330
Complete Internet Bookmark System

Complete online bookmark management system. This allows a user to create his own set of bookmarks and add them to categories. This way he can get his own bookmarks whereever he might be (friends place, public internet cafe, ...). The script uses various usefull codes, like user registration, recover passwords and stuff. You can find a working version at http://217.136.232.103/bookmarks/bookmarks.asp . You can login with username/password test, or you can create your own account. All this comes in a single asp file, accompanied with a database file and a stylesheet. You can easely change the datasource, so you could like hook it up to a SQL Server. Just create a database that has the same structure as the mdb file (only two small tables).

2002ASP #8331
UltraFastAspUpload

This page will handle file uploads much faster than other ASP pages. Indeed, this is a 100% ASP solution, so no need to register any addition components. The mayor speed-gain is cause by the conversion from binary to ansi. Other codes use a loop and the Chr(AscB(MidB(...))), which is awfully slow. Doing that with a 1 MB file would result in doing a For T=1 To 1000000. When handling a file, the old code took 25 seconds to process the file. My code needed 2 seconds, need to say more?

2002ASP #8332
ASPoker

This is an ASP poker script. What it does is it gives you five cards. From those five cards, you need to select which cards you want to keep. You can do that by checking the checkbox of the card. After pressing the OK button, you will get 5 new cards. Below those, you will see the result of the previous hand. The non-held cards will be replaced, and score will be setteled. Anything starting from a pair of jacks give you points (the better the hand, the better the score), anything else will result in losing 10 points. When the game is over (after 20 hands), you will be able to submit your score. This is saved to an access database. The highscore page will then show the 10 highest scores. The highscore page also has a protection that it will only accept submissions from the poker.asp so this prevents cheating a bit. The poker.asp will check to see that you don't get the same card twice in the same hand (althoug the GetHandValue function is prepared for this) This submission could be usefull for: a) someone who likes a (cool?) game on his/her asp site b) someone interested in how to validate a poker hand c) someone who's just after all the card images i've included d) someone who needs a highscore script for his/her own asp game If you want to see a live example, I've put it up at http://developer.domaindlx.com/cakkie/scripts/aspoker/poker.asp . If you get popups, i advice you to minimize them rather than closing them (they keep coming back), but it's a free asp provider, so i can't complain, can I?

2002ASP #8333
Kill IIS process without rebooting

Ever had to restart IIS when it was caught up in a loop, or doing some other stuff which results in IIS not coming down. Service manager fails to stop the www service, task manager gets the "Permission denied error". Only way out is a reboot? Not true!

2002C #14137
Start Button Changer

This program shows you how to set the startbutton picture. It first uses the findwindow api to find the taskbar, then it does a findwindowex api to find the startbutton. From there it gets the device context. Then we can just pain to it.

2002C #14138
TabindeXer

This handy VB addin allows you to set the tabindex of the controls of a form. Imangine having to set the order in a +100 control form, this makes it easy. It also omits labels and other controls wich cannot get the focus.

2002C #14139
Nick of time

Take control over time, howto get a better frequency than 1 millisecond.

2002C #14140
Keep your forms in shape

Create custom shaped form. Triangle, circle, a form woth holes in it. If you can think of it, you can do it. You can even create a shape from a bitmap. Just look at the screenshot and you'l know what I mean. Feedback and rates appriciated.

2002C #14141
SP Manager

This copies, renames or deletes stored procedures on an SQL server. Also the ability to copy procedures cross database, or even cross server. This thingy is way easier and faster then the import/export wizard.

2002C #14142
SQL Info

This code connects to a given SQL server and database and returns field info from a specified table. Handy if you need a quick printout of a table definition and you don't have time or patience to wait until EM has launched and connected to the server.

2002C #14143
AutoUpdate

Automatically update files using the internet. A very easy-to-use program that takes only a few commandline parameters. This can save you a lot of time if you're creating a multi-user application where many people use your program, no more running around the entire building.

Languages
Top Categories
Global Discovery