473,721 Members | 2,259 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Disable Key Board in Powerpoint slide

49 New Member
Hi,
Can any one tell me How to disable Keyboard Functions using JavaScript.If knows please tell me the code.Also tell me the code for mouse disable also.

Thanks,
Nagesh.
Sep 10 '08
16 6676
acoder
16,027 Recognized Expert Moderator MVP
Merged threads. Please do not double post your questions.

Also remember to use code tags when posting code. See How to ask a question.

Moderator.
Sep 12 '08 #11
nagmvs
49 New Member
What exactly are you trying to achieve by blocking these keys and mouse events? If you're trying to protect the content, then forget it. It's not worth the effort and will easily be bypassed by someone willing enough.

Hello sir,

Thanks for ur advice. If i am not getting the exact result means what i do.so i send questions again.ok if u know the answer means answer it.why ur asking me like this sir.

Ok
u must respect the customers.ok then only ur site is big hit.if ur doing same things means -----------------------? see sir here all r posting questions ok

ok.
Sep 12 '08 #12
nagmvs
49 New Member
Merged threads. Please do not double post your questions.

Also remember to use code tags when posting code. See How to ask a question.

Moderator.
Hello sir,

i know the site rules and every thing,ok no need to tell me again.

suppose if we want to buy one product means we know all the advantages of that product then only we buy it.ok
so when i want to join this site first day i read all ur rules.ok
so no need to post ur rules for me .ok

bye.
Sep 12 '08 #13
acoder
16,027 Recognized Expert Moderator MVP
If you're not going to abide by the rules, then the rules will be pointed out to you. It's not enough to read the rules, you also have to follow them.
Sep 12 '08 #14
acoder
16,027 Recognized Expert Moderator MVP
Thanks for ur advice. If i am not getting the exact result means what i do.so i send questions again.ok if u know the answer means answer it.why ur asking me like this sir.

Ok
u must respect the customers.ok then only ur site is big hit.if ur doing same things means -----------------------?
Firstly, you're not my customer. I don't own this site and you're getting free help. Now I don't know if you took the wrong meaning from my post, but that was unintended. I was asking a genuine question and letting you know that your effort on this 'problem' might be wasted and put to better use elsewhere.

Let's say you got a fabulous script that does all the blocking. I can disable JavaScript and get all the content anyway. If not, I could view the source to see the content. All this mouse/key disabling/blocking will do is annoy your users.

Do you see where I'm coming from?
Sep 12 '08 #15
nagmvs
49 New Member
Firstly, you're not my customer. I don't own this site and you're getting free help. Now I don't know if you took the wrong meaning from my post, but that was unintended. I was asking a genuine question and letting you know that your effort on this 'problem' might be wasted and put to better use elsewhere.

Let's say you got a fabulous script that does all the blocking. I can disable JavaScript and get all the content anyway. If not, I could view the source to see the content. All this mouse/key disabling/blocking will do is annoy your users.

Do you see where I'm coming from?

Ok sir Thanks,Now onwards i will follow ur rules.And depending on my rquirement i must disable the keyboard.So for that reason only i post here.Sir already i am disable the right click so no one can see my source.and also i am disable toolbars,static bars and every thing.so there is no way to see my source.

leave all thse things sir.Sorry for that.ok

Regards,
Nagesh.
Sep 13 '08 #16
acoder
16,027 Recognized Expert Moderator MVP
Even if you make all these efforts to stop someone getting at the source, they could just disable JavaScript. In fact, I suggest you try it. Go into your browser options and disable JavaScript and try loading the page again.

If you're still insistent, see post #5 to see how you could disable certain keys.
Sep 13 '08 #17

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

Similar topics

0
1638
by: careta | last post by:
Hello, I'm trying to automate PP creation from VB.net. The initial code is (as extracted from MSDN's KB209960): Public Sub Command1_Click() ' Start PowerPoint. Dim ppApp As PowerPoint.Application ppApp = CreateObject("Powerpoint.Application") ' Make it visible.
0
568
by: Ata | last post by:
Hello, I am trying to copy the contents of the output of SQL Reporting Services to a PowerPoint slide. For this, I am using SQL Reporting Services to obtain an IMAGE stream, which I paste to the Windows clipboard. Then, using automation, I am trying to copy this information from the clipboard to a PowerPoint slide. However, I get an error at slide.Shapes.PasteSpecial. I am able create a System.Drawing.Bitmap object from the memory...
2
10207
by: WillRead | last post by:
I have a VB.Net application and a PowerPoint presentation explaining how each form in the application works, etc.. I would like to select and display the slide appropriate for each form by pressing the F1 key. In other words, I want to use the powerpoint presentation for my help system. I am calling the SlideShow from the applications menu, and it works great; however, the same techniques are not working for selecting individual slides. ...
8
7074
by: Rut | last post by:
Does anyone know how to start powerpoint from vb.net without the ppt screen appearing. I want to keep it hidden? Using this code: Try pp = New PowerPoint.Application pp.Visible = Office.MsoTriState.msoTrue pp.WindowState = PowerPoint.PpWindowState.ppWindowMinimized Application.DoEvents()
0
2020
by: milkyman | last post by:
Hi there, I hope you can help me. I did download some code, from the Microsoft knolidgebase(MSDN), and it's great. I just don't know how to change the code so that it uses a template, thats on my computer, instate of a blank page. Also i want to controle the presentation with a mouse click(or both). Now it's changing a slide after 5 sec. if i press the mouse button nothing hapens. thank you for helping me.... :) here is the code:
1
4038
by: EmmettBrown | last post by:
Hello, Just wondering if anyone can advise. I am trying to remotely control Powerpoint using a microprocessor. I am using RS232 (COM1). The idea is that the microprocessor sends ASCII strings to the PC and Powerpoint changes to the corresponding slide. For example: 01n - Go to slide 1 05n - Go to slide 5 02n - Go to slide 2, etc I have managed to get a VBscript macro going in Powerpoint. Once the show begins I click a button to...
1
13922
by: mumbaisalsa | last post by:
hi all, i want to run the slide show say ten slides and then close it , but in my code given below it opens the slide show and closes immediately ... .. please give me a solution to this problem 1. Please add MsPowerpoint11.0 object present in COM in ur references. 2. Code : -- Dim appPowerpoint as Powerpoint.Application
3
8116
by: WPeterson | last post by:
Converting PowerPoint to Flash would absolutely be a good choice to distribute your bulky PowerPoint presentations. You can do the whole PowerPoint to Flash conversion manually or with professional applications. First, you'll need to prepare the PowerPoint files. Make sure you are not using any complicated gradients or animations. These will be interpreted poorly when they are brought into Flash. Also, make sure there are no objects that...
1
11892
by: chrizstone | last post by:
Hi Guys, What i want to do is: I want to create a Slide programmatically where a Table is on it! Here´s my Code: String strTemplate; strTemplate = template; String tableSlide = @"C:\Temp\TableSlide_" + guid.ToString();
0
8840
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9215
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9064
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8007
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6669
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5981
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4484
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2576
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2130
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.