473,466 Members | 1,456 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

How to disable "Do you want to allow this website to open an app?"

43 New Member
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below.

Expand|Select|Wrap|Line Numbers
  1. Dim IE As Object
  2.  
  3.     Set IE = CreateObject("InternetExplorer.Application")
  4.     IE.Navigate "whatsapp://send?phone=" & Me.Mobile & "&text=" & "Welcome! Admission of " & " " & Me.StudentName & " " & Me.Prefix & " " & Me.Father_Name & " " & "has been successful in Class" & " " & Me.Class & " " & Me.ClassSection & ". " & DLookup("[Institute Name]", "Profile")
  5.     Sleep 3000
  6.     SendKeys "~"
  7.     SendKeys "{NUMLOCK}", True
  8.     Set IE = Nothing
  9.  
But the problem is that, every time I got a popup message "Do you want to allow this website to open an app from your computer? App: WhatsApp". Can I disable that popup permanently?

Thanks
Feb 25 '24 #1
1 20694
NeoPa
32,556 Recognized Expert Moderator MVP
Hi Aftab.

I suspect there may be a way, but you've posted your question in the Access forum. The popup is not an Access message but comes from either your O/S (probably) or your browser (maybe). You will need to ask somewhere where they know about this & can help you.

Good luck.
Mar 28 '24 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: melvynm | last post by:
Currently I'm trying to make a plugin for my browser (Maxthon/IE6) which allows me to select any text on the current page and press the plugin button to create a new tab with the selection. This...
2
by: OutdoorGuy | last post by:
Greetings, I have a "newbie" question in relation to opening files from C#. I have a Windows form where I allow the user to type in a file extension in a text box (e.g., "xls"). I then take...
0
by: joe | last post by:
How to disable imagebutton postback when i enter "enter" i just want postback when click mouse
4
by: arajunk | last post by:
In Firefox this opens a full size window (maximized) . In IE it opens the partial window requiring user to click restore (upper right) to maximize. What am I missing ? var...
0
by: almurph | last post by:
Folks, Hope that you can help me here. Just a quick question. I as using IIS 5.1 and can download a web service from SourceSafe onto my developers box. Let call the project "WebServiceA" ...
1
by: Ronen Yacov | last post by:
Hi There, I've using IE 7.0.5730.11 on Windows XP. I want to open a pop up using javascript without showing the status bar, and to do so I use the function: function openwindow() {...
7
kcdoell
by: kcdoell | last post by:
Hello: I have a form that I want to open using a filter that I have created. I have done this usually by pointing the record source of the form to the query/filter that I created. In this new...
5
by: Cirene | last post by:
I just deployed my new ASP.NET (3.5 FW) site to the hosting company I'm using, webhost4life. NOTE: I HAVE deployed other SQL Server sites to the same account with no issues. Now I'm getting...
0
by: tvnaidu | last post by:
Trying to open"Remote desktop connection", windows says"choose program you want to use to open this file". earlier it used to work, something happened, not sure something te deleted form my Windows...
3
by: MarcinM | last post by:
Hello, I customized ribbon for a pivot chart form using the below given code - it displays the only required buttons. However, when I disable "allow full menus" only empty tab is displayed. How...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.