본문 바로가기

Windows

wp7 trainning course http://msdn.microsoft.com/en-us/wp7trainingcourse.aspx 더보기
windows azure (cloud service) http://www.techdays.co.kr/2010spring/view.asp?b_no=41 더보기
wp7 guide http://wp7guide.codeplex.com/ 더보기
31 day of windows phone 7 http://www.jeffblankenburg.com/post/31-Days-of-Windows-Phone-7.aspx 더보기
Opening a File for Reading or Writing http://msdn.microsoft.com/en-us/library/bb540534(v=VS.85).aspx The CreateFile function can create a new file or open an existing file. You must specify the file name, creation instructions, and other attributes. When an application creates a new file, the operating system adds it to the specified directory. Example: Open a File for Writing The following example uses CreateFile to create a new fi.. 더보기
windows mobile hosts file http://mobilitydojo.net/2008/10/09/using-a-hosts-file-on-windows-mobile/ path [code] HKLM\Comm\Tcpip\Hosts [/code] t can be found in HKLM\Comm\Tcpip\Hosts. Do the following: - Add a subkey which is the host name/FQDN. - Add a Binary value ipaddr containing to hexadecimal notation of the IP address. - Add a Binary value ExpireTime containing an expiration value. I think this is actually optional,.. 더보기
Free ebook: Petzold’s Programming Windows Phone 7 (Special Excerpt 2) http://blogs.msdn.com/b/microsoft_press/archive/2010/08/02/free-ebook-petzold-s-programming-windows-phone-7-special-excerpt-2.aspx 더보기
wifi interface sample code [code]// wifiAvailable.cpp : 응용 프로그램에 대한 진입점을 정의합니다. // #include "stdafx.h" #include "wifiAvailable.h" #include #include #define MAX_LOADSTRING 100 // 전역 변수: HINSTANCE g_hInst; // 현재 인스턴스입니다. HWND g_hWndMenuBar; // 메뉴 모음 핸들입니다. // 이 코드 모듈에 들어 있는 함수의 정방향 선언입니다. ATOM MyRegisterClass(HINSTANCE, LPTSTR); BOOL InitInstance(HINSTANCE, int); LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); INT_PTR.. 더보기
release mode 에서 debuging 하기 보호되어 있는 글입니다. 더보기
nfs 보호되어 있는 글입니다. 더보기