|
-
Feb 6th, 2020, 05:03 PM
#25
Re: [VB6] Win7 Taskbar Features with ITaskbarList3 (overlay, progress in taskbar, etc
Look through the sample projects on the oleexp page, there's tons of examples of using PROPVARIANTs with IPropertyStore values.
Basically, for a simple number, you can use an unmodified Variant type. .SetValue(5), or if it's in say a Long, .SetValue(CVar(lngVar))
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|