본문 바로가기
반응형

개발언어/Windows 8 app10

Grouping GridView on Windows 8 http://weblogs.asp.net/nmarun/archive/2012/09/15/grouping-gridview-on-windows-8.aspx 기본 템플릿을 사용하여 만드는 과정인데 어떻게 하면 그룹핑할 수 있는지 잘 설명해주고 있다. 데이타를 만들어 그룹핑하면 된다. Grouping GridView on Windows 8 It took me a few minutes to get the grouping working on the GridView on my Windows 8 app. I’m sharing what I did just so others can get it working sooner and go by the rest of their work. In VS 2012, I added a G.. 2012. 10. 19.
윈도우8 앱바 만들기 - Quickstart: adding app bars (Windows Store apps using C#/VB/C++ and XAML) Quickstart: adding app bars (Windows Store apps using C#/VB/C++ and XAML) 7 out of 8 rated this helpful - Rate this topic In this article Prerequisites Adding an app bar Opening an app bar programmatically Making an app bar sticky Handling the Opened and Closed events Summary and next steps Related topics Important APIs AppBar BottomAppBar TopAppBar Use app bars to show navigation, commands, and.. 2012. 10. 15.
윈도우8 외국 스토어 사용하기 윈도우8 외국 스토어 사용하기 윈도우8에서 외국 스토어에 있는 어플이 설치가 안되는 경우가 있습니다. 윈도우8 외국 계정을 만들어야 하는걸까? 고민하였는 데요. 윈도우8 제어판에서 언어 설정에서 위치를 [미국] 등으로 바꾸어 주면 외국 스토어 접속할 수 있습니다. 윈도우8 외국 스토어 사용하는 방법에 대해서 설명하겠습니다. 더 많은 윈도우8 팁은 윈도우8 저자의 블로그에서 확인하세요~ http://cdmanii.com/category/%EC%86%8C%ED%94%84%ED%8A%B8%EC%9B%A8%EC%96%B4/%EC%9C%88%EB%8F%84%EC%9A%B08 미국 윈도우8 스토어 입니다. 괜찮은 어플이 많이 보이네요~ 설정하는 방법은 제어판의 언어 설정을 찾아야 합니다. 단축키로 윈도우키 + C .. 2012. 10. 15.
ObjectStorageHelper<T> now available for Windows 8 RTM (Windows 8 Xml Utility) ObjectStorageHelper now available for Windows 8 RTM (Windows 8 Xml Utility) How to Windows8 App Xml Read. 윈도우8 어플에서 xml를 읽어와야 한는 데 괜찮은 유틸클래스가 있다. 하지만 아쉽게 "windows 8 consumer" 버전에서 만든 소스이다. 하지만 RTM에서도 정상적으로 돌아간다. 원래대로라면 DataContractSerializer 를 이용해서 serializer 해서 저장하여야 한다. UserDetail Stats = new UserDetail(); Stats.Id = 1005; Stats.Name = "name5"; StorageFile userdetailsfile = await roamingFolder.. 2012. 10. 12.
반응형