TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nikolai Vitsyn
NA
3
0
MultiPoint Buttons/Visual Studio 2005 Problem!
Jan 15 2008 12:00 PM
Hi,
Is anybody know how work Microsoft MultiPoint buttons with Visual Studio 2005?
My "One Click Button" example, see below, don't doing nothing.:
<Window x:Class="MultiPointApplication2.MultiPointWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:multipointns="clr-namespace:Microsoft.MultiPoint.MultiPointControls;assembly=Microsoft.MultiPoint.MultiPointControls"
Title="MultiPointApplication" Height="300" Width="300"
>
<Grid>
<Button Name="btn1" Height="50" Width="200" Background="Red" Foreground="White"
FontFamily="Times New Roman" FontSize="14" Content="Red Button" Click="ButtonClickMethod"/>
</Grid>
<x:Code>
<![CDATA[
void ButtonClickMethod(object sender, RoutedEventArgs e)
{
btn1.Background = Brushes.Green;
MessageBox.Show("Red Button clicked");
}
]]>
</x:Code>
</Window>
Please help me.
Nikolai
Reply
Answers (
0
)
URGENT: how to filtering and sorting XML using vb.net?? pls help...
Object reference not set to an instance of an object.