Dependencies |
Post Reply |
Author | |
GeorgeA
Newbie Joined: 26 November 2004 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 26 November 2004 at 11:36am |
What are the dependencies for Propertylist for distribution of control with VB6 application? Does it have already built-in own controls like color picker, font, text box etc Or it uses VB common controls? |
|
George Aston
|
|
Boyd
Senior Member Joined: 08 December 2003 Location: United States Status: Offline Points: 285 |
Post Options
Thanks(0)
|
I believe the only dependency for PropertyGrid is 'mfc42.dll'. Everything is a custom implementation that doesn't use any of the VB common controls. |
|
GeorgeA
Newbie Joined: 26 November 2004 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
That's interesting, I found in sample project the following line of code: Private Declare Function InitCommonControls Lib "Comctl32.dll" () As Long It is not a common controls library? |
|
George Aston
|
|
Boyd
Senior Member Joined: 08 December 2003 Location: United States Status: Offline Points: 285 |
Post Options
Thanks(0)
|
The 'InitCommonControls' function is typically called to allow Visual Basic applications to implement a manifest file and draw using XP themes on Windows XP. If this function call is not made, your application could potentially crash when trying to implement the themes. The 'comctl32.dll' library is a typical dependency of Visual Basic, and is not a dependency of the PropertyGrid itself.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |