User Profile

Collapse

Profile Sidebar

Collapse
evank3
evank3
Last Activity: Apr 11 '07, 01:07 AM
Joined: Apr 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • evank3
    replied to How to save text data in my programme
    I read this on another site, and I think it works

    Declarations:
    Code:
    Private myString As String
    To Retrieve Data:
    Code:
    myString = GetSetting("myApp", "Settings", "myString", vbNullString)
    Textbox1.Text = myString
    myString = GetSetting("myApp", "Settings", "myString2", vbNullString)
    Textbox2.Text = mystring
    myString = GetSetting("myApp",
    ...
    See more | Go to post

    Leave a comment:


  • WebBrowser Without Microsoft Internet Controls?

    Ok, so I was trying to use a Web Browser in my application and it was working for a long time, but all the sudden it stopped working when I used it in an exe file. I then thought that I made an error, but I checked some of my other files that use web browsers that were working before, and now they don't work. I am running IE7, and tried re-installing that. I also Tried using shdocvw.dll and ieframe.dll and both of them didn't work.
    ...
    See more | Go to post
No activity results to display
Show More
Working...