Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
AnswerRe: Populate a *.sdf database from a dataset Pin
Colin Angus Mackay16-Jul-07 0:15
Colin Angus Mackay16-Jul-07 0:15 
GeneralRe: Populate a *.sdf database from a dataset Pin
pmartike16-Jul-07 0:44
pmartike16-Jul-07 0:44 
GeneralRe: Populate a *.sdf database from a dataset Pin
Mike Dimmick16-Jul-07 0:59
Mike Dimmick16-Jul-07 0:59 
GeneralRe: Populate a *.sdf database from a dataset Pin
Colin Angus Mackay16-Jul-07 2:29
Colin Angus Mackay16-Jul-07 2:29 
AnswerRe: Populate a *.sdf database from a dataset Pin
Mike Dimmick16-Jul-07 0:55
Mike Dimmick16-Jul-07 0:55 
GeneralRe: Populate a *.sdf database from a dataset Pin
pmartike16-Jul-07 3:08
pmartike16-Jul-07 3:08 
GeneralRe: Populate a *.sdf database from a dataset Pin
Mike Dimmick16-Jul-07 6:04
Mike Dimmick16-Jul-07 6:04 
QuestionXAML How to get parent property Pin
Juan Pablo G.C.15-Jul-07 23:18
Juan Pablo G.C.15-Jul-07 23:18 
Suppose the next code:

<StackPanel Orientation="Horizontal" Width="120" Height="30">
<Ellipse Fill="#FFBF5757" Stroke="#FF000000" />
</StackPanel>

How do I to make the ellipse the same width of the stackpanel?

<StackPanel Orientation="Horizontal" Width="120" Height="30" <b>x:Name="panel"></b>
<Ellipse Fill="#FFBF5757" Stroke="#FF000000" <b>Width={panel.Width}</b> />
</StackPanel>

I don't know how. Thanks for any help

Juan Pablo G.C.
Overrider Blog


AnswerRe: XAML How to get parent property Pin
snorkie16-Jul-07 3:10
professionalsnorkie16-Jul-07 3:10 
Questionjava script Pin
kalyan_241615-Jul-07 23:08
kalyan_241615-Jul-07 23:08 
AnswerRe: java script Pin
Nouman Bhatti15-Jul-07 23:20
Nouman Bhatti15-Jul-07 23:20 
QuestionCustom stored procedure in netTiers Pin
thuannguyen15-Jul-07 22:15
thuannguyen15-Jul-07 22:15 
AnswerRe: Custom stored procedure in netTiers Pin
Vasudevan Deepak Kumar15-Jul-07 22:39
Vasudevan Deepak Kumar15-Jul-07 22:39 
Questionhow to set the number of rows in listview in c# Pin
monuSaini15-Jul-07 22:10
monuSaini15-Jul-07 22:10 
AnswerRe: how to set the number of rows in listview in c# Pin
Eduard Keilholz15-Jul-07 22:48
Eduard Keilholz15-Jul-07 22:48 
AnswerRe: how to set the number of rows in listview in c# Pin
mav.northwind16-Jul-07 3:34
mav.northwind16-Jul-07 3:34 
QuestionAccessing the program folder Pin
AlexZieg7115-Jul-07 22:01
AlexZieg7115-Jul-07 22:01 
AnswerRe: Accessing the program folder Pin
Vasudevan Deepak Kumar15-Jul-07 22:41
Vasudevan Deepak Kumar15-Jul-07 22:41 
GeneralRe: Accessing the program folder Pin
AlexZieg7115-Jul-07 23:22
AlexZieg7115-Jul-07 23:22 
GeneralRe: Accessing the program folder Pin
AlexZieg7116-Jul-07 0:09
AlexZieg7116-Jul-07 0:09 
GeneralRe: Accessing the program folder Pin
mav.northwind16-Jul-07 10:04
mav.northwind16-Jul-07 10:04 
GeneralRe: Accessing the program folder Pin
AlexZieg7116-Jul-07 10:09
AlexZieg7116-Jul-07 10:09 
GeneralRe: Accessing the program folder Pin
mav.northwind16-Jul-07 19:10
mav.northwind16-Jul-07 19:10 
QuestionGet CPU,Memory & Disk utilization Pin
kaushal65415-Jul-07 21:50
kaushal65415-Jul-07 21:50 
AnswerRe: Get CPU,Memory & Disk utilization Pin
Malcolm Smart15-Jul-07 22:06
Malcolm Smart15-Jul-07 22:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.