473,416 Members | 1,542 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

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

43 32bit
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 20638
NeoPa
32,556 Expert Mod 16PB
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.
4 Weeks Ago #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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.