473,661 Members | 2,440 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE Hosted Windows UserControl will not show Tooltip (SECOND POST)

I initally posted this July 29, 05 and did not get any replies:

I have a Windows Forms UserControl that runs in a thick client. I am
now deploying it within an IE web page. Everything works fine,
including events, except for one feature. As the mouse is moved across
the control, a System.Windows. Forms.Tooltip is used within the control
to display information to the user about what is under the mouse. It
works fine in the thick client but does not display in the web version.

Previously, our control was ActiveX and the tooltip worked fine in both

thick and browser clients. Any assistance would be appreciated.
Thanks.

Nov 19 '05 #1
2 3013
IE, unlike a winform, does not create a tooltip, you code will have to do it
manually. see the ToolTip class.

-- bruce (sqlwork.com)
<to**@lugg.co m> wrote in message
news:11******** *************@f 14g2000cwb.goog legroups.com...
I initally posted this July 29, 05 and did not get any replies:

I have a Windows Forms UserControl that runs in a thick client. I am
now deploying it within an IE web page. Everything works fine,
including events, except for one feature. As the mouse is moved across
the control, a System.Windows. Forms.Tooltip is used within the control
to display information to the user about what is under the mouse. It
works fine in the thick client but does not display in the web version.

Previously, our control was ActiveX and the tooltip worked fine in both

thick and browser clients. Any assistance would be appreciated.
Thanks.

Nov 19 '05 #2
is the event even being fired? can you put a message box or alert prompt to
test to see if the event is fired or not? One thought is that the event
fires but doesn't complete which means the error may lie outside of the
event hookup. If the event isn't firing, then the event hook up is the
problem.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

<to**@lugg.co m> wrote in message
news:11******** *************@f 14g2000cwb.goog legroups.com...
I initally posted this July 29, 05 and did not get any replies:

I have a Windows Forms UserControl that runs in a thick client. I am
now deploying it within an IE web page. Everything works fine,
including events, except for one feature. As the mouse is moved across
the control, a System.Windows. Forms.Tooltip is used within the control
to display information to the user about what is under the mouse. It
works fine in the thick client but does not display in the web version.

Previously, our control was ActiveX and the tooltip worked fine in both

thick and browser clients. Any assistance would be appreciated.
Thanks.

Nov 19 '05 #3

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

Similar topics

0
2213
by: Jeff M | last post by:
For my application an activeX refers to "program displayed within Internet Explorer" After looking over the docs for VB.NET it looks impossible. ---START--- USERCONTROL CHANGES IN VISUAL BASIC .NET In Visual Basic 6.0, UserControl projects (also known as ActiveX Control projects) were used to create ActiveX controls. After they were compiled,
4
10054
by: Henry Padilla | last post by:
I am making a UserControl that is entirely taken up by Labels. I have found a way to pass the Click even to the outside (I have the same handler for each label.click and that raises a this.OnClick(e); ) How do I do this with whatever mystery is the ToolTip component? Since the UserControl surface is not exposed, it will never send the ToolTip whatever it needs to fire. I've tried the OnMouseHover() I've tried looking for the ToolTip...
0
992
by: tony | last post by:
I have a Windows Forms UserControl that runs in a thick client. I am now deploying it within an IE web page. Everything works fine, including events, except for one feature. As the mouse is moved across the control, a System.Windows.Forms.Tooltip is used within the control to display information to the user about what is under the mouse. It works fine in the thick client but does not display in the web version. Previously, our control...
5
1742
by: Keith | last post by:
Please help. I've been developing a windows forms user control to be hosted in IE/ASP.NET. The control is developed in .NET v1.1, and for now I'll need to keep it in that version. Recently I installed .NET 2.0. Now the control loads into .NET 2.0 instead of 1.1 (per System.Environment.Runtime) on my development box. I'm using an app.config file that I'm pulling into the aspx page using a <link> element. In that config file I'm...
1
1565
by: Lloyd Sheen | last post by:
I have the following situation: Need a user resizable user control. After much trying with user control I came across the idea of hosting the controls in a form marked as not TopLevel = false. This work fine for most cases, allowing the user to resize the form (and controls within the form. The forms them selves are create dynamically when the user drags a node from a listview to a panel (contained in a Usercontrol which is hosted by...
1
6602
by: Sakharam Phapale | last post by:
Hi All, I have developed my own user control and created custom mouse enter event. I need to show ToolTip on mouse enter event. I have written following code for that, but it doesn't show ToolTip. Private Sub MyControl_MouseEnter() Dim myToolTip as New ToolTip() myToolTip.SetToolTip(myControl,"Hello") End Sub
0
982
by: Filippo Bettinaglio | last post by:
tool: VS2005 C# I have a Windows Forms UserControl hosted within Internet Explorer According to MIcrosoft documentation: You can access the HTML DOM representing the page on which your UserControl is hosted in order to change the document's structure or open modal dialog boxes, among many other possibilities.
0
1111
by: Filippo Bettinaglio | last post by:
C# 2005 How do i get the pointer (System.Windows.Forms.HtmlDocument or mshtml.HTMLDocument) to the DOM of the HTML page in which my UserControl (windows form) is hosted in Internet Explorer? Can anyone show me the code? Many Thanks,
0
2091
by: Jake Montgomery | last post by:
I am using .NET 2.0 forms and running on Windows XP SP2. When I have a tooltip on a combo box, and the combo box is expanded (“dropped down”) using the arrow, it will no longer display it’s tooltip, no matter how long I hover. Even if I move off the control and back it will still not display its tooltip. If I then go to another control that has tootips, then back to the combobox, it will again display its tooltip, until the next time it is...
0
8432
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
8855
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
8758
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
8633
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
5653
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
4179
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...
1
2762
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
2
1986
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1743
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.