Results for "Volume: 5_2007-2008"
convert any bitmap to an icon using vb. this is my interpretation of an msdn article/example done in c/c++ hope it is found to be useful.
The trace program from the Matrix film of 1999. The best program on PSC to accurately mimic the film as opposed to customised creations from other coders. Good for learning about randomization. UPDATE: Commented the code and made the option to make it a screensaver (just compile and rename).
GUI version of the subst DOS command. You can add, delete, start and stop subst'd drives. It does NOT use the subst DOS command. Amendment: Windows NT, 2000 and XP only. May not work properly under Windows9x.
This code is based on the excellent post by Vlad Vissoultchev: VB Gif Library (CodeId=44216). Simply, minor modifications for building an easy to use usercontrol.
Unroll Pics (including CDialg)
(new version 1.0.6! i added a bomb that makes you shorter as a powerup! Also, spacebar is now pause! and i've fixed a few bugs and now this game is almost flawless...) A cool nibbles game that I decided to make for no reason... There are 4 different speeds, each with a bonus (whenever you eat one of those things you get the set score + the bonus) and 3 different options. With a cool sound module that u can use anytime and a cool FormOnTop module that u can use. it's pretty cool. Neatly documented too. Also, it doesn't use any images! teaches you how to load objects in an array and stuff. Also, it teaches you how to use a filesystemobject to read/write in text documents (my games save the highscore). It also teaches you how to make cool button effects. It's pretty fun and addictive.
This nifty little program will show you how to use horizontal scrollbars to create an RGB color. The color will be 'convertet' to Hex (HTML) and the Visual Basic color code. Also, the color is being previewed in an picturebox. --= UPDATE!! =-- I've made my program a little bit more attractive to the eye and also added 3 more functions! The user can now enter an Hex or VB color code and click 'convert'. The program will then convert the Hex or VB color code to the proper RGB values and Hex or VB color code :). A simple 'Copy to clipboard' funcion has been added to make it really easy to use the colors...
Listview1 will list all records from a given Data Source SQL qry. It sorts by Date, Number, text etc. It has a very nice find facility and a sql builder. Output data to CSV, XLS, Clipboard, HTML, PDF, Screen. (ActiveReports 2.0Pro) is needed
This project contains a form with command button to make the form transparent, round or oval.
! Updated ! Nice snake game with good looking graphics. I've made 12 levels, but it's possible to make more levels with the leveleditor! I want to thank 'MicroX Corp' for the skin I've used. If you have new ideas to improve this game or some bugs, mail me then to [email protected].
This encrypter randomly jumbles the characters of the message. I have used some new techniques in this program such that no one can decrypt the messages even if he new how this encrypter works. Only this program can decrypt the messages.
blogMX is a blogging application. Lets you create your online journal/weblog. It auto generates your RSS file for syndication.
I was looking for some code to adjust the Monitor Refresh Rate for some time now, but I just found examples on how to change the Resolution and the Color-Depth, but not the Frequency alone. It took some time and some research, but I managed to do it by myself, and now I want to share it with you guys !
A simple FTP client using the Internet Transfer Control. Sends files, recieves files, gets file size, changes directory, creates directories, renames files, and much more! Great code to expand on, fully commented.
Just a simple INI module, no API calls. I made it as easy to use as possible, not really tested much but it does work better with remarks and such then the INI classes I've found on here. I've now updated it for writing INI files (or creating them!). I didn't test it but its simple enough that it probably works (ubounds always confuse me!).
I know I've written too many compression classes/controls, but I just had to make a better one for my application. Supports Compressing multiple files, decompressing (only all files, at the moment), Reading compressed file header for file infos and calculating CRC32 with the method I just posted here yesterday. Should be quite easy to use, tested "quite" well, but please inform me about any bugs you might find. Also uses a coded progressbar (not .ocx one) to indicate progress.
This Function checks if a specified Form is loaded by looping through the forms collection it returns TRUE if it is and FALSE if it is not you can decide what you want according to the return value e.g accessing its properties or methods or controls ,...
Ver1.1.03 general tightening of code. Help file now has details of pattern searching and added optional gridlines for found box. Ver1.1.02 Now has pattern searching! Screen shot slightly out of date, have added better button graphics(on/off states), also fixed the bug in ver1.1.1 where first line of found overwrote the headings. Ver 1.1.1 Lots of new stuff (see Ver data at end of description) ver 1.1 uses grid tool instead of listbox to display finds. This is a re-write of my earlier Find Add-in using a UserDocument. Mostly just an experiment for a conversion of my Code Fixer. You can search for whole words, parts of words, case sensitive or insensitve, punctuation aware, ignore comments and strings or only find strings and restrict to current code page of code. Once launched you can also search for new items simple by selecting the word in code and pressing a button. Added settings screen which allows you to launch Tool on VB startup, save previous searches and filter settings between runs, set limits (20-400) on search history. For add-in programmers check the code around PasteFace command for a solution to the problem of destroying the clipboard contents when using this command and just below it the disgustingly simple way to make add-ins appear during VB startup sequence. To use Open project in VB, compile(placing dll in VB folder or where ever you normally store add-ins), close and re-start VB, in Add-ins menu select 'Add-in Manager..' look for 'ExFind_D' set 'Loaded/Unloaded' and 'Load on Startup' (NOTE this is NOT same as the 'Launch On Startup' setting within the program.) Version 1.1.01 The Status label has been removed; report on activity now appears in the Code column heading. Added a 'Clear History' button to Properties page. (also changed layout of form) Rearranged the toolbar buttons for more clarity Changed All/Current Code page button to toggle mode. Improved the shut down process to properly remove all forms/objects. Changed the way settings are stored to overcome problem with Registry storing boolean data on non-Engish Systems. Moved all Property load/save code into just 2 routines. (NOTE Property and Help form positions are saved separately by each form) Adjusted the Column width calculation to keep location data as small as possible. See 'Sub Show' on DocFind if you don't like the grid heading or selection colours. You can hard code what you want there.
This application can be used get the associated icon of any .exe file
Aqua style progress bar for use in your applications. Includes option for 4 built in skins, and a custom user defined skin. Complete colour customisation, font selection etc. Votes appreciated.