Results for "Volume: 2002C"
This is yet another piece of code that mimics the "falling code" used in The Matrix. Unlike other versions of this code, mine uses pictureboxes to scroll the falling text, thus making it a little bit faster and smoother in the falling. The text falls at different speeds varying from very slow to very fast, and gives it an even more realistic effect in doing so. Also, as if that wasn't enough, you are able to edit the color of the falling text both while the program is running, a feature i have yet to see in other similar code.
This code draws a nice, very cool gradient field with a nice sidebar using line(see screenshot) Please rate it! (Thnx!).
This will get the local IP address and Host name of the local machine that you are using.
This tells how to launch a program from a web browser by typping in a url like AIM (e.g. myapp:// would launch c:\program files\myapp\myapp.exe)
Very basic example of creating a user control. This one has actually turned out to be useful in an application I wrote. I kept the features to a minimum in this one so that it would be easier to see how it works.
Thaha Hussain's Clock-Work Formula: In most of the computer languages, X-axis is taken correctly. But Y-axis in the reverse of the normal Cartisian axis (Y-axis is incremented downword not upword) . So usual analytic manipulations such as, shifting the origin, calculation of polar co-ordinates etc become difficult. Ofcourse, VB has techniques to correct this problem by scaling. But for many lanuages, it is not available! The formula described can be used in any programming language which has inverted Y-axis (C, BASIC etc.). These are the difficulties faced while deriving the formulae. 1) The Y axis Problem. 2) Polar angles are measured in anti-clockwise direction, while the clock hands are moved in clockwise direction. 3) 'Zero' of polar angle and 'Zero' of Clock Hands causes a difference of 90 degrees. The following are the Formulae obtained. Feel free to use the formula for non-commercial purposes. However the Author's name should be accompanied along with the formula. Thaha Hussain's clock work formula Hour Hand : hour_x2 = LengthOfHourHand * Cos(PI/180*(30 * hour - 90)) + midx hour_y2 = LengthOfHourHand * Sin(PI/180*(30 * hour - 90)) + midy Minute Hand: minute_x2 = LengthOfMinuteHand * Cos(PI/180*(6 * minute - 90)) + midx minute_y2 = LengthOfMinuteHand * Sin(PI/180*(6 * minute - 90)) + midy Soconds Hand: second_x2 = LengthOfSecondsHand * Cos(PI/180*(6 * second - 90)) + midx second_y2 = LengthOfSecondsHand * Sin(PI/180*(6 * second - 90)) + midy You'll never get a formula simpler than this to move the clock hands! 1) You can use the formulae in any Programming Language without the Co-ordinate adjustment! 2) No problem for hour, even in 24 Hr format! 3) You can adjust the Length of Clock Hands! 4) Shift the clock to anywhere by changing (midx,midy) 5) Create your own custom controls! 6) A variety of other uses in graphics! Simply Excellent! Right? Please vote for the formulae!
Place a command or toggle button on TitleBar of a form
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
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 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!
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!