Used this from the code bank
Adding a manifest file per instructions from the codebankVB Code:
Private Declare Function InitCommonControls Lib "comctl32.dll" () As Long Private Sub MDIForm_Initialize() InitCommonControls End Sub
My user has a couple desktop database apps that they wanted it to look more along the Xp look
Tried this approach it works well on one program the next one bombs, won't start up Gives "Run Time Error '7'"
Out of memory.
Remove the manifest and everything works fine but no look
Also in the IDE the program works with the Xp look, no errors
Any ideas?




Reply With Quote