CompuServe Messages

VB Control Help

    18-Jan-94 07:45:55
Sb: #76567-VB Control Help
Fm: Joseph Micel 71726,3353
To: Andrew McClary 71234,35
Well . . . You could set up an installation routine. When the user installs the program and launches it for the first time, the program looks for an *.INI file with it's name. If it's not there, it prompts the user for information then writes that info to an *.INI file that the program uses in places where that is needed. You would need to use the API calls WritePrivateProfileString & ReadPrivateProfileString. I don't have my code here at home, but if want, I could send you an example of how it would look.