Advertisement

Results for "Volume: 2002C"

2002C #15302
Simple Multi-Line MessageBox

This code is my response to the codes using all the more difficult multiline messageboxes. I know it's nothing amazingly great, but it's rather simple and useful when needing a multiline messagebox. For more please visit www.theprynce.com.

2002C #15498
Awsome, Yet Simple Calculator

A Simple Calculator

2002C #14811
SuperFastHTML-XML Highlighting

Highlights HTML/XML syntax using Regular expressions and extracts Tag Names and properties. This version utilizes the cappendstring class to speed up concatenations. Thanks to M.Bartlema for opening my eyes to this wonderful class and for the great rtf color module! This version writes raw RTF so it is very FAST!!! Actually, if you only need to highlight all the text the regx speed can be almost doubled so let me know. Here I wanted to use the same regx for inline highlighting so it needed to properly highlight partial tag selections. The only propblem I know of with this regx is that it wont properly highlight a comment if it immediatly follows another tag without spaces i.e. . I am working on it, but I don't want to slow down the regx. Anyway, this one is good enough for most production code. Enjoy, and please vote if you like this code.

2002C #14913
A scrolling text box

Vertical scrolling text (10 lines of code)

2002C #14149
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.

2002C #15513
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.

2002C #14129
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!!

2002C #15465
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.

2002C #14295
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!!

2002C #10803
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.

2002C #15527
SliTris

This is yet another source code for a Tetris game. It uses graphics inspired from the original Atari Tetris found in the arcade. Unlike others source codes that I found on the web, this one uses real gaming techniques: sprites, backbuffering, and as many APIs as I could use to replace controls. INI files, timers, keyboard management, and all graphics/text are done using APIs. This results in a main form (where the game plays) that do not contain any controls at all :) It's not finished yet, though the game is fully functionnal and playable, but I hope you'll like it :) Any comments/ideas/suggestions are most welcome especially if you can help me solving some issues mentionned in the "WIP.txt" file. Thank you very much all :)

2002C #15427
PassProgram (UPDATE)

The first password you need to enter is "PASSWORD" (match case) People tell me that the program (the old one) is easy to break through. Because of this, dosbubba@hotmail.com wanted to send me some code to help. This updated version: Disables ctrl+alt+del in 9x/ME/XP/NT, Disables Alt+TAB, Disables Ctrl+Esc, Disables Moving mouse out of window, Disables Regedit when using login, and finally, Uses SetTimer API call so when message boxes are displayed they will not halt timer for disabling functions.

2002C #15335
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.

2002C #15470
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.

2002C #14977
[ 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.

2002C #13269
Domain check

Checks if a domainname is available. (small code)

2002C #14978
[ 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

2002C #15504
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

2002C #14869
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!!

2002C #10075
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.

Languages
Top Categories
Global Discovery