VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A few SHORT, USEFUL FUNCTIONS using APIs that you've never heard of, with many comments


Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (11 Votes)

Let's see what I have... You can use my functions to display the Change Icon Dialog, just like in the shortcut properties (Updated: NOW WORKS!). You can check if a file has an executable extension. You can show the Exit Windows MsgBox ("You must restart for the changes to go to bed"). And you can show the Run Dialog (see screen shot).

Inputs
There are many! Each function has its own, and the code has many comments in it, you'll know.
Assumes
It's very well commented IMHO, so if you know how subs and functions generally work (and any programmer knows that) you will understand how to use the code. You need just slightly more than that to actually understand the code, though. But you'll manage =)
Code Returns
Usually? True on success, False on failure. *grin*
Side Effects
The Exit Windows MsgBox may accidentally exit windows! Oh no!
API Declarations
' There are exactly ten declarations and fourteen constants!
' Check the code out!
' Please vote if you find it useful, and please give feedback even if you don't!

Rate A few SHORT, USEFUL FUNCTIONS using APIs that you've never heard of, with many comments

Download A few SHORT, USEFUL FUNCTIONS using APIs that you've never heard of, with many comments

Download A few SHORT, USEFUL FUNCTIONS using APIs that you've never heard of, with many comments (4 KB)

A few SHORT, USEFUL FUNCTIONS using APIs that you've never heard of, with many comments Comments

No comments have been posted about A few SHORT, USEFUL FUNCTIONS using APIs that you've never heard of, with many comments. Why not be the first to post a comment about A few SHORT, USEFUL FUNCTIONS using APIs that you've never heard of, with many comments.

Post your comment

Subject:
Message:
0/1000 characters