Advertisement

Results for "Volume: 2002C"

2002C #10735
AutoSetHTML

This program will save the field entry data on html web pages and will reload that data again if desired. (I got tired of filling out the same forms day after day, even with using the autocomplete for Internet Explorer.) Enter a URL and press enter to navigate there. Fill out the form and click the "Read Values" button. You will be prompted to save the data to a file (I made the web url the defult name of the file). When you navigate again later, you can click the "Set Values" and the form will be filled out after the proper data file is opened. At launch, the program reads the last stored data and puts it in at the last visited page.

2002C #12798
Simple Progressbar

I've seen a lot of progress bar code on this site, but I haven't seen any that show you how to set up the caption so it will change color as the bar moves over it. This is a very basic example of how to do that. The trick is setting the DrawMode to "Not Xor Pen"; you can also use "Merge Pen Not". This example is only to get you started. You'll have to play around with the BackColor, ForeColor and RGB color used for the bar to get the color effect you want. Have fun.

2002C #10233
TILE GAME (A very addictive tile game..a must see!! UPDATED!!)

Tile Rummy Game a.k.a. "Tirumm" is a very addictive & interesting game that i coded last month of this year. The game rules of this game is very simple, all you have to do is create a series of combination of tiles in a group of 3 tiles with Straight Number but with similar colors or create a 3 same tiles with identical numbers. And the first player who finished dropping all tiles is the winner or if that didn't occur all players tiles will be counted and the winner is the one with the highest score according to player's all tiles value. IF YOU LIKE THIS CODE JUST VOTE FOR IT! Have fun!!

2002C #13846
Multi Connections

A follow up on my other winsock articles. This time I teach you how to program multi connections

2002C #13835
Advanced Graphics Routines 3.3 UPDATED

Advanced Graphics Routines 3.3 + + + New Additions: - Monochrome Filter - some really cool metallic effects - 2 great psychodelic effects, check them out! - wave filter (see Screenshot-animation) + + + This is an updated version of the Advanced Graphics Routines 3.0, which already won the contest twice, and I think that's enough. So please do me the favor and do NOT vote for this posting! If you like the code, then vote for Version 3.2 (Contest Winner March 2001), you find it here: + + + http://www.planet-source-code.com/xq/ASP/txtCodeId.21470/lngWId.1/qx/vb/scripts/ShowCode.htm + + + And make sure to try the Project 'WaveDemo.vbp', it is really realistic and beautiful, and realtime. + + + For more Information on the entire posting see the previous Version 3.2, link above. + + + Sincerely, Florian Egel + + + PS: I know, I ignored the email requests for the source code of the last months and I am really sorry about it, but I was very busy and I had almost no time to go online. I now uploaded the sources to my Homepage, you find them under http://www.flomix.de/download/foxcbmp_src.zip + + + PPS: Once again: PLEASE DON'T VOTE this version, vote the previous version instead. Thanks. + + +

2002C #14220
Full Accounting/Invoicing Program Using Database Connections and Log/Backup Files

This is an accounting or invoicing program that i made using databases and rich text files. I tried not to use any complicated OCXs like report designer or any control like that, which i have seen in other submissions. With this program, u can make accounts, delete accounts, edit the account information, enter information into invoice, toggle through multiple rows of information, generate an invoice or statement, and at the end of the month, you can generate a billing summery with all the account's information for that month. There is an automatic backup feature where whenever you generate an invoice, it saves a copy on your hard drive for later access. There is even a feature that you toggle when you are done editing that companies information for the month, which adds it to the billing summery and marks it with a bright green label, to indicate that you don't need to do it again; it is done. There are still a few more feature that i would like to add, but a few of my friends are pressing me to submit this. I am anxiously awaiting feedback on this, so if you like it, or don't like it, please leave feedback that tells me what to change. I have seen before feedback like "I like it" or "It sucks" and Planet Source Code was made for people to share their work and their ideas about other's work, so please keep the Planet Source Code alive and uncorrupted. I can't really tell ya to vote for me, cause it doesn't really effect people's opinion positively when every button they click says "VOTE 4 ME!!!". Well, that's ab00t it, i hope you enjoy.

2002C #13543
Grab Window Text

This code will grab any text on a Window Text Box and log it to a file... with time and the window caption... Good for keyloggers :]

2002C #11363
LUHN Credit Card Pre-Authorization (Genuine)

This code will check a credit card number using the LUHN algorythim (so far i am the only on using this thing right!!).

2002C #14221
The Game: Gangstas (Check It Out)

This is a little game i made in about an hour or 2 cause i was really bored. It is a take off of the old game "Drug Wars". The coding i used was really simple, so if you are a newbie who wants to learn to program games, check this out! Try to play it to the end. It gets kinda hard and it is really adicting. (No cheating. No, of course you can't edit your save by changing the number in the file!) You get money from battles and you can use it to buy new forms of transportation to get to new places (and harder battles) or use it to drink, smoke, or buy new weapons. Carefull though, u can get mugged or lose your cash, so be sure to deposit your money in the bank when you get quite a bit. This game is basically done, but i would like to know how everyone feels about what i could make in such a short ammount of time. :) Please tell me what you think and rate it and leave comments. Thanks. Later.

2002C #14204
VarHelper Alpha 2

This is second version of VarHelper Addin. Becouse 3 people give previuos version 5 balls ;) I repair some bugs, and add some futures. Now its work better, and I think maybe in few weeks I can make final version. Please Vote for this code! In this code You can see how: - make addin, - make report in XML, - use regullar expressions, - fast collections (thanks Edanmo's!), - make splitter with progress - use and sort list view and tree See and vote :)

2002C #14222
File System 2.4

File System 2.4 is an ActiveX DLL that i made to make editing files easier. If you don't want to use a database for whatever reason, (like to little data in your project) text files are probably your next best bet. With this DLL (source IS included) you first call a function to set the file you are working with. Then you use fuctions like XAppend to append to the end of the file, XAddToLine to add some text to the end of the line by entering an any length string that the line begins with and it finds the line and adds the text to the end of it. You can delete lines with the function Xdelete, where you specify an any length string and it finds the line that begins with it and deletes only that line from the file. Use the DLL in your project by going to Add Refrences and selecting the DLL. All the features are then avalible for you to use in your project.

2002C #14217
A Working PW Unmasker

This is a working version of the password unmasker. You know when you enter a password sometimes and it is in astericks instead of text? This will change that. I found it will only work with other programs that are made in VB (it is impossible to make it work with non-VB programs, i tried.) I included a screen shot from where i made a new VB project with a text box /w a password char. I used my program and as you see in the screen shot, it decoded it. Just set the time limit to how many seconds it will take you to click on the textbox and click the "Go Unmask It!" button. Make sure you click on AND hold your mouse over the textbox (that you want to unmask) until you hear a bleep in the background from where a msgbox came up from the PW unmasker program. It works by sending advanced API calls to windows and telling it to reset the textbox's password char. property to nothing. Then next time the textbox is drawn again, there are no astericks. (After you click on the msgbox from my program saying it was unmasked, click on the textbox again to redraw it) Please leave comments and rate it on how you like it. Enjoy. =) Oh yeah, and after you see the screen shot, i want you to leave a comment on how you like my MAD drawing skillz. =) (the wonders of lines and shapes!)

2002C #10639
CommonDialog and Browse for Folders Plus

Browse for Folders Dialog with 'Create New Folder' button and 'Include Subfolders' checkbox. CommonDialog with image previews. Both these controls are updated versions of functionality included in some of my previous submissions. Now Win 2K compliant. Please vote if you like it.

2002C #9506
Sequential File Manager

Have you ever wanted to handle a text file like a recordset? This class handles basic functions when dealing with sequential files. Good foundation for beginners to get a grasp on reading and writing to text files.

2002C #14218
An RPG Game Similar to Graal (only not quite as good =)

If you are at all interested in Game Development, you should definately check this out and AT LEAST look at the screen shot. This is an online game which i started a while ago and am yet to finish. My main reason for publishing this is to try to find other programmers/plot writters/graphics makers/music people/level makers/etc. for the finished game. This game has swords (that you can find and equipt with different attack powers), items (like lockets, special arrows, special bombs, money, etc.), equiptment (you have swords (atk power), shields (evasion chance %), helmet (+ to defense), armor (+ to defense), etc.). This game has tile features like bushes that when attacked, are shreded and there is a chance of a random item being left, walkable and non-walkable tiles. When you move, your guy even cycles through multiple sprites of walking. One of the biggest features in this game is PORGRAMMABLE NPCS!! I made a really simple language where you can make NPCs do dozens of things. There everything from visiblity scripts to checking the user's access prviledges on the game and letting him/her pass, or blocking the way. You have health and money (gold) and there is already quite a few maps made. Remember, this game is NOT finished. The online section doesn't wok yet, due to it being unfinished. When you login to offline, keep the username as Komodo9, i am having a database problem with the new user thing. I hope when you vote on this, you vote on what is done, all the database stuff, and game features, and do not take off credit because of it being incomplete, as i said it was. If you are interested in helping, please leave a comment and i will e-mail you. So far the game has come a log way, so enjoy. =D

2002C #14226
Scrolling Game Development Kit

A complete game development and playback kit geared toward 2-D scrolling games. Assists in creation of tile graphics, sprites and maps. Features include anti-aliased rotation function in the graphics editor, Maze generator and automatic tile matching in the map editor, animated tile support. Features and technologies demonstrated in the code include: Reading, parsing and writing XML using Microsoft's XMLDOMDocument COM object. Creating and manipulating bitmaps (and StdPicture COM Picture objects) and graphics in memory and on the display using an HDC and GDI API. Playing multimedia clips on a full screen DirectDraw display. Drawing, moving, and interacting with a multi-layered parallax scrolling tiled map. Using Cos and Sin to rotate graphics and rotate thrust (like Asteroids game). Generating a maze with diagonal passages and variable passage sizes. HTML help file and its linkage to a VB program. Execute VBScript from a compiled executable, and connect events from internal objects to scripted event handlers (requires related DLL in this case). Directly access any area of the registry (not just VB's area). Easy reading of the joystick from a VB program without using external controls. Creating shortcut files from VB using VB6STKIT.DLL or VB5STKIT.DLL (whichever may be available) and failing gracefully if neither exists.

2002C #12890
BrewChess - Chess with a brain (Neural Network)

Demonstrates the capability of a neural net by teaching it to play chess. This is inheritly slow, and will take many many hours to train the neural network properly. For mor information on neural networks, see my "Neural Network" code post.

2002C #12280
JKH ScreenTips v1.0

This ActiveX DLL shows a screentip like the ones shown i Windows 2000. Use it almost the same way as the well know MsgBox. I hope that it will be usefull..

2002C #11288
bsHexControls (v3)

At last, the bsHexControls have been updated (unfortunately they are still a bit slow and buggy). They now have the same features as the bsOctControls. If you want to, you can vote...

2002C #14233
D3D

This simple programm will show you how to use Direct3d!

Languages
Top Categories
Global Discovery