Results for "Category: Miscellaneous"
Ever want to sell your program in the net? This code show you how to generate a serial number. See the screenshot. Don't forget to vote for me!
Demonstrates one method of creating custom menus that can contain images, combo boxes, or any other Windows control. Although this is not the most powerful method, it doesn't require any API custom calls or any third party .ocx's (like the Office Toolbar). NOTE: This is a DEMO project. It is not a finished product. I realize that it has some pretty big limitations as it is, but it should be enough to get someone who needs to add VB controls to menus a good start. I made it simple to make it easy to understand. Please feel free to use it, modify it, and call it your own...but please don't tell me things like "It would be better if it had a calendar control" or something like that. Instead, modify it to include a date-picker, calendar control, or whatever and re-post it as an improvement. I am sure others would appreciate that and I sure won't mind.
This is a serious update to my previous submission on saving data from a listbox. Unlike my other submission, this saves to a specified binary (any file that will hold text [.txt ,.dll etc] ) file and will reload it as well. My old submission saved to the registry, which could be troublesome if not used correctly. CHECK IT OUT! KEYWORDS: LIST SAVE SAVE LISTBOX
Its a DivX player, plays avi,mpeg, etc... Uses msdxm.ocx. I just wanted a slick, small player, cuz I hate the new mediaplayer(7) which consumes lotsa resources and is soooo slow. Didn't want to add the commondialog so you load a file by dropping it onto the form. Someone knows how to make ALL controls on a form sensitive to OLE-dropping? As it is, I have to watch each and every one for drops... Hope you like it, vote if you do. Been working on a pan and scan function but haven't figured it out yet...
This code is a full-blown scripting language a little like BASIC. It takes a program textfile and runs it, and can also compile to exe. Can be used for ANYTHING, eg scripting languages, in games, or anything you can think of...
This will get all the text from your forms, modules, and classes. I needed this to spell check some forms today. I also added a quick text search, and VBP info. including code line counting.
The code prints a flex grid control. It supports multi page printing, by using specified number of header and footer rows by the programmer. The header and footer rows will be printed on each page, and it also has an impressive PREVIEW window which user can see the exact result of print before printing..
Classes to allow a VB app to browse the Network Neighborhood. Includes demonstration app.
Subtracts a day from a date provided by the user. Code can be edited to add a day(s) or subtract more than one day. Code can also be changed to include Year, Quarter, Month, Day of year, Day, WeekDay, Week, Hour, Minute, or Second.
Quick and Clean sample to Email through Groupwise and send attatchments. Collection Based Recipients and Early bound. Code can work in Access also. Groupwise must be installed to work. If you like please rate.
You can pause execution of code for the specified duration. Different from "Sleep" api in that it will not lock up the whole program.
### Functions updated. Now they're way faster and smaller. Took out Select Case and added InStr. ## Ever wanted to use NetZero? Without the ZeroPort software? Well now it's possible. NetHero will convert any existing NetZero username and password to a username and password that will work with Dial-Up Networking.
This project is designed to be tutorial for implementing a class module. I wrote this in order to learn more about modules. I used character replacement as the task since it may be of use after the project is entered. I hope that it will be of assistance to others. This program allows the user to replace a chosen character with another character in a given string.
This code is a simple way to make text scroll in a label, like a HTML marquee. It is simple and very well commented. It's easier to use and understand than all the previous examples I have found so far. Nice to use in one of your programs, if you need a little animation... Enjoy!
I still need to Do Colors, DCC and Ident Server, if your intrested in helping my ICQ# 52567840...
Let's see what I have... You can use my functions to display the Change Icon Dialog, just like in the shortcut properties (Updated: NOW WORKS!). You can check if a file has an executable extension. You can show the Exit Windows MsgBox ("You must restart for the changes to go to bed"). And you can show the Run Dialog (see screen shot).
You type a text in a text box and i write it to word 1 char at time you can chose time
Some special effects that you can do for your project. Believe me it's very easy to make them and the result is magnificent. Take a look of your self. Please leave comments I wanna know what you think of my project.
The easiest way you can shut dow your pc with Visual Basic -=ONE LINE OF CODE=-
This is a very strange type of artificial intelligence. It is chat bot that gradually learns as it is used. It uses what I think is termed "Linguistic Non-Intelligence", I suppose. I found this program at www.sourceforge.net on the web. If you like, vote on this program.