in

C1 Community

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

Browse by Tags

  • Load Image from URL not working

    We have a report which lists a bunch of images / info from our database. The images are URL's like: http://www.domain.com/images/2/image.gif When I run the report on my local machine all the images show up correctly. When I run the report from our staging server no images appear. The images are pointing...
    Posted to Reports for .NET (Forum) by CastingNetworks on 09-06-2007
    Filed under: images
  • Re: Image in C1.Combo

    hi Marcel, This can be done using the FetchCellStyle method. Example for Column(0)... C1Combo1.Splits(0).DisplayColumns(0).FetchStyle = True Private Sub C1Combo1_FetchCellStyle( ByVal sender As System.Object, ByVal e As C1.Win.C1List.FetchCellStyleEventArgs) Handles C1Combo1.FetchCellStyle If e.Col ...
    Posted to List for .NET (Forum) by C1_GregL on 10-25-2007
    Filed under: C1Combo, Images
  • Re: Button Image for DBNavigator

    Yes, you can create an ImageList of images and assign them as the collection of button images. The images will fill over the buttons starting with the leftmost button. Here's sample code: 'Add custom button images Dim imgs As New ImageList Dim img As Image Dim appPath As String = Application...
    Posted to Input for .NET (Forum) by C1_GregL on 09-11-2007
    Filed under: button, ImageList, images, C1DBNavigator
  • C1Button image is the wrong size.

    When I set the C1Button VisualStyle property to Office2007* and assign an image to the image property the image gets resized to the next largest size. For example, if I attach a 16x16 icon to the button image property the image is scaled to 24x24. This does not happen with the other visual styles, just...
    Posted to Input for .NET (Forum) by mwinsor on 05-26-2008
    Filed under: ImageList, images, c1button, VisualStyle, Office2007
Page 1 of 1 (4 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.