Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
WPF PDF viewer
no vote
Introduction:

blueware
2016-08-23
3
1
How to view word document in WPF application
4.0
Introduction The Sample demonstrates how to view word document in WPF application. WPF does not support to view Word documents directly but some customers want to show word document in WPF. So we can use WPF DocumentViewer control to host fixed document such as XPS document. And we also can convert word document to xps document using VSTO.
blueware
2016-08-23
0
1
COM Connection Points (Marshall-ed as Events in .N
no vote
A typical scenario in COM has client objects instantiating server objects and then making calls to those objects. Without a special mechanism, however, it would be very difficult for those server objects to turn around and make calls back to the client objects. COM connection points provide this special mechanism, enabling two-way communication between the server and client. Using connection points, the server can call the client when certain events happen on the server. With connection points, the server specifies the events that it is capable of raising by defining an interface. Clients that have actions to be taken when these events are raised on the server register themselves with the server. The clients subsequently provide the implementation for the interface defined by the server. There are standard mechanisms through which clients can register themselves with the server. COM p
blueware
2016-08-23
0
1
No more~