Search results for query: *

  • Users: makisiki
  • Content: Threads
  • Order by date
  1. M

    WebBrowser htmlPlayer Volume control with TrackBar ?

    ... this is the code for the Player Public Sub htmlPlayer() Dim html As String = "<html><head>" html += "<meta content='IE=Edge' http-equiv='X-UA-Compatible'/>" html += "<div style = 'position:absolute; left: 0;right: 0;top: 0;bottom: 0;background: black;'>"...
  2. M

    Save settings (text in TextBox) without My.Settings, SaveSetting, DataBase, *.txt ?

    My.Settings = (file) SaveSetting = (registry) SQL-DataBase = (file) config, ini, txt ... = (file) How do i save the settings without using the above (or Save the Text in the TextBox) ? I want the application to have only one .exe file and I don't want to write it in the registry. Is there...
Back
Top