VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



API for beginners made easy

by MrBobo (49 Submissions)
Category: VB function enhancement
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (28 Votes)

API for beginners made easy.
Yet another submission for beginners. The API is sometimes avoided when first starting VB programming because it seems too difficult. In fact it's quite easy, just experiment. I've tried to split the code up to into various modules to make it clearer to undertand. Vb controls sometimes lack some properties we as programmers need. The API can be used to return those properties to us. In addition API gives us access to built in dialogs and other functions not otherwise available through VB. This demo covers only a few of the more common API functions, there are hundreds and hundreds of others!
Modify VB Controls: Listview Flat Column headers, Treeview no tooltips, Progress bar change back/forecolor, Textbox - lower/uppercase and numbers only, Command button - thick edge, flat, hover.
Dialogs: Open, Save, Browse for Folder, Printer, PageSetup, Color, Font, Add to Favorites, Organize Favorites, Import/Export Favorites, About.
Functions: GUID Generator, Unique Temp filename, IE Version, Keycode giver, Hard Disk info, Common Paths, Long filename, Short filename, FileExists, Binary open/save
String Parsing: Pathonly, Fileonly, ExtensionOnly, ChangeExtension, Unique filename, File size, Trim null characters.
I recommend you visit www.allapi.net for excellent downloads regarding the API - but be quick, I understand the site is closing soon.

Rate API for beginners made easy

Download API for beginners made easy

Download API for beginners made easy (23 KB)

API for beginners made easy Comments

No comments have been posted about API for beginners made easy. Why not be the first to post a comment about API for beginners made easy.

Post your comment

Subject:
Message:
0/1000 characters