Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

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.

[Help] About the patch and overwrite the file in VB.NET 2008

Featured Replies

Posted

I have this problem need help, I created a button in VB.Net, then I make the following code

VB.NET 2008:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
FileOpen(1, My.Application.Info.DirectoryPath & "\file.exe", OpenMode.Binary)
FilePut(1, &H5003C0, &H7600)
FileClose(1)

This code will make the process as follows:

First it will download a file (file.exe) to specify its path with the old file.exe will then open this file and overwrite.

But here it just file.exe changed from old to new file.exe a new file, but does not override

Please help me about this code in VB.NET 2008

Here's the code in VB6, it successfully implemented

VB6:

Private Sub Button1_Click()
Open App.Path & "\file.exe" For Binary As #1
Put #1, &H5003C0, &H760
Close #1

Edited by inloves

Create an account or sign in to comment

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.