| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Expert RTF Editor class | VB 6.0, VB Script | Advanced / ADI BARDA (from psc cd) | 2281 since 1/28/2015 9:45:00 PM |
By 3 Users
|
|
This class is an RTF textbox wrapper wrriten in VB6. The class can let you write your own editors and you can control the colors of the words by using simple methods. i have seen some RTF coloring stuff in PSC but this code is different. i edit the RTF co ...(description truncated) |
|
|
|
 |
ezUndoRedo | VB 6.0 | Intermediate / RegX (from psc cd) | 814 since 1/21/2015 10:26:00 AM |
By 5 Users
|
|
This is a simple class module with examples to
add undo/redo functionality to an RichTextBox control. I say simple because there are many ways to implement undo/redo stacks. This is probably the simplest aproach using a single collection for the stack. Ot ...(description truncated) (ScreenShot) |
|
|
|
 |
FlexGridINI Class | VB 6.0 | Intermediate / Dan Sumner (from psc cd) | 893 since 1/29/2015 1:37:00 AM |
By 3 Users
|
|
This is a class that will make it easy to save and set the column widths for your flexgrids by writing or reading the column widths from a ini file that you name. I did not write the iniclass that is included. I downloaded it from planet source code web s ...(description truncated) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
GUI In VBScript Using Internet Explorer | VB Script | Intermediate / DVM (from psc cd) | 1562 since 1/30/2015 8:47:00 AM |
By 2 Users
|
|
These are samples using the internet explorer to get a GUI in vbscript.
All the scripts start with the function i wrote in createWindow.vbs. They are just showing how to get a GUI, only the checkbox samples works with userinput. They are all using HTML to ...(description truncated) |
|
|
|
 |
Highlight On Mouse Over - No Glitches | VB 6.0 | Intermediate / Nick Spliff (from psc cd) | 620 since 1/22/2015 9:27:00 PM |
By 6 Users
|
|
Have you ever created a link for your email or homepage, which uses an object that highlights when you move your mouse over it? This is a much more efficient method of doing this, because it will always show the correct state. The reason for this is that ...(description truncated) (ScreenShot) |
|
|
|
 |
How-to exit an application correctly | VB 4.0 (32-bit), VB 5.0, VB 6.0 | Beginner / Slider (from psc cd) | 911 since 1/19/2015 3:11:00 AM |
By 7 Users
|
|
This article demonstrates how to exit an application cleanly with user prompting (if required) without using the END Statement. (ScreenShot) |
|
|
|
 |
Hyper Nodes | VB 6.0 | Advanced / Nicholas Forystek | 5717 since 1/4/2018 8:00:06 PM | Unrated
|
|
These are my nodes in visual basic so far. Right now they only hold primitive data types, or just a value simply in address spec. (ScreenShot) |
|
|
|
 |
Implementing collection classes | VB 5.0, VB 6.0 | Intermediate / JPlumey (from psc cd) | 870 since 1/17/2015 6:22:00 AM |
By 3 Users
|
|
This project group gives you a very quick overview on how to develop your own types using a collection class. I created this for a quick tutorial for my buddies at work and it should give you how to wrap a collection object into your own class. Use the pr ...(description truncated) |
|
|
|
 |
Inheritance Without Containment | VB 6.0 | Advanced / Kamilche (from psc cd) | 863 since 2/4/2015 5:23:00 AM |
By 2 Users
|
|
This example illustrates how to set up inheritance in VB, without using containment ('has-a') processing. The data structure is very flexible, as each class and object instance is basically a hash table (a dictionary in VB). It usess 'CallByName' to call ...(description truncated) (ScreenShot) |
|
|
|
 |
Introduction to Class Programming in VB | VB 5.0, VB 6.0 | Intermediate / Dante Salvador (from psc cd) | 984 since 2/2/2015 11:26:00 PM |
By 7 Users
|
|
This tutorial is intended for student who are new to Class programming in Visual Basic. The Series Articles are still in development but here the 3 portion of this articles. |
|