Advertisement

Results for "Volume: 2002C"

2002C #14202
Auto-complete combobox

The following code adds the autocomplete functionality to the standard combo box. The user can either type into the combobox, which automatically selects an item matching the users keypresses, or they can simply select an item in the standard fashion.

2002C #14156
BubbleSort, a graphical representation

This is a cool little example of a simple bubble sort routine. On the form, it has a realtime representation of the routine is doing...download it!

2002C #15163
Add Command Line(s) to your App!

This code is simple and easy! This code allows you to run command from the start menu. EXAMPLE: Start> Run> C:\Folder\MyApp.Exe /NoSplash

2002C #9948
Updated Sticky Notes

This program, which loads in to the system tray, allows you to put 'post-it notes' on your desktop to remind you about stuff you have got to do. Features a date/time function for a Sticky Note to pop up and remind you what you wrote in it. Can be minimised and hidden, or minimised to the task bar depending on what you select. New for this release: 1. Can change the title of your note 2. Can select to view just one of your notes when hidden, rather than 'Show All' 3. Graphics problems fixed 4. Scroll bar if text is too long 5. Saves your notes if you exit and loads them again when you restart. Thanks to all of you who voted for me for the last release - first time I have even made it on to the board for the Coding Contest! :o)

2002C #15250
Reminder - Date/Time Manipulation (+)

This code is a demo for the two functions I wrote (GetFutureTime and GetFutureDate). I used it in a project to Snooze reminders like in Microsoft Outlook. The date function returns a date, for example, "12/12/2002" + "3 weeks". The time function returns a time, for example, "12:12:00" + "45 minutes". ENJOY!

2002C #13172
MPEG Blaster Upgrade [with Mirror Site]...

MPEG Blaster is a MP3 Player built with the Impulse MP3 Control. MPEG Blaster comes with a Easy to Use Interface, 10 Band Graphic Equalizer, Easy to Use Playlist Editor, 18 Preset Effects, Global Volume Control which Controls the Master Volume Control of the Windows Mixer, Completely Skinnable and comes with 6 Inbuilt Skins, Customizable Preset Eqaulizer Format (PEQ) using Which you can set your own Equalizer settings, 6 Different Types of Visualizations, Sits in the Taskbar for Easy Access, Completely Controllable with the Keyboard for Easy Access Using Hot Keys, ID3 Info Scrolls in the Main Display and in Taskbar (like Winamp) and many more cool features... If you've any doubts or if you need to report any bug in this Program, feel free to mail me in the mail id lvramanan@yahoo.com or lvramanan@hotmail.com. You are free to make any changes or enhancements to MPEG Blaster. And if it is working Properly and you wish to add that to MPEG Blaster please send the same To get the Latest Version of MPEG Blaster and to get Online Information about MPEG Blaster visit the Online Site http://www.geocities.com/lvramanan for more Info. Supported Platforms: -------------------- Windows 9x, Windows Me, Windows NT, Windows 2000. Minimum Requirements: --------------------- * A Wave Playback Compatiable Sound Card (16 bit Recommended for Best Output) * 800x600 Pixels Resolutions for Best Display * Minimum 256 Colours (16 bit High Colour Recommended) * Pentium 100 or above (Recommended Pentium 233 MHz or above) * Good Sound Blasters. * Impulse Studio 3.0 and above. * Visual Basic 6 or Visual Basic 5 (with all service Packs installed). Known Issues: ------------- 1) The Seek Bar Misbehaves some times and shows wrong position of the Song While Playing. Remedy : Pause the Song Playing and Resume again to solve this Problem. ------ 2) The Playlist Editor doesn't load the files Properly when MPEG Blaster is shut down improperly or only one file is opened in the playlist Editor during last play. If you see any other bugs other than this, report it to me in the email address which I've give above. If you like this Program please vote me. ** Thanks to Sebastian for Providing Space in his Site for MPEG Blaster.

2002C #9949
Euro Converter - Real Time Exchange Rates!

This is a follow up to the code posted yesterday about a Euro converter. The problem with all converters I have seen on here is that the exchange rate is hard coded in to the program. This one is different however. It grabs the latest exchange rates from a web site and uses them! Very simple app, but could be made to convert between any currency and another very easily. VOTE UK INDEPENDENCE PARTY! :o)

2002C #14765
PNG View

This code allows you to display PNG images within your programs with full 32 bit color (that is, 24 bit color with 8 bit alpha transparency). This will allow you to use "antialiased" images in your programs, making your graphics blend in to the interface perfectly, no matter what color the user has chosen for their interface. Code by Thomas Kabir (www.VBFrood.de). Posted here with permission

2002C #9323
Pic View 2002

Remember to vote for me.... This is a directory picture viewer It can handle up to 32000 pictures. Double click pics to view, use +,- and number keys to zoom, 0 = resets to original size and arrow keys to scroll. A Previous posting was missing a file, I have deleted it. Now with source for OCX and shows how to use it, EXE is included and virus free... Do not run EXE if you can compile a new one. please do that.

2002C #10722
Visual Music

This application is the fruit of frustration that I came across with usual mechanical software jobs. I decided to write perfact application but didn't exist the way it was supposed to. And so here's the Visual Music. Includes thousands of lines of cool VB code, graphics, very detailed Microsoft styled on-line help for user and InstallShield wizard script. Here's what it does: Visual Music lets you play 128 instruments on your PC including Flute, Bagpiper and even whistle! You can even record what you are playing, edit it and save it in a file. If you not expert at playing synthesiser keyboard, it provides you a easy to use scripting language to create music just by telling what key in which instrument you want to play for how much time!

2002C #15306
Programming Practices

Just a little semi rant about ppl's idea of programming practice. If you want to be insulting go down the pub and insult the 20 stone rugby player at the bar, if you want to have a civilized discussion about this by all means post.

2002C #11193
Ulli's VB Cross Reference AddIn

This Add-In creates a Cross Reference Listing for your VB Projects. The X-Ref shows all Public, Global, Friend and Private Data- and Code-Member definitions, where they are defined, their scope (Private / Public / Friend), and what they are: Sub or Function, Property, Event, Variable or Constant. Also shown are all references to these members with ComponentName.MemberName as well as Line and Column numbers. References to Components are also shown. The Cross Reference Listing may be exported to a color-coded RTF file (see screen shot) or to the Clipboard for subsequent pasting into the project or anywhere else. This is the second in the my suite of VB-Add-Ins and goes together with the Code Formatter. It will help you to professionally document your projects in a tidy and consistent way. Compile the DLL into your VB directory and then use the Add-Ins Manager to load the Cross Reference Add-In into VB. Fixed bugs with Resorce Files and Related Documents and added Icons as well as references to Controls, Libraries, and References.

2002C #15252
Add your own font dialog to your Apps!

This is an good example of Selection font dialog box. Which includes, Bold, italic, underline, font color, Font soze, Font name, etc.. Best one! thanks from Prakash.Y Please vote for me.

2002C #11330
Sample AI Bot

Shows an example of basic AI using Finite states like Seek, Flee, Rest. Idea is kind of brushy but any help to improve it would be great! Email at EnglishM1@aol.com. Please vote for me if its decent or if stinks too. just vote! and comment

2002C #13576
MultiClipboard

Multi-Clipboard is a small application that run in the systray, and it turns possible the use of up to 4 clipboards. In this version, it works with text only. To use: Copy Paste Ctrl+C+1 Ctrl+1+V Ctrl+C+2 Ctrl+2+V Ctrl+C+3 Ctrl+3+V Ctrl+C+4 Ctrl+4+V * Only using Control+C or Control+V, the application is ignored. sorry, this code is not commented. Enjoy

2002C #11197
Ulli's Record and Playback ActiveX Control

This OCX records all mouse and keyboard activities for later playback with original timing. May (but should not) also be used as a stealth keylogger. Try playing back the attached TEST.RCD file :-).

2002C #10099
TransForm your Form (Form Transparency)

This UserControl will take the existing Picture on any form and cut out the form wherever the MaskColor is found. This method is MUCH quicker than the pixel by pixel region creation I've seen on several sites. Features an AutoDrag property to allow the form to be dragged without a titlebar. Also features a PopupSysMenu method to activate the form's system menu at specified coordinates. No need to remove your Titlebar, TransForm cuts that out too, but it's still visible on the taskbar if you want. Comes with full source code and a demo project.

2002C #14799
mind trick

your mind is nuts! take a look ... lines or squares... hum.

2002C #11198
Flickerfree

Example to show how to synchronize painting to the Monitor's vertical scan frequency. Painting occurs invisibly during vertical retrace.

2002C #12447
eTextBox Class

[UPDATED] - Added three new Subroutines: LoadTEXT, SaveTEXT, and Clear. Also updated the sample application to show more of the functionality. Ability to Count Lines, Words, Characters, get the cursor position, Undo, ClearUndoBuffer, TopLine, BottomLine, UnSelect, LineLength, LineData, LineIndex, VisibleLines, IsDirty, ReadOnly (YES, it IS different from Locked), and others. It gives these abilities to make it easier to use these functions (some of which are found in the RichTextBox control) to a simple TextBox control. Read the README.txt contained in the ZIP (which is also included in the VB Project) to see how each property/function/subroutine is used. There is also a sample included.

Languages
Top Categories
Global Discovery