I am looking through some old VB6 code using WordPad (since I don't have VB6). After many variable declarations at the module level, I see a second line that sets some attribute for the variable, as shown in the example below. It appears that attribute number 1073741852 is the same for all ads.
Public testPath as Integer Attribute TestPath.VB_VarUserMemID = 1073741852
Since I don't have open source in VB6, I'm not sure if attribute lines are visible in VB6 ide.
Does anyone know the value of this attribute?
source share