Results for "Volume: 2_2002-2004"
Place a command or toggle button on TitleBar of a form
More examples for Beginners by MrBobo. This little demo demostrates the use of Drive boxes, Dir boxes and Filelistboxes. To give the example some purpose it allows you to safely bulk change the extensions of files in a selected directory. To do this safely you need to quickly parse filepaths and include error handling to avoid overwriting. The demo includes an example of a 'Desktop' and 'Up one level' button in its' browse function, get special folders, enumerating all filetypes from the registry and a simple auto-complete function for comboboxes. Includes an interesting function - Safesave - which appends a number to a filename if the file is found to already exist.
This code draws something wierd...but cool! Lines rules! =)
With this you can make maps for rpg games with very good graphics! In this map-editor you can drag and drop or paint grass, stone, sand etc. You can place buildings, trees, barrels and other cool things! It uses bitblt. Please give comments, rate it and if you think it's bad..tell me why. Thanks!
Fully loaded chat program. Uses winsock control. Can save and print chat session. Can start with windows using the registry. Sound clip upin incoming message and window comes to front of screen. Can change color of text. Single client/server in one exe file. Has auto update feature and retrieves newwest version if there is one. File transfer and ping.
VBBot is a 100% Scriptable IRC Bot with a Main Engine written in Visual Basic. VBBot can be scripted using ANY language supported by your system's Windows Scripting Host (Perl, Python, VBScript, JScript,etc..). I've written support for a socket collection within the scripting, where you can create connections and access Events of the socket, such as OnClose,OnOpen,OnConnect,OnDataArrival. The bot will currently connect to EFNet irc (www.efnet.org) and join #Compiled.org. It also has DCC Chat capabilities (100% scripted) that includes a party line so bot users can chat. He can also re-load his scripting code via IRC with a ".rehash" command wich can be given via DCC Chat. This will be done without breaking ANY of the connections the bot has (server/dcc/etc). VBBot also demonstrates Events in VBScript. Each event from the IRCServer is processed by functions in the VBScript files. There are several objects exposed from the VBEngine to the Script files. They are: Object Name - TypeLib - Description Sockets - Inis5.ivTCP - Socket Library exposed to the script for use by the script for making DCC connections/misc.. Bot - MSScriptControl.ScriptControl - The actual Scripting engine, exposed to the script for capabilities such as adding scripts of another language to an already exsisting script. List - VBBot.IAL - Access to the Internal Address List Server - Inis5.ivTCP - The Socket from the VBEngine that connects to the IRC Server. Identd - Inis5.ivIdentd - The identD server from the VBEngine This example demonstrates use of RFC1459 (IRC Protocol), How to Add scripting abilities to your application, Use of Collections, String Parsing. This example also includes a Fully Function Internal Address List. The internal address list is a collection of all the users in ALL of the channels the bot is currently in. The data stored is the user's hostname,ident,username,hostmask,channels they are in that the bot is also in. Also has a space for thier status (op/voice/none). The IAL can reference a user by either the IAL Index (a unique number of it in the IAL List) or by the user's Hostname (user!ident@host). This code is poorly commented, for the reason i don't like comments. However it is easy to follow if you somewhat know what you are doing. Before running, copy all the DLL's and OCX's to your system directory (c:\windows\system or c:\winnt\system32) and register them using regsvr32 . then open up your ms-dos prompt from windows and cd to the bot's directory and type: vbbot.exe bot.vbs VBBot.exe and ALL the other .vbs files MUST be in the same directory for the sake of this example. Please check out my website at http://www.compiled.org
Here is a fully functional progressbar with percent as well. Comes will fully commented source code. Please vote for it if you like it!
This simple snippet was requested by a fellow developer and I decide to post it here. It scrolls a form both horizontally and vertically. Therefore it is great for projects where run-time added controls can only be seen partially. The scrollbars will enable users to scroll to see the full view of run-time added controls. The base codes for this snippet was given to me by Megatron (Dont know his real name) I furthur tweak it to enable the controls to be able to scrolled both ways. Please DONT vote for it. Comments will be nice. Thank You
Another example for Beginners from MrBobo. This example program shows how to communicate between instances of your application. Lets say your application is assosiated to a filetype. The user clicks on such a file and an instance of your application is launched. But what if you want to load the file in the existing instance - not the new one ? There are many examples of how to achieve similar results on PSC. This method is designed for reliability and ease of use with a minimum of code to implement.
This is a multi - user chat program which has a few features. It has Chat, Mini-Browser, Paint. Uses Microsoft Winsock Control.
This protects a form or program by adding a login form or protection to a form. It also includes a form which enables you to change the password. NOTE: This should not be used as HIGH security as it can be hacked by simply looking in the registry. Good for newbies and begginers though. Please vote for me!!
This game is the second and the last version of my Spider on the Stick Game. New added features in this game are you can play this game via LAN/Internet TCPIP/IPX Connections and after you defeat your remote opponent you can select new type of species of spider according to the money or points you earned each time you defeat your opponent. And if you choose a stage or level the current backround of the game will also changed according to the title of the stages. The Sound Files are not included coz my ISP is very slow & i encounter problems uploading it. IF YOU LIKE THIS CODE JUST VOTE FOR IT. Have Fun!!
This is the final public beta of sn0st0rm MMP. Many issues have been addressed and resolved. This is the sourcecode ONLY, if you need the DLLs, you will need to download them from my website due to PSC's new "no dll" rule. If you have the previous version of sn0st0rm MMP, you *should* have the DLLs, but don't quote me on that =) Anyways, you'll find a TON of bugfixes and improvements in this version. Thanks to everyone who sent bug reports last time, they helped out a lot! This is the final public beta, so keep those bug reports coming if you find any! And as always, enjoy!
This is the old puzzle where you have to arrange the numbers in the right order to win...... But the real change in this is that you have the CHEAT and LOAD/SAVE options... AND THE REAL AUTOSOLVE OPTION which make the computer realy solve the puzzle one move after another. It took me a month to complete it so please vote. And please leave your feedback.
Karaoke Player This is the second version of my Karaoke Player, that has the functionalities of the previous with these new additions: It controls each one of the 16 independent channels. It alters the instruments in each channel Possibility to alter the tone of the music (Transpose) Works with Play List It use the DiretcX 7
This demonstrates the use of D3D to render particles, there are 3 different particle systems, but all with very similar interfaces, and it only takes 3 or 4 lines of code to use these classes. The different particle systems that I've demonstrated are snow, fire and smoke, although they can easily be changed, or more added with little effort.
ListBox Functions 2001 Verision 2 - by: source This Example shows you over 33 different functions you can do with a listbox, the list is as follows: *-*Clear List *-*Remove Selected *-*Copy List To Clipboard *-*Kill Duplicates(Doubles) *-*Add To A List *-*Save List With Common Dialog *-*Save List w/Out Common Dialog *-*Load List With Common Dialog *-*Load List w/Out Common Dialog *-*Load System Screen Fonts To List *-*Load System Printer Fonts To List *-*Horizontal Scroll Bar To List *-*Sort Numbers(Score) In List *-*Click Event(msgbox) *-*Times List Was Clicked *-*Simple List To Text Conversion *-*Drag And Drop *-*Multi Select Drag And Drop *-*Search For String In Listbox *-*Load From Module 1 *-*Load From Module 2(customizable) *-*Load All Characters(255) To List *-*Two Listbox's (Select one, Allign Other) *-*Save Two Listbox's With Common Dialog *-*Load Two Listbox's With Common Dialog *-*Select Item In List, Show In Textbox *-*Move A Selected Item Up Or Down in List *-*Move Contents of One List to Another *-*Clear All Listbox's By Form Name *-*Save/Load Whole Form Check out the screen shot for details...and please vote. -source www.vbfx.net
Updated version of AdBlocker I submitted a few days back.Blocks ads on webpages making them load faster. Also displays an AD Blocked message in place of ads!
CreateMDB will analyze and dump the sturture of an Access database into a BAS-module, you can include in your own project. From your own project you can now create an access database on the fly. This project is using ADO/ADOX v2.5 but will also work on v2.1. Updates in v1.0.13 : Minor bug regarding Nullable columns fixed. Updates in v1.0.12 : Minor bug regarding table description fixed, and found a solution regarding Nullable/Allow Zero lengh. Updates in v1.0.11 : More tableproperties added and a MRU list added to menu. Updates in v1.0.10 : Password dialog added, and some minor code updates. Updates in v1.0.9 : Support for Queries aka Views and Procedures and improved Errorhandling.
Records the mouse and keyboard actions using the Journal Hook. Allows the user to set Hotkeys to automatically launch a macro