Kinook Software Forum

Go Back   Kinook Software Forum > Search Forums
Register FAQ Community Calendar Today's Posts Search

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: kinook
Forum: [VBP] General Discussion 05-08-2015, 04:25 PM
Replies: 10
Views: 16,196
Posted By kinook
Yes, or objStep.Property("Expand") = True ...

Yes, or

objStep.Property("Expand") = True
objStep.Property("buildfailsteps") = False

I should have also mentioned that the default for buildfailsteps is -1 (True) and Expand is 0 (False).
Forum: [VBP] General Discussion 05-08-2015, 02:41 PM
Replies: 10
Views: 16,196
Posted By kinook
To reduce file size, properties that are set to...

To reduce file size, properties that are set to the default value for a property are not stored in the .bld file.
Forum: [VBP] General Discussion 09-22-2014, 11:33 AM
Replies: 10
Views: 16,196
Posted By kinook
2 is 2-byte integer, 3 is 4-byte integer. ...

2 is 2-byte integer, 3 is 4-byte integer.
http://msdn.microsoft.com/en-us/library/cc237865.aspx

Either one is fine, but to explicitly set to 3, use

objStep.Property("ValueType") = CLng(4)
Forum: [VBP] General Discussion 09-22-2014, 10:08 AM
Replies: 10
Views: 16,196
Posted By kinook
The KeyRoot property values are: -2147483647...

The KeyRoot property values are:

-2147483647 = HKEY_CURRENT_USER
-2147483648 = HKEY_CLASSES_ROOT
-2147483646 = HKEY_LOCAL_MACHINE

The ValueType property values are:

1 = String
4 = DWORD
Showing results 1 to 4 of 4

 

All times are GMT -5. The time now is 11:43 PM.


Copyright © 1999-2023 Kinook Software, Inc.