I know how to do it in VB6, I have code snippets coming out my ears for VB6,
but with the new framework in Visual Studio 2005, how do you get/put from a
..INI
If I attempt to use a VB6 snippet in Studio 05 it whinges about using the
'as Any' type in my declarations, and it whinges about using the String$()
function when creating a buffer string variable. Infact, it whinges a whole
lot, why my employer got VS05 I'll never know. :(
Anyway, thanks in advance for any help.
If people have simple alternatives for the use of .ini's for my future
reference, that'd be handy as well. Assumably .xl?
Cheers,
Tommy
--
-------------------------------
Please respond to my posts via the newsgroup as the e-mail provided is not
monitored.
but with the new framework in Visual Studio 2005, how do you get/put from a
..INI
If I attempt to use a VB6 snippet in Studio 05 it whinges about using the
'as Any' type in my declarations, and it whinges about using the String$()
function when creating a buffer string variable. Infact, it whinges a whole
lot, why my employer got VS05 I'll never know. :(
Anyway, thanks in advance for any help.
If people have simple alternatives for the use of .ini's for my future
reference, that'd be handy as well. Assumably .xl?
Cheers,
Tommy
--
-------------------------------
Please respond to my posts via the newsgroup as the e-mail provided is not
monitored.
Comment