Advertisement

Results for "Volume: 4_2005-2006"

4_2005-2006 #158497
Non-Repeating Random Number Generator

A few days ago, TimeStink uploaded a piece of code called The Best Randomizer Ever. I just uploaded this to show TimeStink a much faster way to do the exact same thing.

4_2005-2006 #162515
Using Windows Xp Themes In Your Programs

If your running Windows Xp and would like your programs to use the slick new buttons and other controls that xp does just copy this text in notepad and save it as "VB6.EXE.MANIFEST" and put it in the same directory as VB6.EXE and then you have to do one more thing to make the new controls stick when you make an EXE. First in the general declarations section put. Private Declare Function InitCommonControls Lib "comctl32.dll" () As Long Then in the Form Initilize Event put. InitCommonControls Then for the final step copy this into notepad and save it as YourProjectsName.EXE.MANIFEST and include it in the same directory as your programs .EXE file. Copy the text that follows. Enter your Description Here Remember to do the last to steps for each form in your program. Please leve any comments you may have.

4_2005-2006 #159526
Advanced Message Box DLL - Fully Customizable - See Screen Shots

This is a fully customizable message box that is backwards compatible with the standard microsoft message box. It has 3 additional parameters that tell it whether to autosize and what size to be. Using my FormatRTF function..which is also posted seperately on PSCODE, you can include tags to format the text any way you would like (see screen shots). There are no limits to the uses of this box. It can be used as both a Regular or Bottomless Message Box and Includes the ability to set Default Button and the Help Button. It is a function and will return integer values that can be compared to vb constants (ie: vbok, vbretry) so you can determine what the user clicked. It is vaguely commented (if that) because I just decided to throw it up here. If you don't understand it, Now is a good time to Learn!! Hope someone finds this as usefull as I have...(Comments and Enhancement Requests Welcome) - ENJOY!!

4_2005-2006 #162271
A (better) Menu

Improvement of "A Menu" by Joel CinCity. I liked the idea, but not his implementation. I improved it by removing all references to the calling form in the menu form and using the menu form as an object created by the calling form, and implemented events to trigger the necessary code in the calling form.

4_2005-2006 #152682
WindowsControl for NT4 (work on W2K) ENGLISH VERSION

Tool intended for the administrators. Two main parts : 1) Windows secrets fonctionnalities. Similar to the PolEdit program. Useful to prevent a workman to modify Windows. - Inhibe some commands like add printer, change display properties, find, execute... - Change icons size - Hide some drive-letters from Explorer - Apply an AutoLogin - Show a message before the login - Lock the NumLock before the login - ... All these changes can be made to a remote computer (you must have admin rights !) 2) Network tools - Ping an IP or DNS. Single or infinite with sound to known the result without seeing the screen ! - Convert IP->DNS and DNS->IP. This fonction can be applied on a range of IP. - Send messages (equivalent to 'net send' DOS command) - See MAC address of all your NIC - Shutdown the local or a remote computer (equivalent to ShutDown.exe from the zerotoolkit) - Read data from the internet (UTC time for exemple) Thats all folk........ for the moment........ This code is usefull if you whish to learn : - Registry manipulations - WinAPI32 - Icontray (small icon near the clock) - Retrieve system information (memory, display...) - Network manipulations and tools THIS IS THE ENGLISH VERSION OF THE FRENCH VERSION THAT I'VE POSTED IN DEC 2001. If you have any comment, or other registry tips, email me. I made this program using many small codes and exemples found in PSC. Thanks to all of you that take the time to upload your 'How to' exemples. =========== PLEASE VOTE ===========

4_2005-2006 #161103
Animated Cursor for Beginners

This is just a simple way on how you can manipulate icons to simulate animated cursors in VB. This is just for beginners and I hope this will help. Coming up! The ultimate winsock tutorial for newbies

4_2005-2006 #158811
Skinable Form (2nd Release)

This is an Update of my Skinable form. This version allows you to load/Save the location of everything on the form form a textfile, it even hold values to textboxes, captions, checkboxes, option Buttons. It also Comes With 10 More skins to choose from. Please Post Comments and Vote if you think its needed!!

4_2005-2006 #152807
ImageBrowser

Effortlessly browse through image files in directories with thumbnails being displayed for each picture in the directory. The thumbnails are put into a listview and the file name's are included.

4_2005-2006 #161800
Who Wants To Be a Millionairre (MMM)

I put this on again because I need to see what the edit function was "sorry, dont think im just trying to get more votes" Please Vote even if its only worth 1 globe because its disrespectful to a coder to not give him/her feedback on there hardwork!!!!!!!! This is a great ripoff of the famous Who Want To Be A Millionairre Game. it includes all the lifelines. I will be adding more sets of questions soon. This can be used freely and I hope that people would add extra features and make it better so that I can learn from it. I am only 13 so I think Its Quite good for my age.

4_2005-2006 #162274
put dir,drives,and files in one list box

This code will put all the files,drives,and dirs into one list box. This is pretty simple but please leave comments and vote for this code. This works extremely well.

4_2005-2006 #160522
[ a no frame movible form ]

This code alows you to move forms that have no frams this is compadible with all windows platforms. only one api call.

4_2005-2006 #158364
Domain check

Checks if a domainname is available. (small code)

4_2005-2006 #160524
[ leo html text fader ]

leo text fader is a fader that fades text from one color to the next and generates the html code. fade up to 11 colors many options. i worked hard so please vote. the forms also have no frams and are movible in all all windows plateforms. my own code. all code in the project is 100% mine except for the keep on top code all other is mine the whole project is pure vb code except for the kepp on top withch is compadible with all windows platforms. project is essy to add more colors if you want

4_2005-2006 #162417
PassWords

**Pass** Not something special but it is usefull(Especially for newbies like me :-) .Its a form which you can add to your project to protect something! If you think i deserve it pls vote! Thanx JBK

4_2005-2006 #160239
Waveplayer using the waveOutWrite method instead of other cheap functions!!

This is a Waveplayer with plays wave audio with the waveOutWrite function instead of using other cheap functions like the (PlaySound) one. This is the more C++ way to do it, and it also supports larger files al well!!

4_2005-2006 #151498
Alphablended (Transparent) Windows

This code will demonstrate how to create a window with partial transparency. The color of the window and the amount of transparency (in percent, from 0 to 100% transparent) are customizable. The code involves no screen capturing, it is actually an alphablended window. The window contents update in realtime as the window is moved, sized, or manipulated in any way. This only works in Windows 2000/XP.

4_2005-2006 #162538
Graphic - Menu interface

I made this for my collection of small games! (made with BitBlt)

4_2005-2006 #160523
[ A Picture box fader ]

(please vote and give feedback) this will fade a pictures box colors from one to the next. verry fast code less than 1 second. 100% my own code,pure vb no API. works great for the title of forms. look at my other submission at withch alows you to move frameless forms in all windows platforms it is located at http://planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31037&lngWId=1 and to see this code in action look at this other code that i submitted it is located here http://planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=31040&lngWId=1

4_2005-2006 #161170
Bitblt Load Striaght to Mem [Animation]

This code will load a picture in mem on form load. Its show how also to do an animation with bitblt. Loading it in memory not only makes fps faster but the program itself.

4_2005-2006 #153440
Ulli's Chess Playing Program

This is my attempt to make a chess program. The AI still needs a lot of cooking but the UI is done and it knows most rules (read the attached F.I.D.E. Laws Of Chess). Don't try yet to play against the computer - you will win :-) or worse - the program may crash. I myself am a below-average chess player, so I cannot say anything about the program's strenght or style of play. Time limit does not work properly, so give it say 6 or 12 seconds thinking time, more will make you wait virtually forever... Problem solving works though, I think. Unfortunately PSC does not let me upload Gradient.OCX or MsgHook.OCX, so you will have to delete all references to them. Also the TTF Amaze is not uploadable, just substitute another nice looking font for it. The piece images were copied from RJSoft's Chess Program, with his permission. Enjoy.

Languages
Top Categories
Global Discovery