|
|
Put icons into the tray notification area and respond to mouse
clicks. Not an ActiveX control, but VB4 source with lots of API
declarations. Includes MsgHook from Zane Thomas. |
|
|
Low level I/O - Sorry that it's 16-bit code, but with this very
cool DLL from Jonathan Wood at Soft Circuits you can do low-level
stuff (like hardware I/O, DOS interrupts etc.) from within Visual
Basic. If you need to talk to this DLL from 32-bit VB4, you can
always write a 16-bit OLE server. |
|
|
If you're still using VB3 or have to use the 16-bit version of
VB4, this DLL and sample application from Microsoft will get
you the same results as the RAS ActiveX control, but not quite
as easily as ActiveX. |
|
|
A little DLL that does byte, word and longword conversions inside
32-bit Visual Basic.Very helpful for ASPI ActiveX users. |