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_secs.SetIniFile("tty.ini"); // C:\Windows\tty.ini
m_secs.SetIniFile("C:\a.x"); // C:\a.x
|
Remarks
The extension of file name should not always be ini, but traditionally it is better to use ini.
See Also
|