Results for "Author: filipe lage"
These functions will provide you quick, fail-safe information about a specific disk letter you specify (ex: "C:\" ) GetDriveSerialID - Returns the serial number of a drive partition (if available) GetDriveFreeSpace - Returns the free space of the specified drive (if available) GetDriveSize - Returns the total drive space (if available) GetDriveUsedSpace - Returns the used disk space of the specified drive (if available) GetDriveLabel - Returns the volume label of the specified drive Some functions are declared as variant instead of longs, avoiding the 2GB limit.
Auto-fills a textbox as you type in... Exactly the same way as the textbox/combobox when you execute the Run window. Autocompletes the paths as you type...
Downloads any URL to a byte array/string in async mode without using any API's or external components. VB6 NATIVE CODE. I only needed MS Common Controls to add the listview for demonstration, but the control itself doesn't require it at all. You can add more than one URL at the same time for download. - Accepts both HTTP and FTP url's.
' Just a binary clock showing the current time... ' Funny to show to others who don't understand binary. Just tell them the time shown. ' They will ask you: How the hell do you know? :) ' I got the idea from a real desk binary clock available at geeks.com online store. ' Project time: 10mins
Just a bunch of VB6 hints and tricks I thought I could share with you. Many new hints and tricks you should know in VB6. How to add events to Windows Application log How to add controls in run time VB6 and the 2GB File limit - Be aware How to hide your application from task manager ASM Subclassing - Moving back is the safest way How to check for non-Modal permitions How to implement DIR$ correctly in your application. Convert ByteArrays to String and vice versa And more...
REVISION 2 - UPDATED: June, 18th 2003. This is a small, simple to use, and commented project for network chat, without using a server. It includes many features as: remote desktop sharing (and viewing), file transfer, remote user computer's information, hide in systray until someone messages, and many more... It's a small gift and token of my appreciation for www.planet-souce-code.com, since i have consulted PSC many times for info and code examples, and never submited (or contributed) any of my code. So, here is my contribution. Hope it's useful for someone. Thank you PSC! :) Filipe Camizão Lage fclage@mail.net4b.pt You may use this code freely in your projects, you can change it, etc, etc, yabayaba, but please do not remove my name from the credits.
Provides a good mathematical rounding of numbers instead of VB's "banking" round function. ' Revision C by Donald - 20060201 - (Bugfix) ' Revision D by Jeroen De Maeijer - 20100529 - (Bugfix) ' Revision E by Filipe Lage - 20100530 (speed improvements)
These functions will provide you quick, fail-safe information about a specific disk letter you specify (ex: "C:\" ) GetDriveSerialID - Returns the serial number of a drive partition (if available) GetDriveFreeSpace - Returns the free space of the specified drive (if available) GetDriveSize - Returns the total drive space (if available) GetDriveUsedSpace - Returns the used disk space of the specified drive (if available) GetDriveLabel - Returns the volume label of the specified drive Some functions are declared as variant instead of longs, avoiding the 2GB limit.
Auto-fills a textbox as you type in... Exactly the same way as the textbox/combobox when you execute the Run window. Autocompletes the paths as you type...
Downloads any URL to a byte array/string in async mode without using any API's or external components. VB6 NATIVE CODE. I only needed MS Common Controls to add the listview for demonstration, but the control itself doesn't require it at all. You can add more than one URL at the same time for download. - Accepts both HTTP and FTP url's.
' Just a binary clock showing the current time... ' Funny to show to others who don't understand binary. Just tell them the time shown. ' They will ask you: How the hell do you know? :) ' I got the idea from a real desk binary clock available at geeks.com online store. ' Project time: 10mins
Just a bunch of VB6 hints and tricks I thought I could share with you. Many new hints and tricks you should know in VB6. How to add events to Windows Application log How to add controls in run time VB6 and the 2GB File limit - Be aware How to hide your application from task manager ASM Subclassing - Moving back is the safest way How to check for non-Modal permitions How to implement DIR$ correctly in your application. Convert ByteArrays to String and vice versa And more...
REVISION 2 - UPDATED: June, 18th 2003. This is a small, simple to use, and commented project for network chat, without using a server. It includes many features as: remote desktop sharing (and viewing), file transfer, remote user computer's information, hide in systray until someone messages, and many more... It's a small gift and token of my appreciation for www.planet-souce-code.com, since i have consulted PSC many times for info and code examples, and never submited (or contributed) any of my code. So, here is my contribution. Hope it's useful for someone. Thank you PSC! :) Filipe Camizão Lage fclage@mail.net4b.pt You may use this code freely in your projects, you can change it, etc, etc, yabayaba, but please do not remove my name from the credits.
Provides a good mathematical rounding of numbers instead of VB's "banking" round function. ' Revision C by Donald - 20060201 - (Bugfix) ' Revision D by Jeroen De Maeijer - 20100529 - (Bugfix) ' Revision E by Filipe Lage - 20100530 (speed improvements)
These functions will provide you quick, fail-safe information about a specific disk letter you specify (ex: "C:\" ) GetDriveSerialID - Returns the serial number of a drive partition (if available) GetDriveFreeSpace - Returns the free space of the specified drive (if available) GetDriveSize - Returns the total drive space (if available) GetDriveUsedSpace - Returns the used disk space of the specified drive (if available) GetDriveLabel - Returns the volume label of the specified drive Some functions are declared as variant instead of longs, avoiding the 2GB limit.