PureBasic readable PB_Flags inside executeable !? bug?
Posted: Sun Jan 01, 2006 6:03 pm
I think when using ExplorerListGadget() like in following small example code, there will be some "unused?" stuff inside the executeable!?
Stuff you can find in the executeable are:
Code: Select all
If OpenWindow(0,0,0,500,500,#PB_Window_SystemMenu|#PB_Window_ScreenCentered,"Test") And CreateGadgetList(WindowID(0))
ExplorerListGadget(0, 10, 10, 480, 480, "*.*", #PB_Explorer_MultiSelect)
Repeat : Until WaitWindowEvent()=#PB_Event_CloseWindow
EndIf
Code: Select all
RHSDANTCOE
PB_Explorer_Column_Accessed
PB_Explorer_Column_Created
PB_Explorer_Column_Attributes
PB_Explorer_Column_Modified
PB_Explorer_Column_Type
PB_Explorer_Column_Size
PB_Explorer_Column_Name
ExplorerList_FakeParent
ExplorerList_ParentClass