Results for "Volume: ASP_Volume3"
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 code will create completely random numbers for you!
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.
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 :)
Converting decimal value to hexadecimal WITHOUT! using the VB functions or mod (which are limited to long data type value), therefore the function can handle BIG numbers, untill 15,000,000,000,000,000 (1.5E+16).
Simple flat button control, pops up on mouse over, Preeses down on mouse down, goes flat on mouse out, includes the MouseMove, MouseDown, MouseUp, MouseOut and Click Event, Can change the picture property or have no picture at all. No timer control needed.
The designer Top/Bottom bar Activex Control is a scrollable toolbar sort of entity that imitates Outlook bar. I made this for topic selection in my astrology package. Its quite well designed, and will be good for software with multi documents/topics. I have supplied the source(.ctl) file in here. Don't forget to rate this code. Warning: There are no comments in the code.
Strings play an important role in every software. This tutorial is big, it has everything that a beginner wants. This version is modified to remove some mistakes in the previous one, and adds some information about instr. I'd be glad to see your feedback. Thanks! Note: Since I am no guru, this could be all wrong, use it at your own risk.
A complete Media Manager Project, that can play almost all types of media formats like, DVD, MP3, AVI, from CD-ROM or Hard Drive. Built in function "strfnFindCD" provides automatic detection of your CD-ROM drive. Auto play VCDs or DVDs. Select multiple media files and play without any interruption.
This is a simple program I wrote for my frineds to view pictures that I burned onto a cd for them. It has a resize (fit-to-screen) algorythm for pictures that are larger than the desktop resolution. It also includes an on-the-fly timer adjustment (with an estimatated viewing lenght display). It'll also display the filename if you wish. This is my first PSC upload, so please let me know what you think. thanx
This small app. contains code to read/write ID3v1 and ID3v2 Tags from/to MP3 files. This code is used in one of my commercial applications. Please vote for me if you like it, it took many hours of development, specially the ID3v2 part (see ID3v2.org for specs.)
It returns the path of the windows or temp folders.