All the properties are saved in this .ini file. If you specify full path name, ActiveX control saves .ini file in specified folder. However, if you specify only file name without folder name, ActiveX control saves .ini file in Windows system directory. This property is a persistent property.
Syntax
Return Value
Example
|
.IniFile = "tty.ini" ‘ C:\Windows\tty.ini
.IniFile = "C:\a.x" ‘ C:\a.x
|
|
m_hsms.SetIniFile("tty.ini"); // C:\Windows\tty.ini
m_hsms.SetIniFile("C:\a.x"); // C:\a.x
|
Remarks
The extension of file name is not always ini, but traditionally it is better to use ini.
See Also
|