User Profile

Collapse

Profile Sidebar

Collapse
gangste85™
gangste85™
Last Activity: Mar 20 '08, 08:43 AM
Joined: Mar 13 '08
Location: Netherlands
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • gangste85™
    replied to Convert String to Imagename
    in .NET
    I have declared a image.

    <Grid>
    <Image Height="60" Width="40" Margin="10,10,0 ,0" Name="image1" VerticalAlignme nt="Top" HorizontalAlign ment="Left" Stretch="Fill" Source="/BackEnd_Demo_1; component/c_virginmary4.g if" Grid.Row="1" />
    </Grid>

    In a XML file i have two value's 20 and...
    See more | Go to post

    Leave a comment:


  • gangste85™
    started a topic Convert String to Imagename
    in .NET

    Convert String to Imagename

    Hello,

    i am having a C# convert problem. I am using a XML to save positions of all the items on screen so you can customize.
    I am having a image right now. Its Called Image1.
    I have a string and a int.

    If i use
    Image1.Height = int;

    the image will be change to the int value.
    Now i have a string with the value Image1, if i use
    string.Height = int;

    I am...
    See more | Go to post
No activity results to display
Show More
Working...