westony's Profile User Rating: -----

Reputation: 0 Apprentice
Group:
New Members
Active Posts:
4 (0 per day)
Joined:
26-July 10
Profile Views:
151
Last Active:
User is offline Aug 19 2011 01:34 PM
Currently:
Offline

Previous Fields

Dream Kudos:
0
Icon   westony has not set their status

Posts I've Made

  1. In Topic: Socket Question

    Posted 9 Aug 2011

    No its that the problem ...
  2. In Topic: Application which is re-sizing according to the resolution screen

    Posted 7 Aug 2011

    Of course that I tried, but I am new in OOP and just can't find the way that it must be done... I don't wanna do it for me, I just ask to guide me which Panel to use, and how to achieve this effect, I achieved only by the simplest way

            <Grid>
                <Grid.RowDefinitions>
                    <RowDefinition Height="*" />
                    <RowDefinition Height="5*" />
                    <RowDefinition Height="*" />
                    <RowDefinition Height="*" />
                </Grid.RowDefinitions>
                <Grid.ColumnDefinitions>
                    <ColumnDefinition Width="*" />
                    <ColumnDefinition Width="4*" />
                </Grid.ColumnDefinitions>
                <Image Source="img/img1.png" Grid.Row="0" Grid.Column="0" />
                <Label Grid.Row="1" Grid.Column="0" Content="E-Mail:"/>
                <Label Grid.Row="2" Grid.Column="0" Content="Comment:"/>
    
                <TextBox Grid.Column="1" Grid.Row="1" Margin="3" />
                <TextBox Grid.Column="1" Grid.Row="2" Margin="3" />
                <Button Grid.Column="1" Grid.Row="3" HorizontalAlignment="Right" 
                    MinWidth="80" Margin="3" Content="Send"  />
            </Grid>
    


    Again I just ask to show me the way, not to do it instead of me...

My Information

Member Title:
New D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

westony hasn't added any friends yet.

Comments

westony has no profile comments yet. Why not say hello?