Advertisement

Results for "Category: Miscellaneous"

ASP_Volume3 #54903
Array Item by ID

This code allows you to get data and store data to a dynamic array using a ID. To get the data you just call GetArrItem("ID OF THE ITEM HERE") to put an item into the array all you do is: AddArrItem("ID", data) .. to remove one just call RemoveArrItem("ID") .. This makes it easy to handle data in arrays at runtime. ID can be anything you want it to be, so can the data! .. even arrays. The example shows you how to store strings and arrays inside of the dynamic array and also get thier information by using the ID. Vote for me with what ever rating you please, but vote even if you dont like it. please give me some feedback as well. -Kyle LaDuke

ASP_Volume3 #54935
WYSIWYG NEWS EDITOR

Provide your asp applications with a full WYSIWYG News editor. Check out the screenshot!... it provides you with a control panel for Multiple users login system, Edit/create/delete news, Edit/create/delete users, Upload Documents and Images, Insert images to news, Insert tables, Multiple language support!!!! [just replace include file="inc_lang_EN.asp" where applicable!!], custome CSS, And much more.... It is also a good example on how to implement javascript with asp... I would like to make it open source so to find out people that are willing to improve it. If you are one of them... let me know! I hope this code gives me at least a good position within the contest this month!!! Comments and votes will be highly appreciated....

ASP_Volume3 #54936
ASP Chat Box

Do you wish to implement a small chat box so visitors could chat among other visitors whilst surfing your site? Then, checkout the smallest asp chat program in planetsourcecode... Asp Chat Box!. You can learn a lot with this simple application so to create your own asp chat program. Comments and votes are the most welcome...

ASP_Volume3 #54940
LCD-Screen

This is an LCD-Screen for use in mp3-players or digital clocks. This app creates LCD numbers by using the BitBlt function and is verry easy to use. this code is commented in English and Dutch.

ASP_Volume3 #54941
Send strings between app's

This program can send strings to another program by using the SendMessage api call, Which Winamp also uses to be remote controlled.

ASP_Volume3 #54943
vbScreensaver

This is a cool 3d-screensaver complete with password and ctrl-alt-del dissabeling.

ASP_Volume3 #54945
Move a program to an MDI form

With this program you can select another window on your screen and move it to an MDI container! Warning: do not use if you do not have much experience with VB or Windows

ASP_Volume3 #54951
Load Dialog from Resource

This code load's a dialog from a resouce file, it can also manipulate the controls on the dialog and recieve messages from it using subclassing. There is included one resource file containing a dialog with various controls, also one commoncontrol (slider) and some non-standard buttons. Just made this for fun and a little experimenting with resource files, hope you like it. BTW, you need Visual C++ if you want to add dialog's youself or change them. This because VB is only capable to see and compile the dialog resources, not to edit them.

ASP_Volume3 #54953
Nfl QB Rating Calculator

-Well,with the NFL season upcoming I needed something to take up some time so I wrote this program to calculate the qb rating of your favorite player. The program will load the image of the Qb you choose and his team emblem(see the screenshot) and calculate his rating based on values you enter. I have includedthe calculation from the Nfl website in hopes that someone can find the error i made in the math code.The rating for the values entered should be 125.00 even. The math is wrong so.please dont vote.Hopefully someone who likes football as much as i do and codes better than me can figure this out.e- mail for questions or comments: [email protected]

ASP_Volume3 #54970
StayOnTop .. the Real One

'I developed this code because I have seen many people boasting that their code being 'the one that stays avove all of the other windows .. well I hae never found their 'claim to be true so I wrote this code .... in order to test my code just use any 'yes any stay on top form in the software world and I bet it won't fail ... what more 'it can be on top of even the menu items of the Windows start menu ... jus place the 'form around three inches above start menu and you see the menu items going behind it 'isn't this cool ... 'Just remember me Bis and [email protected] .... I know now my mailbox is going to 'be flooded with mails for more cool and simple stuff like this .... well I promise 'once I get started I know I will never stop ... so write back soon ... if you like 'it

ASP_Volume3 #55005
Java Applet Code Editor (JACE)

JACE is an application that users can use to code their Java applications and applets. It has a MDI architecture. Also included is the option to disassemble Java classes using Sun JDK as well as browsing applets and documentation. PLEASE NOTE, Sun JDK needs to be installed onto the target machine before using this program. This is because parts of the program call JDK and the batch files uses JDK.

ASP_Volume3 #55022
Barcode 39 in one sub

I saw some code using a barcode font and knew i could do it with code alone. This is so simple it's one Sub only! (command1_click)

ASP_Volume3 #55024
Swarm of Gnats

This is a swarm of gnats flying around trying to catch the loan female. I guess it's like 300 heat seeking missiles! This was actually inspired by the snow falling programs posted on PSC last winter. [UPDATE MARCH 2010] Re-worked the math to use ATAN2 - makes it much simpler, added mouse button functionality (cool patterns y'all). Should be easy to adapt to your game that needs a heat-seeking missile or 300.

ASP_Volume3 #55026
Barcode 39 maker

Generate 3 of 9 barcode (in just 1 sub). No special fonts used, just code. This is an update to one of my old submissions.

ASP_Volume3 #55027
Barcode Reader

This module can read a barcode from an image such as a scanned page. Supports 3of9, i2of5 and Codabar barcodes. I have included several barcodes in the "test file" folder for testing (drag and drop images into the app) Everyone is updating their old programs so I thought I would too!

ASP_Volume3 #55049
Pong Clock

Watch the computer play Pong and score the time! Both sides are controlled by the computer but the right side seems to score 60 times more often... go figure! (update: fixed a few graphical issues)

ASP_Volume3 #55050
Barcode Maker 39, i25, 128 & codabar

This is my little barcode maker for 3 of 9, interleaved 2 of 5, code 128, & codabar. All done with code, no special fonts required. (update: fixed issues with i25 & codabar)

ASP_Volume3 #55054
Resistor Tool

A simple tool for decoding resistor colour codes. I made this just because someone recently submitted a complex *text* based application (with no colours!) to do the same thing. There are a few of these already here on PSC but all the ones I looked at still used drop down combo boxes to select the name (thats still text!) of the colour. Thomas, I hope its ok that I borrowed your resistor.

ASP_Volume3 #55059
Follow the white rabbit.

This is just a modification of the source code of the original author. I fixed it so it will look CLOSER to the 1st scene in the THE MATRIX movie, where NEO first appears. This demonstrates the use of DELAY() func... BEST RUN ON FULL SCREEN MODE... note for the author: forgive me for modifying ur code... wel i just corrected it!

ASP_Volume3 #55063
learnvb01a

a tutorial written in vb, about vb statements, functions, built-in functions, variable types, decisions, simple graphics .. an excellent beginner's reference

Languages
Top Categories
Global Discovery