Advertisement

Results for "Volume: 2_2002-2004"

2_2002-2004 #118071
NEWS READER

This piece of code can connect to your news server and get all the information (graphics included) to you within a minute....you just need to know a good news server....This also can teach you how to deal with Server objects..

2_2002-2004 #118072
PAK Builder

This is a small program that I use to pak text file into one big one. It does not add an compression to the file just paks them in to one I hope to add some compression into it soon or when I can find some infor on how to do that. Any way I have also included a Winzip like Self extracter that you can build the pak file in to exe and run them on any computer. as long as vb runtimes are installed anyway Hope you lile the code.

2_2002-2004 #118073
ADD PICTURE TO RICHTEXTBOX!!

With the code you can place any picture any where on the RICHTEXTBOX....this is a really great application for who likes to develop word programs with richtextbox control..

2_2002-2004 #118074
VB Coder Reader Beta 1

This is a program I made couse I was fed up with haveing vb code in text files on my desktop all the time. and loseing them. Well if you have ever seen the ABC Reader for Qbasic then you might know what this program is for. Anyway Ihave also include an Editor in the program and all the code has been commented so it will be quit easy to follew. Ok hope you like it any way please vote if you do. Oh sooy about the screen shot. been to small

2_2002-2004 #118075
B2 (BoS 2.0) - Translucent, skinnable, t hree-time award winning shell

It's here! B2 is BoS 2.0. A shell is a program that replaces your taskbar, desktop icons, and start menu with better looking, more functional versions. B2 is no exception. Features include: Skinnable taskbar and menus (3 skins included), animated, scrolling, translucent menus with alpha shadows (even on Windows 98), QuickLaunch tray for frequent functions, shutdown, find, programs, favorites, documents, help, and settings menus, desktop menu, tear off menus (drag the menu titlebar to make it into a window), resizable, movable, docking taskbar, and lots more! NOTES: Be sure to copy Alphablending.dll and ccrpTmr6.dll to your \windows\system folder. B2 is released under the GPL. Please read Copying.txt if you wish to distribute B2 or use code from it. Also, B2 ONLY RUNS on Windows 98, ME, or 2000.People must love my code! Three awards for the same code, it's rediculous! However, thanks anyway to everyone who voted. (My not-so-secret plan is to win the award again in December :-)

2_2002-2004 #118076
projectIRC 1.0 build 40!

This is another update to my IRC Client. I completely rewrote the color parsing sub to work better. I fixed quite a few bugs, and added some nice features. Straight from projectIRC.com: First of all, I changed a few things with "hyperlinks". You now have to double click them, not right click. Also I fixed the bug with it switching between windows if you clicked a nick hyperlink. I added #channel hyperlinks, so you can double click any words with # as the first letter and join that channel. And i added irc.* hyperlinks, if you click a server name that starts with irc., it will ask you if you want to connect to that IRC server. Thanks Joe :) Fixed another bug that I won't even explain, but you may or may not notice it, nothing to worry about. I added a text-history, for channels and quries at least. Just hit up to see what you last said, up again to see before that. Hit down to go back down. Also I added it so it saves any server you type in the combo list and hit enter with, it will save it for next load. I'll add auto-complete for that soon. Fixed the bug where query windows in the taskbar would have no text. Also added a feature to the taskbar where if you click the active taskbar button, it will cause that window to hide, just like in mIRC :) (If Khaled doesn't like me stealing all his ideas, I'm sorry :( ) To continue with that list, I added whois, listing of channels (still not done), customization of colors, Icons to the taskbar, option of stretching the taskbar or having it a fixed width, you can join channels even if you leave out the # (ex: /join vb), that's all I can think of :) One last thing, if anyone knows how to translate a # that is the # of seconds past Jan 1st 1970 into an actual readable date, using VB, please mail me~!. EX: 970411847 -> Sun Oct 01 10:50:47 2000 .. VB ONLY!

2_2002-2004 #118077
Direct 3d Plane Simulation

This was just a little test program I wrote to see how hard it is to use Direct3D. Basically all you can do is load in a plane (there's 1 supplied), and then "fly" it round. It can rotate in X,Y and Z axis's (although rotating it too much sometimes stuffs the alignment up) and move it towards and away from camera. The DX init code was used from one of the contest winners examples on this site, thanks to that person, but most of the rest is mine. If you have any comments please post them

2_2002-2004 #118078
TimeZone Info/Converter

Get info for ANY time zone (including DayLight info), and convert Date/Time from one time zone to another, taking DayLight into account)

2_2002-2004 #118079
ASM+VB = VB Hardcore. REALTIME Picture Fade In/Out

Well, guys, are you ready for real speed? Real-time TRUECOLOR software-only picture pixel-by-pixel processing (no hardware accelerator stuff) in BACKGROUND, 50+ FPS of truecolor 640x480 image fade in/out with transparent full-area text scrolling - all in VB source, no DLL/OCX's - is it possible? Of course NOT :) Until you inject some assembler (machine codes) into it;-) Yes, hell working machine codes drive this sample, as well as some tricks abount DIB-images processing. Although nothing special in app itself (just slide show fading pics in and out) and you could get more fascinating stuff from DirectX, BUT! It's all in VB and works in IDE almost as fast as in compiled EXE. So, take a look at this stuff. And I hope you won't vote it "poor" just because "I don't f@%$ understand how the hell it could be!" :-) The code is real VB hardcore. So, gimme ur "wow!" ;-) BTW, that FPS was on my PII-400/RIVA TNT2. I wonder what's yours? Let me know!

2_2002-2004 #118080
AutoComplete Made EASY!

This small script simply and easly creates an AutoComplete affect for your ComboBox. VERY EFFECTIVE AND VERY EASY TO UNDERSTAND.

2_2002-2004 #118081
See all open winsock connections - API replacement for Netstat!

This is a complete API call replacement for the dos Netstat command. The example will show all open connections, and the API calls are encapsulated in a Class module that can also retrieve all listening ports on the local computer. This module and demonstration project also allow you to kill TCP connections - in the demonstration right click on a current connection... Includes caching DNS lookup code to get the domain names of the servers you are connecting to! Credit to Michael Tutty for the original DNS client code.

2_2002-2004 #118082
A Mp3 Player

A simple MP3 Player. Play, Stop, Pause,next,prev add File Or Directory To Playlist, Remove From Playlist. Uses the file system object an windows media player.

2_2002-2004 #118083
A File system object example FSO

Example of the File System Object

2_2002-2004 #118084
REGEDIT (MUCH BETTER THAN WHAT WINDOWS HAS!)

oK. you have seen many regedit examples and also you have seen windows registry editor but this one is the BEST of all!!!!! When you see it please COME BaCK AND VOTE...*Some .bas files are taken from samples and ENHANCED !!!! Check out the screen shot below!!!!!This one also can add and edit 0DBC!! a must see!!!!

2_2002-2004 #118085
A Progress Bar / Slider

I think this is a great control to be used. It has many features. Please download and see for yourself. Please vote me.

2_2002-2004 #118086
Open Outlook send mail window with attachments

Open Outlook send mail window with attachments from a vb application. Also, change m.display to m.send if you want to just send the email and not preview it! Also works in vbscript! Copy code to a text file and save with a *.vbs extension and double click to activate. Super Cool.

2_2002-2004 #118087
SQL Server Database Explorer

Connect to SQL Server Database ,and see all tables and columns in Treeview , Datagrid. All Stored Procedures ( Names and Texts of SP ) , Triggers ( Names and Texts of Triggers ) Views ( Names and Texts of Views ), Defaults ( Text and Name ) , Constraints ( Text and Name ) Primary Keys ( relationships ) , Foreign Key ( relationships ). Search Engine , Combo1 > TableName | Combo2 > Column Name , Criteria >> with each letter (or any other character ) you type , you will narrow the result. Direct Connection to Enterprise Manager ( with SQL Namespace object lib ) . You can perform full administration and implementation of SQL server and every Database ( if you have those rights ) : Create Trigger , Stored Procedure , Role , Rule , Default , User def. Type. Find out about Table Properties, Permissions , Dependencies,Delete Table. You can use EM interface for Generate Scripts , Manage Indexes . You can call EM interface for managing SQL server security, New Db user, and use EM's wizards for Import and Export DTS . Everything is commented and Constants are attached in two Word .doc files. With Query Builder you can perform very complex queries , Create tables , Update , Insert , Delete . It supports T-SQL commands , so you can perform (almost) everything as you can with Query Analyzer. Sample Queries , are attached as comments inside module. How to manipulate , easy , with more recodsets at the same time. Practically , this is simple console for administration and implementation SQL Server database ,with using full power of EM. I hope that You can find this app. useful . If so , vote. Thanks.

2_2002-2004 #118088
A new type of control - Thumb Wheel

An alternate to using Sliders, Scrollbars and UpDown controls. Not just an enhanced version of an existing type of control, but a new type of control altogether. Scrolls values up and down with the use of Visual thumb wheel, includes the ability to "Spin Over" to Minimum value when Maximum value has been attained and visa-versa.

2_2002-2004 #118089
Inset Frame Control

I always hated the way that the normal Visual Basic frame looked, it was so ugly so I made this one. It does pretty much everything that the normal frame does just with a different look. please vote & tell me what you think :) P.S. Feel free to add on to this code & upload, id love to see what could be done with it.

2_2002-2004 #118090
A 3D Park

A 3Dimensional park with lolly pop trees and flying birds. Programmed with Direct3D (Retained Mode). A good program to learn some simple direct3d in. Requires the DirectX7 SDK to use (I think).

Languages
Top Categories
Global Discovery