Used this from the code bank
VB Code:
  1. Private Declare Function InitCommonControls Lib "comctl32.dll" () As Long
  2. Private Sub MDIForm_Initialize()
  3. InitCommonControls
  4. End Sub
Adding a manifest file per instructions from the codebank
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?