Hello, I'm trying to understand what the &H& numbers represent Does anyone know I'm new to anlayzing code and trying to resolve a problem looking at code but not sure what the "&Hxxxxxx" represent
Consants, Hex number to be converted, what
Thanks to anyone that can answer my questions.
Public Enum enumFileDialog
cdlOFNReadOnly = &H1
cdlOFNOverwritePrompt = &H2
cdlOFNHideReadOnly = &H4
cdlOFNNoChangeDir = &H8
cdlOFNSHOWHELP = &H10
cdlOFNNoValidate = &H100
cdlOFNAllowMultiselect = &H200
cdlOFNExtensionDifferent = &H400
cdlOFNPathMustExist = &H800
cdlOFNFileMustExist = &H1000
cdlOFNCreatePrompt = &H2000
cdlOFNShareAware = &H4000
cdlOFNNoReadOnlyReturn = &H8000
cdlOFNNOTESTFILECREATE = &H10000
cdlOFNNONETWORKBUTTON = &H20000
cdlOFNNoLongNames = &H40000
cdlOFNExplorer = &H80000
cdlOFNNoDereferenceLinks = &H100000
cdlOFNLongNames = &H200000