in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Browse by Tags

  • c1supertooltip_thumbnailtips

    Windows Application Qn. 1. ) How can i use a C# project in vb.net project ? This is becouse some functions in c# are still not available in vb.net. eg : tabControl1. GetTabRect (index).Contains(pt) Qn. 2. ) How can i get rectangle cordinates of Tabs in a DockingTab at the mouseover event of DockingTab...
    Posted to SuperToolTip for .NET (Forum) by jeneeshkv on 02-05-2008
    Filed under: C1SuperToolTip
  • Re: picturebox in super tooltip

    You can display the image from the picture box since the image is added to your project as a resource. Just select the image in the Solution Explorer and set Build Action to Embedded Resource. Then you can add the image in HTML style: Dim tip As String tip = "<img src='res://image.jpg'>"...
    Posted to SuperToolTip for .NET (Forum) by C1_GregL on 03-21-2008
    Filed under: C1SuperToolTip, image
  • Re: Displaying SuperTootip in C1Commands

    You can use the C1SuperToolTip on the C1ToolBar. Then use the toolbar's CurrentLinkChanged event to determine which C1Command link the mouse is over and modify the tooltip accordingly. I attached a simple sample. Regards, Greg L
    Posted to SuperToolTip for .NET (Forum) by C1_GregL on 10-18-2007
    Filed under: C1Command, C1SuperToolTip
Page 1 of 1 (3 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.