Library code snippets
MRJ Color Choice 3.0
Now updated...
Added file and folder existant check so the user can't try to do something opening a file or folder that isnt there.
In other words, basic error handling.
I added a maintenance view that describes a lot of the basic usage of a listview control.
1) load data from a ASCII file to list view
2) save data from a list view to ASCII file
3) remove item from list view
4) Column header events in listviews
5) Sorting listview by command button and combo box selection
6) How to use the combobox1.Text value as Selected Text
Now using ShowColor API code instead of slide controls
and a wohle lot of other things...
It also displays the use of the API function GetPixel and it's VB equivalent.
The VB Equivalent is however commented out.
Compiled executable and full source to this application is included in the uploaded zip file.
The PDF file is gone but an extensive end user help file in HTML is included too.
Simply extract the entire zip file into a directory of its own.
All bas and frm files and so on are included.
It is simply a tool created for the apparel industry where they may want to generate a long list of their color choises. Thus being able to post a color chart on their web site.
It will also allow you to look at how the Common Dialog syntax is laid out in a a basic way, as well as see how pictures are loaded to picture boxes dynamically.
Once more, this describes how to save data form your application to a separate file in ascii format for later use.
have fun!
Related articles
Related discussion
-
Problem with migration to C# (CoCreateInstanceEx)
by LRollison (1 replies)
-
VB6 Problem Creating Shortcuts
by rb1177 (0 replies)
-
how can i open a file
by kyawswarhtun (0 replies)
-
how to save any one form what i want?
by blackguy (5 replies)
-
Build an MP3 Player
by soybees (4 replies)
Related podcasts
-
Christian Beauclair
14 mai 2008 (�mission #0074) ::.Christian Beauclair: Stratégies de migration VB6 vers .NET Nous discutons avec Christian Beauclair des stratégies de migration VB6 vers .NET. Entre autres, nous discutons comment utiliser le "VB 6 Code Advisor" et le "Interop Forms Toolkit" pour ajouter la puiss...
This thread is for discussions of MRJ Color Choice 3.0.