![]() |
O.K, this may be easiest thing in the world to do, but I don't know how to save data (e.g ComboBox Items) from a VB6 application into a text file (without a flex grid). I can load from a file, and do so using this code:
:
Private Sub Form_Load() |
If you are needing to save a variable to disk as a file, add this function to your project (cut & paste) and then use the example below for how to call it.
:
Private Function SaveFile(txtFile, ByVal MyText As String):
strVarAYou would use like so: :
SaveFile "D:\File.txt", strVarAYou do not need to use a variable in place of strVarA, you can just put the text you want to save inside of quotes. :
SaveFile "D:\File.txt", "This is the contents of File.txt" |
Thanks
|
No Prob. Welcome to the Forums by the way.
|
| All times are GMT -5. The time now is 4:51 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC