Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 2005 > Visual Basic 2005 Basics
|
Visual Basic 2005 Basics If you are new to Visual Basic programming with version 2005, this is the place to start your questions. For questions about the book: Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome, ISBN: 0-7645-7401-9 please, use this forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Basic 2005 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 4th, 2007, 10:21 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 428
Thanks: 57
Thanked 2 Times in 2 Posts
Default objEvent Properties in vbscript?

Sorry if there's a better forum for this question, but I could not find one for vbscript questions. If somebody could point me to one, I'll repost the question there, otherwise, "Hello WROX???"

Can anybody tell me where I can find a list of properties for objEvent when referenced as it is below?

function onKeyPress(objEvent) {
     var iKeyCode, strKey;

     iKeyCode = objEvent.keyCode;
   }

Yes, I know this is javascript, but I'd prefer a site that contains vbscript examples, if at all possible. And, yes, I also know that vbscript is not as portable as javascript. That's irrelevant because this is for an intranet application that will only run in IE. I just need to know what properties I can reference and the vbscript syntax to do so.

Thanks!
 
Old January 4th, 2007, 03:52 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Ron,

This might get you started...

http://msdn.microsoft.com/workshop/a.../obj_event.asp

-Peter
 
Old January 4th, 2007, 03:55 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 428
Thanks: 57
Thanked 2 Times in 2 Posts
Default

Just what I was looking for. Thanks!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Interrogating Properties tclancy C# 0 January 11th, 2007 09:41 AM
Browser Properties shek_lko Beginning PHP 1 May 20th, 2006 10:36 AM
properties aadz5 C# 3 December 29th, 2003 11:38 AM
Properties robert_83 .NET Web Services 0 July 30th, 2003 07:27 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.