Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Computer-Pro

Member
  • Joined

  • Last visited

  • Country

    United States

Everything posted by Computer-Pro

  1. Is there anyway to notify the user when their web server is being accessed? Thanks
  2. Hi I have tabbed browsing setup on a webrowser I made in VB. But Now I want to add a status bar label witch changes on BeforeNavigate2 and NavigateComplete2. I can't add the Handles clause to The Dim Browser. Here is my code: Public Class Form1 Dim NewTabPage As New TabPage Private Sub browser_NavigateComplete2(ByVal sender As Object, ByVal e As AxSHDocVw.DWebBrowserEvents2_NavigateComplete2Event) Handles browser.NavigateComplete2 For Each c As Control In TabControl1.SelectedTab.Controls Dim browser As AxSHDocVw.AxWebBrowser = TryCast(c, AxSHDocVw.AxWebBrowser) If browser IsNot Nothing Then ToolStripStatusLabel1.Text = "Done" ToolStripComboBox1.Text = NewBrowser.LocationURL.ToString NewTabPage.Text = browser.LocationName Exit For End If Next End Sub Private Sub AddTabToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddTabToolStripMenuItem.Click TabControl1.TabPages.Add(NewTabPage) NewTabPage.Controls.Add(New AxSHDocVw.AxWebBrowser) End Sub
  3. How do I connect to a proxy server in Network Conections In Win Xp Pro?
  4. I read that you have to have XP Pro. Then I got XP Pro and followed the instructions but the web app still says CHMOD site.dat to 777. So what do I do?
  5. Ok I will try it when I get home and let you know if it will work. I thought about doing it this way but didn't know if there was a faster way. Like an app that does the registry renaming for you. Thanks for your reply, Computer-Pro
  6. Is there a way to change the system folder? I accedentaly installed windows without formating the drive first. So windows was installed in "WINDOWS.0" I would like to change it to: "WINDOWS" How can I do that without causing problems? Thanks!
  7. Hi, What is the equivalent to *nix chmod 777 on Windows XP Pro running Apache? I am asking becuase a file needs to be chmoded to 777. Thanks!

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.