Advertisement

Results for "Volume: 3_2004-2005"

3_2004-2005 #137714
Detect URLs in RichTextBox (using EM_AUTOURLDETECT)

This code snippet makes use of RichEdit 2.0's new EM_AUTOURLDETECT message. When you type in a valid webiste address e.g. www.planetsourcecode.com, it will be coloured in blue, then underlined. When the mouse pointer is over it, it will change to a hand icon, and when you click it, it will open a new browser an navigate to the link.

3_2004-2005 #137715
Guitar Chord Finder

Displays Chords, mainly for beginner guitarists, wanting to learn chords.

3_2004-2005 #137716
myTab by progame

My tab control like tabs in Excel. You can add/remove/edit any tab by index or key. Custom any color,different effect when mouse hover. raise events: mousemove,tabchange,click,dblclick,selectchange,hover. enjoy it :-)

3_2004-2005 #137717
Sound Card Information

This Code Show Your Sound Card information if you like my code please vote

3_2004-2005 #137718
[ FragIt v1.1 ]- It is now more enhanced and, safe and more reliable in both spliting and merging.

FragIt is now more enhanced and more reliable. Including safe data handling and in this release the fraging (splitting) limit is broken, means you can now break a file into unlimited fragments. You can control the fragment file number with the fragment size only and nothing else. Don't lose focus on the new on-the-fly canceling option. Now for the unlimited fraging capability you might end up fraging your 2MB file into 2097152 fragments and it really takes a while. When you hit the Initialize button it changes into cancel button. So using this new cancel option you can cancel both split and merge actions on-the-fly and there is no data lose! Cool Hah? It would be nice if you VOTE for me. There is a lot of hard work involved in this project.

3_2004-2005 #136604
bauWebCam

See webCamms over the world. Lets add webcams and parameters, see various webCams at time, save the images, create avi, e-mail owner web cam. In next versions I want let chat while see webCam and upload the image of the webcam. Examples with More than 1.000 cams (files dxml). CORRECTED WITHOUT OCX. I'm sorry my bad English, I'm spanish. Please, e-mail me with your suggestions, ideas, etc...

3_2004-2005 #137993
RTTTL Player

This allows you to play RTTTL (ringtones) through the PC speaker. It calculates each frequency and length, and plays it using the beep API function. For this reason, it doesn't work under Win9x... The zip contains two projects. The RTTTLr is a standalone program that plays the tones based upon RTTTL you enter in a textbox. The RTTTLDLL is an extivex exe that allows you to pmay RTTTL from your own application, on it's own thread, so it won't freeze your application while playing.

3_2004-2005 #137994
vbCrlf

In a Msgbox, have you ever wanted to go to the next line without pressing the space bar for 10 minutes, there is an easier way to to it, i know most people propably know that you can use something called "vbCrlf" i have included a zip file which gives an example. here is another one Msgbox "Your Text" + vbcrlf + "your Text",,"Caption" you can also download the app which comes with it. There are lots of other ways to do it. you can use "vblf" instead or "vbcr". if you want to find them all out highlight vbcrlf in your code then right click on it and go to "Defenition" click that and you will get a listing of all the names you can use. or you can make your own name by declaring the name as a global in a module, but thats more advanced. Please vote and leave comments(votes GREATLY appreiated)

3_2004-2005 #137995
Asteroidz

Complete game using Object Oriented Programming (OOP). Easy functionality, not optimized, so the code should be fairly easy to understand. Also implements Polymorphism, something rarely found in VB. Uses BitBlt (contained in a bitmap handler class), SndPlaySound (contained in a sound handler class), Enumerated keyboard input class and much more (please view the readme file). Any votes and/or comments would be greatly appreciated.

3_2004-2005 #137996
Remove your program from the Windows Task List---> ONE Line of code

This will remove your program from the Windows Task List with ONE line of code !!! It supports ALL versions of Windows ( 9x , Me , NT , 2000 , XP)

3_2004-2005 #137997
Visual Basic Recent Project Manager

Ever want to remove an old project from your recent project list in the Visual Basic IDE? Or maybe change the order in which your VB IDE lists those projects. This simple little app does just that. Please note: This application reads, writes and deletes from the registry! Also note, the application must be run as an executable to work; it will not work (save to the registry) while running in the VB IDE. Enjoy!

3_2004-2005 #137998
Complete mailserver! Full implementation of a POP3 server and SMTP server! EVEN a webmail interface!

An SMTP server, POP3 server, and Webmail service! All written in pure VB6! Ideal for a small-medium company with a spare machine sitting around! Unlimited # of mailboxes! Works directly with outlook, or any other email client, and supports everything that a large server does, even SMS notification and account sizes (ie bounced messages saying 'sorry, account is over quota' (also SMS's you when your account is over quota)). Email to/from other dommains, ie, someone at hotmail can send an email to '[email protected]', and it'll arive in my maildrop, ready to be downloaded into my email client or view via the webmail. It works just like a normal server, ie, it doesn't try to send an email once, fail, and give up, it tries for hours, giving status reports after the first try, 4 hours, and 4 days. The webmail has some missing features (it was a 2AM to 5:30AM Job), ie reply/forward/attachment support, but these are all supported by the POP3/SMTP servers. Even secure passwords are supported by this server! Check it out!

3_2004-2005 #137999
Mini-Fractal Painter(additions)

Mini-Fractal Painter by Robert Rayment. (Correction for no drive) (Additions: Faster string-byte handling + DrawWidth) The starting point for this was Loreno Heer's LSystems prog on PSC, where the VB6 Replace function is used to develop the LSys strings. The trees' & plants' size, complexity, color & orientation can be varied. See screen shot which was made in just a few seconds. This prog could easily be extended to include other functions (I've resisted doing that and have only included those necessary to produce a picture like the screenshot) or the methods could be added to an existing VB paint program. VB or ASM can be used to translate the LSys strings and draw to the screen. Win98, Zip 55KB.

3_2004-2005 #138000
Ashu Graph Control Version 2

I tried to remove all bugs from my previous submission. And now it can draw also negative points. Now it supports property pages & popUpMenu. It can send to data to Excel . It can save data in text file and further can read from text file.It can copy graphs to clipboard as bitmaps. Plot more than one Graphs , Can Print them, you can customize the colors of graph and scales u can scroll graph , can track mouse points, can draw gridlines. Zip file includes a html and a text file describing how to use this control.

3_2004-2005 #138001
[Extremely Safe Updated on 5/7 (Hong Kong Time)] Binary File Password Encryptor class!!!

It is used to encrypt any kind of binary file(included text files of course!) using addition and subtraction of bytes according to it's position and the byte code of the password. It's extremely safe.

3_2004-2005 #138002
ActiveChart (improved)

I worked again on this control and, as suggested, I combined several chart types. Also, I introduced the mean value to be displayed or not. I'm continuing in developing it, for example to allow series and Gantt style. Thank you again for your interest and vote.

3_2004-2005 #138003
Gamasort, an improved Radix Sort Exchange Algorithm

* This is a Radix Sort Exchange routine which will work only on * unsigned integers (unlike a general sorting function which * works based on comparisons). Since its complexity overhead * is pretty large, it is efficient on big array where the * maximum number is bounded by a relatively small ceiling. * E.g. a big array of bytes or shorts.

3_2004-2005 #144809
ShellExecute API explained

I view many VB coding websites and mailing lists, and a common question is asked: "How do I open (this document or program) from my application?" The answer is the ShellExecute API (I never use Shell())

3_2004-2005 #144810
Ikonz v1.0

A unique utilty which will extract hidden ICONS in dll, ocx and Exe files.It also has some cool features.Chek out the screenshot. I look Forward for your Your Comments and VOTES.

3_2004-2005 #138004
Nine in One Utility

Very Very nice demo.It shows Nine picture box with each picture box has its own unique animation.All of my programming effort truely reflected from this software

Languages
Top Categories
Global Discovery