|
-
Mar 29th, 2020, 11:06 AM
#6
Re: [RESOLVED] OCX Major/Mnior Version Question
@wqweto. In VB source files...
Reference = ... #hex.hex#hex
Object = ... #dec.dec#dec
I'm assuming the LCID in Object lines are decimal since major/minor are decimal
In the registry, all are hex
my test results: I set major to 10 and minor to 16
Object={6DB5C5A5-7614-489E-8893-7942BFC94828}#10.16#0; Project1.ocx
in the registry, it showed as: a.10
edited. as expected, within a form hosting the compiled ocx
Object = "{6DB5C5A5-7614-489E-8893-7942BFC94828}#10.16#0"; "Project1.ocx"
Last edited by LaVolpe; Mar 29th, 2020 at 12:32 PM.
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
|