2012年10月31日 星期三

QR code related on WIN 8

http://silverlightzxing.codeplex.com/


http://www.soulier.ch/?p=1275&lang=en

windows phone bitmap, image...

1:        Uri imageUri = new Uri("/Asset/Sample_Text.png", UriKind.Relative);  
2:        BitmapImage bitmap = new BitmapImage(imageUri);  

2012年10月30日 星期二

windows phone - opening a html file using webBrowser

1:        IsolatedStorageFile isoStore = IsolatedStorageFile.GetUserStoreForApplication();  
2:        if (isoStore.FileExists(mHtmlFilename))  
3:        {  
4:          Uri fileUri;  
5:          fileUri = new Uri(mHtmlFilename, UriKind.Relative);  
6:          webBrowser.Navigate(fileUri);  
7:        }  

2012年10月11日 星期四

Joining the domain after installing windows 8

1. add your pc into the company's domain.
a. Control panel -> System and Security -> system ->
b. In the row of "Computer name, domain, and workgroup settings -> change settings
c. in System properties dialog, click on Change.. button.
d. enter your pc name and domain name
e. enter your account name and password to that domain.Then you are done! :)

2. Log- in with the user in your company's domain.
a. in log in screen, click on the arrow, (indicating you are loggin in using the user of the domain.)
b. enter the username/ password of the domain.