Using ini-files with VB 6.0

后端 未结 2 477
不知归路
不知归路 2021-01-15 03:29

I must be getting daft, but I can\'t seem to find how to read old-fashioned ini files with VB 6.0. All I can seem to find is about reading from and writing to the registry.

相关标签:
2条回答
  • 2021-01-15 04:05

    See the top answer on this thread. Nope, it's no different in VB! :-)

    0 讨论(0)
  • 2021-01-15 04:25

    Use the GetPrivateProfile* functions. Some examples of how to do this with a Declare statement are here:

    • codeguru
    • vbforums
    0 讨论(0)
提交回复
热议问题