Latest News

  • Silverlight Online Chat
    Jul 24, 2010

    Today we launch the new Silverlight Live Chat application demonstrating the Liquid RichTextBox and Emoticon replacements.

  • New Super Shoot Em Up 2 Game
    Jun 29, 2010

    Added to the Games section is the new Super Shoot 'Em Up 2 game. Take control of your tank with the aim to defeat the computer controlled opponents. Features all new weapons, levels and Battle Mode!

  • Silverlight 4 Controls V5.3.2 Released
    Jun 28, 2010

    This release contains several fixes raised in the forums.

  • New Sandmania Puzzle Game
    Jun 18, 2010

    Sandmania is the latest game from vectorlight, the aim of this game is to guide sand from the top of the screen to the various colored containers below.

  • New Moon Tower Defense Game
    May 29, 2010

    Added to the Games section is the new Moon Tower Defense game. Defend the Moon from the circling Aliens and Humans.

magicrat
magicrat
How to get a Yes No Message Box Posted: Mar 11, 2010
 

Hello, brand new here...


I am just working with teh Message Box and want ot show more than one button for a yes no type of message box.  How do I do this in code?  I need this message box to change depending on the reson it is shown so I have to change the buttons before I show it.  Also how do I hide the X close button?


Thanks in advance!

 
 
dan
dan
RE: How to get a Yes No Message Box Posted: Mar 28, 2010
 

Hi,


For this you should use a normal Popup Dialog, that way you can configure whatever buttons you need and also disable the X close button using the IsCloseEnabled property.


Thanks!