Advertisement

Results for "Author: filipe lage"

ASP_Volume3 #49096
AutoComplete textbox and comboboxes like Explorer does

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...

ASP_Volume3 #49097
VB6 Native HTTP/FTP Async Multiple Download

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.

ASP_Volume3 #49098
BinaryClock

' 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

ASP_Volume3 #49099
Updated - 27 VB Hints and Tricks you should know

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...

ASP_Volume3 #49100
FCL NetChat (rev2) - Now with remote desktop sharing

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.

ASP_Volume3 #49101
FASTEST GoodRound function (Revision D) 2010-06-10 Update!

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)

ASP_Volume3 #49102
Get drive information (Disk ID, FreeSpace, Label, etc)

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.

4_2005-2006 #154393
AutoComplete textbox and comboboxes like Explorer does

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...

4_2005-2006 #154394
VB6 Native HTTP/FTP Async Multiple Download

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.

4_2005-2006 #154395
BinaryClock

' 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

4_2005-2006 #154396
Updated - 27 VB Hints and Tricks you should know

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...

4_2005-2006 #154397
FCL NetChat (rev2) - Now with remote desktop sharing

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.

4_2005-2006 #154398
FASTEST GoodRound function (Revision D) 2010-06-10 Update!

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)

4_2005-2006 #154399
Get drive information (Disk ID, FreeSpace, Label, etc)

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.

5_2007-2008 #176911
AutoComplete textbox and comboboxes like Explorer does

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...

5_2007-2008 #176912
VB6 Native HTTP/FTP Async Multiple Download

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.

5_2007-2008 #176913
BinaryClock

' 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

5_2007-2008 #176914
Updated - 27 VB Hints and Tricks you should know

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...

5_2007-2008 #176915
FCL NetChat (rev2) - Now with remote desktop sharing

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.

5_2007-2008 #176916
FASTEST GoodRound function (Revision D) 2010-06-10 Update!

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)

Languages
Top Categories
Global Discovery