当前位置:网站首页>Getting started with Silverlight development 1
Getting started with Silverlight development 1
2022-06-25 05:55:00 【bcbobo21cn】
VS2012 Create a new silver project ;

Silverlight Applications cannot run independently , In the dialog box that pops up later, we can choose to create a ASP.NET Web Site perhaps Web Application Project For hosting Silverlight Applications ;
After creation, the project structure is as follows ;
Let's have a project, sir ; More than one. ClientBin Folder , There is a .xap file ; This is the assembly run by the silver project ; This must be present during deployment ;
Take a look at the generated aspx Containing the silver light js;
Go to interface design xaml part ; Add a button ;
understand xaml For grammar, please refer to some of my WPF post , Or related tutorials ;
Name the button btn1, And add an event handling code ;
private void Button_Click_1(object sender, RoutedEventArgs e)
{
this.btn1.Background = new SolidColorBrush(Colors.Orange);
}
function ; Click button , Button background color changes ;
边栏推荐
- Laravel8 fill data
- [OSPF routing calculation (class I LSA router, class II LSA network, and class III LSA sum net)] -20211228-30
- 1.5.3 use tcpdump to observe ARP communication process
- Is the securities account of Qiantang education safe? Is it reliable?
- SAP ui5 date type sap ui. model. type. Analysis of date parsing format
- Introduction to MySQL test run test framework
- JMeter stress testing and agent recording
- Part 34 of SAP ui5 application development tutorial - device adaptation of SAP ui5 application based on device type
- Ethernet
- Common cluster deployment schemes in redis
猜你喜欢
![[OSPF routing calculation (class I LSA router, class II LSA network, and class III LSA sum net)] -20211228-30](/img/c7/e38a7a5cd4c1e4105c3f3f246276c6.jpg)
[OSPF routing calculation (class I LSA router, class II LSA network, and class III LSA sum net)] -20211228-30

1.6.3 use tcpdump to observe DNS communication process

Deep analysis of epoll reactor code
SAP ui5 tutorial for beginners part XXVI - detailed steps for using OData service with mock server trial version
Part 34 of SAP ui5 application development tutorial - device adaptation of SAP ui5 application based on device type
Wind farm visualization: wind farm data

Semantic segmentation cvpr2019-advance: advantageous enterprise minimization for domain adaptation in semantic segmentation

Incorrect dependency of POM file

Trouble of setting table property to null

Day18 (set, generic, hash table, tree, stack and queue, graph, array and linked list)
随机推荐
The simplest way to tell you is to hash and not hash
Technology inventory: Technology Evolution and Future Trend Outlook of cloud native Middleware
SAP ui5 tutorial for beginners part XXVI - detailed steps for using OData service with mock server trial version
[kicad image] download and installation
[untitled]
Only these four instructions are required to operate SQL data
Soft exam information system project manager_ Management Science (Operations Research) 2--- senior information system project manager of soft test 034
SAP ui5 beginner tutorial No. 27 - unit test tool quNit introduction trial version for SAP ui5 application
16 application problem solving
Semantic segmentation cvpr2019-advance: advantageous enterprise minimization for domain adaptation in semantic segmentation
MySQL tuning --01--- optimization steps and system performance parameters
Leetcode topic [array] -36- effective Sudoku
I got to know data types and function variables for the first time. I learned data types and function variables together today and yesterday, so I saved them in the first issue to record.
Add the author watermark plugin v1.4 update to the posts of elegant grass discuz plugin - some forums post errors and bugs have been fixed
How the sap ui5 framework performs single step debugging of batch requests
Yunda's cloud based business in Taiwan construction 𞓜 practical school
Guava common collection tool classes
Day17 (set)
Use of pytorch tensorboard
The k-th node of the binary search tree [sword finger offer]