Results for "Volume: 2002C"
Nothing fancy about this, it simply retrieves the source of the url you specify. The best part about this code, is you don't need to add any controls to your code. you just drop in the module, and call one function [some string]=GetURLSource("http://[some url]") It's simple and lightweight, and with a little creativity, you could add features like daily news headlines, todays weather forecast, or stock prices to your projects. If you'e got any questions, feel free to send me a message.
It is a very simple and easy to write mp3 player. I used media player .ocx file. Put the .exe file into the folder with *.mp3 files, or change the "File1.path".
Almost completely rewritin. I have removed all the options off the main form and added a options section. in this update. Hard log is active. the abillity and options to ping and lookup there hostname when someone connects. 1 more spike, You can enable a fake linux telnet server. with root@local and see what kind of dirty things they try and do to you! =). if you like my program/code pls vote. Its greatly needing some apprecaition. Richedit 32 and Winsock is needed. Programmed in VisualBasic 6.0 Enterprise Edition.
Allows VB applications to determine at run-time if Internet Explorer (4.0 or later) is installed, and if so, creates a WebBrowser. If not, a trappable error allows program to continue.
VBConsole is a versatile ActiveX Dll that enables VB programmers to write powerful "true" Console apps.VBConsole packs the complicated console API into a simple and easy to use interface thus allowing even a beginner to take advantage of this versatile control And of course, Your vote will be appreciated !
To make those 3D stereograms. Some people know these by their commercial form of magic eye. Just load a picture, a pattern, and click generate. And like magic a picture with your hidden face inside. Very Commented, and i believe is easy to understand.
Gives an idea how to add items to popup menu on runtime.
This code adds Register and Unregister capabilities to the right click context menu. Whenever you click on a DLL or OCX you will be able to unregister or register it easily. No more going to the command prompt to register those DLL's. This INF file imports keys into your registry. Make sure you back up your registry, for safe measure. To install just right click and select Install. Brought to you by D & M
I needed a *good* auto resizer to minimize the time spent on resize code. I tried a few auto resizers, but none of them worked the way I wanted. So, I threw together this little piece of code. Unlike other resizers making assumptions on how to resize your controls, this code makes no assumptions. You the programmer are in total control of the resize behavior of each control on the form. IMPORTANT NOTES BELOW!
This module will enable you to run a program, or open a file in its associated app with one command. It also allows you to add web or email hyperlinks just as easily. See the sample form for examples.
UPDATED !!! bugs released , now with Errorhandling ..This application let it make a dynamic Webserver.. 'If you have a free account by provider ex. A , and you got some free webspace... 'but the provider wouldn't let you use the full advantage of free ASP.. PHP... 'and you have a PWS , IIS ,.... 'You can now make your own webserver .. 'How it works.. '----------------- 'you start this program .. then you can see a ico .. right down.., 'this application detects the ip adres..& then it change some data in the index.html.. 'local on your computer on drive.. x (change it by settings..) '& then it would be uploaded to your free web- provider.. 'Next step is, i have written some very- easy code in index.html (javascrpit) hat reads the 'ip adres & the script detects if your webserver is online.. if its true , 'the user navigates to your free account & the person will be directed to your webserver. '(standard port 80)... but you can change it in the javascript..' 'AND now you GOT THE FULL POWER... to do anythings... Please VOTE for me.. Remark : I use a freeware OCX called EZFTP.OCX, you can download it on my site (under construction) http://users.skynet.be/verburgh.peter PS : Read the ReadMe_Web.txt included in the ZIP file. Thx for the responses & helping hands !!
The Cool Title Bar control allows you to have custom title bars with spectacular gradient effects, image support and also a rich and interactive user interface. The simplicity of this control in terms of use and the power of it will enable even a novice programmer to create eye catching applications. NOTE:THIS CONTROL HAS NOT BEEN TESTED WITH VB 5/VB 4
COOL! Active X Control RGB Color Picker Photoshop Style.VOTE PLEASE!New In This Version Right Click Menu Over Color Picker Lets You Choose Between Web Safe And Non- Web Safe And Color Or Gray Scale Also Change A Few Misc.. Items. PLEASE VOTE FOR ME! Also COMMENTS AND SUGESSTIONS APPRECIATED!
Once again article on winsock. This time I will try teaching you how to make a Port Scanner. There is an article, a simple scanner and a simple scanner with more functions.
THIS IS MY OCX FOR STARDOCKS DESKTOP OBJECTS SEE SCREEN SHOT PS VOTE FOR ME THNAKS
Would not it be nice to have something that can play and/or decode file by using one control? So here we go. Xaudio.dll can do that. I did not write the DLL itself. Thanks to the guys who wrote it. I just made this DLL work within Visual Basic. So you will need the xaudio.dll and xanalyze.dll for this project. Place these DLL's into your Windows/System directory. Read ReadMe.txt file. You can find descriptions for DLL's iin official Xing site or drop me an e-mail.
A complete up to four player Yatzee game. It has die animation, Sound... The code should be fine for beginners with some experience with VB Fundamentals programming. Constructive feedbacks are appreciated more than votings. Have fun Knoton
This program will import any DBF file into GoldMine using the DBF to update existing records based on the AccountNo. This enables you to take your GoldMine data, export the entire Contact1 file, run cleanup on it and standardize it, then pull it back into GoldMine to update changes made to the file. This uses BDE and the GoldMine 5 API which you must have to run successfully, also contains a simulation mode which will not update GoldMine but will read and show changes in a CSV log. Also note that this import process by using the API does update sync information. As always use at your own risk, try a small test file, and vote ;p
Two pre made forms (Tab Strip and a dir select) ready to put into your apps from the VB project window. Form1 = 31 lines of code giving you a 6 window Tab form to start working with. Form2 = 13 lines of code giving complete access to you file system with minimum code. Just unZip to your forms file which by default would be somthing like "C:\Program Files\Microsoft Visual Studio\VB98\Template\Forms" then launch VB and add a form you will find them their. Saves me ages, I do have other forms but will only add them if people vote for these. JP keep on coding.
Well, this is v3 of my previous post. It contains 68 functions that are related to sorting, searching, hashing, moving, copying, adding, deleting arrays (+ some more :). Anyway, I think you get the idea. All possible speed enhancement have been implanted, including LOTS of CopyMemory. Each functions have been vigorously tested AND benchmarked for efficiency. The major new feature is a new sort algorithm, dubbed 'TriQuickSort'. I am aware that no sort algorithms are the fastest in all case, but I can affirm you that this one performs *very* well. It is about as fast as QuickSort, but does not suffer from nearly-sorted arrays. In many cases it can be even faster than QuickSort because it combines 2 sort algorithms, so that the major drawback of QuickSort gets done by another sort algorithm (InsertionSort). Anyway, on my previous post i had 4x 5 stars, so you guys should enjoy the newest version :)