in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.
All Tags » Image (RSS)

Browse by Tags

  • Re: Add an image on the left of each row?

    You can insert HTML code directly as the text of the cell so that it can display an image. This code adds an image before the text in cell 0,0 C1WebGrid1.Items(0).Cells(0).Text = "<img src=image.jpg >" & C1WebGrid1.Items(0).Cells(0).Text So you could set up a loop and name each image...
    Posted to WebGrid for ASP.NET (Forum) by C1_GregL on 12-26-2007
    Filed under: C1Webgrid, Image
  • 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: Creating an overview or thumbnail image

    A possible solution is to generate an image of the entire chart, and knowing the location and size of the plot area, use bitmap graphics to crop the image. Here is code to crop the plot area and display it in a Picturebox. Imports System.Drawing Imports System.Drawing.Imaging Dim plotWidth As Integer...
    Posted to Chart for .NET (Forum) by C1_GregL on 04-09-2008
    Filed under: C1Chart, PlotArea, Image
  • Re: opening a webdialog by clicking on image

    The problem is the main page is being refreshed when you click on an image. You can get around this by putting the image in an UpdatePanel so the whole page doesn't refresh and close the dialog. Hope that helps, Greg L
    Posted to WebDialog for ASP .NET (Forum) by C1_GregL on 12-04-2007
    Filed under: C1WebDialog, image
  • Images not showing in StackPanel

    I've got a StackPanel inside a ScrollViewer and I'm adding an Image object between some Labels. The Image isn't showing up. Any ideas?
    Posted to Silverlight Alpha (Forum) by mattcasto on 12-21-2007
    Filed under: image
Page 1 of 1 (5 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.