O.K. I am creating a random prog (nothing to do with you snobs here
) and I am having a problem with the Manifest. Yes, I am using VB6, sorry. Here is the code that I am using to implement the Manifest file:
Option Explicit
Private Declare Function InitCommonControls Lib "Comctl32.dll" () As Long
Private Sub Form_Initialize()
'Gives XP Interface if manifest is included.
Dim X As Long
X = InitCommonControls
End Sub
However when I have an Option and/or Checkbox, it shows up like the attached image. I checked the coding in the manifest file itself, but everything seems alright. Can somebody please help me?

Aqua-Soft Forums