Results for "Category: Miscellaneous"
detect various components such as DoesDotNETFrameworkExist, DoesIE6Exist, DoesIISExist, DoesMDAC27Exist, DoesMSSQLServerSP3Exist, DoesSQLServer2kExist, DoesSQLServer2kExistEx, DoesWindows2kSP2Exist, DoesWindows2kSP3Exist, DoesWindows2kSP4Exist, DoesWindowsInstaller2Exist etc.
The most easy way to resize controls al form_resize event. very simply implementation. only two class modules.
This is a Visual Basic Tutorial For Begineers as well as Advanced Users. If You are Programming through VB then You must see this Tutorial Once.
This the most simple text to speach program ever! it only uses 1 line of code! YOU MUST HAVE THE text - speach engine FROM MICROSOFT, DOWNLOAD IT HERE: http://www.microsoft.com/msagent/downloads/user.asp#tts Please vote if you like it or not so that i know!
I saw some code using a barcode font and knew i could do it with code alone. This is so simple it's one Sub only! (command1_click)
Synchronize time between 2 pc's in a LAN using a single line of shell command.
It all started when I was trying to translate WINGDI.H. It took me three days to complete about 1/3 of the translation. I decided to write program which will do it automatically. First version of the program already in it's first run translated about 1/2 of the code in less than 30 seconds. I improved the translation algorythm and wrote this program completely from null. In the first run it translated at already about 2/3 of the header file in less than 10 seconds. I improved some more parts of the algorythm and here I am. The core of this project is C_TO_VB.BAS module. You can add this module to your own projects or user interfaces. Program currently is able to automatically exclude unsupported compilier flags; convert remarks, boolean operators, hexadecimal values, constant definitions, type definitions and remove casts. Still under development enumeration conversion and API declaration conversion. Module can not and will not be able to convert subs, functions and macros due to the complexity of the C++ language. Also remember that the C_TO_VB.BAS module can not convert 100% of the source-code. Average efficiency is 80-90%. After using this tool you can convert the remaining code manually. Future versions will be more intellegent and I hope they will be able to translate 95-99% of the code. (!) I included some Microsoft "win*" C++ header files (*.H) for experimenting with this little module. If you have MS Visual C++ installed, you can find more header files in MICROSOFT VISUAL STUDIO\VC98\INCLUDE\ folder. If you haven't got C++ installed, you still can get these header files -- visit HTTP:\\MSDN.MICROSOFT.COM!
This is a cool idea for credits for some of your programs. It is kind of like some movies you ,ay have seen. One text flys to one side and the other (at the other end) flys twoards the other side, but when the two texts come to align they slow down, but once they move back out of alignment the speed up again. Kind of confusing it sounds but it is rather easy i reccomend you just download to see for yourself. Thanks for checking it out.
This sample just reads and writes data to a virtual port. You can use these sample to create your own devices for Emu8086 (emulator8086). You may try creating a robot or something, and then use assembly language to control it!
*Udated: July 26th 2003* This code allows you to spoof your user-agent (e.g. Internet Explorer), OS (e.g. Linux), and change the referer to anything you want (e.g. google.com). Now, why do this? Simple, to pass protection.
This program is to demonstrate the use of 10 different sorting methods. They all vary in speed and complexity. They are the following: Insertion Sort, Bubble Sort, Selection Sort, Shell Sort, Heap Sort, Merge Sort, Quick Sort, Radix Sort, Shaker Sort (Bi-Directional Bubble Sort), Odd-Even Transposition Sort). There will be more to come later on.
I've seen too many submissions that say "~!!~~ WOW A++ NEW PROGRAMMING LANGUAGE MUST SEE!!". Then you open it, and its not a new language, it just uses the MS Scripting Control. And they use it WRONG too. I've written a little tutorial about this powerful control, and included two very good examples in the .zip file.
Block WEB Advertisements before they are even downloaded, you can save all your precious BANDWIDTH or just stop being bothered by all those AD's on web pages ! Just download and take a look, test it and VOTE FOR ME !!
This code will disable the X button on top of any form, but will not hide it.
Demonstrates usage of the YCHT Protocol which is encapsulated (along with winsock) within a class module. All parsing of incoming packets and handling of outgoing packets are handled within the module itself and EventRaise's to return the data to a form which created an instance of it.
FINALLY! No one did it so I did it myself. This program removes any keys from VB6 project files that VB5 doesnt like and makes it so you can open it in VB5. You may think it's sad that I still use VB5, but it gets the job done. There are about four keys removed so far. If you want to add any or know of any others, please make the changes and e-mail me the key > I will re-upload the file. You can vote if you want to but it is more for the needy than for the points. :p Instructions: Compile the project (my one, not your one ;) ) Click and drag your .vbp file onto the EXE It's that simple!
This code can convert to and from ASCII codes, decimal, hexadecimal, and binary.
Would you like to attach popup banner to your application using Timer and Resource file. Good way to promote your application and the others software that you have developed.
This is the next version of my Winsock tutorial for my friend, this time it includes a buffer upon request.
Password protect ANY executable file (.exe). This program allows you to put a password on a program so that everyone has to enter the correct password when it starts up. It will not let anyone run the program without the password. It is simple to use, and you don't even have to have the source code of the program you want to protect.