473,946 Members | 10,704 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Internet Explorer Band Objects

Has anyone done any development with Internet Explorer band objects in
VB.NET?

If so, how did you resolve the issue surrounding IEs failure to process the
backspace keydown event for edit controls hosted within band objects?

I've found several C++ examples addressing this problem, and they do so by
implementing the TranslateAccele ratorIO method. However, even though I have
this method implemented in my bandobject class, IE never calls it.

I found online a C# project that implements this routine, but IE functions
the same with this version as well - it never calls the routine.

How do I get my bandobject library to raise the keydown event for the
backspace key if IE won't call the routine required to raise the event?

I would appreciate any direction anyone could offer.

Craig
Nov 22 '05 #1
2 2430
In case anyone has an interest, after some digging, googling, trial, and
much error, I've learned that in order for TranslateAccele ratorIO to fire,
IE must know that the control for which it should fire has focus. So, to
solve the problem, just use the OnFocusChangeIS method within the control's
GotFocus method, et voila ... TranslateAccele ratorIO fires.

Cheers,
Craig

"Craig" <us**@domain.co m> wrote in message
news:k1******** ***********@tor nado.tampabay.r r.com...
Has anyone done any development with Internet Explorer band objects in
VB.NET?

If so, how did you resolve the issue surrounding IEs failure to process the backspace keydown event for edit controls hosted within band objects?

I've found several C++ examples addressing this problem, and they do so by
implementing the TranslateAccele ratorIO method. However, even though I have this method implemented in my bandobject class, IE never calls it.

I found online a C# project that implements this routine, but IE functions
the same with this version as well - it never calls the routine.

How do I get my bandobject library to raise the keydown event for the
backspace key if IE won't call the routine required to raise the event?

I would appreciate any direction anyone could offer.

Craig

Nov 22 '05 #2
In case anyone has an interest, after some digging, googling, trial, and
much error, I've learned that in order for TranslateAccele ratorIO to fire,
IE must know that the control for which it should fire has focus. So, to
solve the problem, just use the OnFocusChangeIS method within the control's
GotFocus method, et voila ... TranslateAccele ratorIO fires.

Cheers,
Craig

"Craig" <us**@domain.co m> wrote in message
news:k1******** ***********@tor nado.tampabay.r r.com...
Has anyone done any development with Internet Explorer band objects in
VB.NET?

If so, how did you resolve the issue surrounding IEs failure to process the backspace keydown event for edit controls hosted within band objects?

I've found several C++ examples addressing this problem, and they do so by
implementing the TranslateAccele ratorIO method. However, even though I have this method implemented in my bandobject class, IE never calls it.

I found online a C# project that implements this routine, but IE functions
the same with this version as well - it never calls the routine.

How do I get my bandobject library to raise the keydown event for the
backspace key if IE won't call the routine required to raise the event?

I would appreciate any direction anyone could offer.

Craig

Nov 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
435
by: Craig | last post by:
Has anyone done any development with Internet Explorer band objects in VB.NET? If so, how did you resolve the issue surrounding IEs failure to process the backspace keydown event for edit controls hosted within band objects? I've found several C++ examples addressing this problem, and they do so by implementing the TranslateAcceleratorIO method. However, even though I have this method implemented in my bandobject class, IE never calls...
0
1045
by: Kevin Menard | last post by:
Hi, I have a project that is both an explorer band and a BHO. I'm using WISE to take a snapshot of the system after I do a "regasm" followed by a "regasm /codebase". Running this on a system gets it all set up, but unfortunately, the installer (which needs to work system-wide, so anything in %APPDATA% and HKCU are ignored) doesn't seem to set things up properly when I run on a different system. The BHO works fine, but the explorer...
2
2031
by: Takuya Matsumoto | last post by:
Hi to all, I was wondering whether this was possible/how it was possible. I would like to add a custom button to Internet Explorer ReBar. I believe it is called ReBar or CoolBar; what I mean is the bar in the Internet Explorer where you have "Back" button. Towards the right, MSN Messenger had added a button on my computer, for example. What I would like to do is to add a button and when the user presses the
4
2254
by: jm | last post by:
I can't find anything on the subject with C#. Thank you for any guidance. I want to create MDI windows within IE, not IE as a child window of something else.
1
2089
by: almir | last post by:
Hi, is there a way to develop a plugin for Internet Explorer with .net, is there a source in internet describing this? I need to develop a small plugin for intranet which starts local exe file wiht parameter from url. thanks
10
2413
by: milk-jam | last post by:
I'm trying to write a log which save each time internet explorer is opened or closed and all of the url which where visited? Any help is greatly appreciated.
4
1517
by: Peter | last post by:
I would like to an IE toolbar with a few buttons & the like. please can someone point me in the right direction. need to do this in VB.NET (found a sample in C# - but taht was complicated & couldn't make head or tale of it).
1
1060
by: balu | last post by:
Hi all, I developed a application that extends Internet Explorer with Band Objects.As You know that Band Objects are com components. It is running fine. It will adds a toolbar and some buttons to the internet explorer. But I am Unfortunately unable to deploy the developed application . Kindly Help me in this regard. Any kind of help is appreciable.
3
9855
by: google | last post by:
I am trying to complete a javascript application and am having problems with code similar to that show below. Much testing has shown that Firefox finishes the code shown in around 0.25 secs but Internet Explorer 6 takes a massive 3.5 secs! Internet Explorer 7 gets it down to around 2 seconds - but that's still 8 times slower than Firefox and way unacceptable for my userbase. Looking through the newsgroups there is some discussion...
7
3067
by: johnny15 | last post by:
I have used below the following parameters in my stylesheet.This give me a grey background around my tables that contains the sites content. This works fine using Microsoft Internet Explorer but does not work on Mozilla and Netscape browsers as you can see at www.windsoraccess.co.uk .. Could someone let me know how I can resolve this issue. Thanks in advancce body {font-size: 8pt;
0
9976
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11554
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
11143
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...
1
11328
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 most users, this new feature is actually very convenient. If you want to control the update process,...
1
8241
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
7406
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
6100
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...
0
6320
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
4526
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.