473,544 Members | 2,516 Online
Bytes | Software Development & Data Engineering Community
+ 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 20774
NeoPa
32,563 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
1537
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 will do the job: <script language="JavaScript"> javascript:r4NSy3m=document.selection.createRange();oDgs2Ke=r4NSy3m.text;dT30FfN=new...
2
4389
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 that extension and use that as my filter criteria for the File Open dialog. Once the user selects a file with that extension (from the File Open...
0
2440
by: joe | last post by:
How to disable imagebutton postback when i enter "enter" i just want postback when click mouse
4
3218
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 infoWindow=window.open('usgsMain.html','USGSwindow','status=no,resizable=yes,scrollbars=yes');
0
1243
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" However my system will not all to create the default website: http://localhost/WebServiceA but rather creates as default:
1
6955
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() { window.open("http://www.javascript- coder.com","mywindow","menubar=1,resizable=1,status=no,width=350,height=250"); }
7
2678
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 project, I want to open the form using the "On Open" event, via the properties of the form, and leave my record source pointing to the original table...
5
3536
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 this error. Any idea why? Server Error in '/myuser4/MyWebApp' Application....
0
1630
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 machine. any idea?
3
1470
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 can it be fixed? Thank you for any suggestions. <!-- Piovot chart ribbon --> <customUI...
0
7447
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
1
7400
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5314
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
4935
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3437
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3429
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1857
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1000
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
684
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.