Click here to Skip to main content
16,018,797 members

Comments by rodriguesjax (Top 3 by date)

rodriguesjax 22-Jul-10 6:49am View    
wow nice tutorials.
rodriguesjax 14-Jul-10 14:48pm View    
and can i make a browser based jar applications, ie connecting with internet?
rodriguesjax 14-Jul-10 3:16am View    
Silverlight messagebox code is
MessageBox.Show("This is message text", "Caption", MessageBoxButton.OKCancel); or
MessageBox.Show("This is message text", "Caption", MessageBoxButton.OK);
And there is some difference in appearance from javascript like button is flat in silverlight messagebox.