Windows API Reference for C#, VB.NET and VB6

Windows API Reference for C#, VB.NET and VB6

The Windows API (application programming interface) are the low level workings of Windows. It offers high performance, and lightweight code, but it is very sparsely documented for .NET programmers. This section provides a rough guide to the Win32 API from a C# and VB.NET developers perspective.

This guide is not definitive, and will evolve with more content over time. Currently listed are over 1,600 Windows API functions. To use this guide, firstly expand the one of the libraries below by pressing the icon. Once you have found the function you are looking for, click on the library name itself.


File, Memory, Process, Threading, Time, Console, and Comm control(kernel32.dll)



Window handling, and Windows UI control(user32.dll)

Graphics and Imaging(gdi32.dll)

Audio, Video, and Joystick control(winmm.dll)

Registry, Event Log, Authentication, and Services(advapi32.dll)

Printing(winspool.drv)

Asian charachter support(imm32.dll)

Executing processes(shell32.dll)

Winsock, windows berkley socket support(wsock32.dll)

WNet* Instrumentation(mpr.dll)

Common Dialog control(comdlg32.dll)

Windows Network support(netapi32.dll)

Windows Compression(lz32.dll)

Common Controls(comctl32.dll)

Versioning support(version.dll)

Object linking and embedding(ole32.dll)


http://www.webtropy.com/articles/Win32-API-DllImport-art9.asp?Windows+API

by 섬아이 | 2008/12/15 13:10 | 땜쟁이 | 트랙백 | 덧글(0)

다이얼로그에 상태표시줄(Status Bar) 장착하기

- Header

public:
 CStatusBarCtrl m_StatusBar;


- CPP

 m_StatusBar.Create(WS_CHILD|WS_VISIBLE|SBT_OWNERDRAW, CRect(0,0,0,0), this, 0);
 int strPartDim[4]= {180, 300, 300, 450  -1};
 m_StatusBar.SetParts(4, strPartDim);
 m_StatusBar.SetText("테스트1", 0, 0);
 m_StatusBar.SetText("테스트2", 1, 0);
 m_StatusBar.SetText("아이콘", 3 ,SBT_NOBORDERS);
 m_StatusBar.SetIcon(3,
  SetIcon(AfxGetApp()->LoadIcon(IDR_MAINFRAME),
   FALSE));

by 섬아이 | 2008/08/13 19:55 | 트랙백 | 덧글(0)

유자 광고

by 섬아이 | 2007/11/28 23:50 | 트랙백 | 덧글(0)

싱가폴에서 소식이 왔어요

내손으로 직접 조립하고 포장하고

마지막 출하검사도 하고, 스티커를 붙이고,

배에 선적한지 벌써 일주일이 지났다.

오늘 싱가폴에서 연락이 왔습니다.

(미국, 유럽, 두바이 이 세군데만 보낸줄 알았는데, 싱가폴엔 언제갔지 ㅎㅎ)

순간 앗차 싶었는데, 다행히도 좋은 소식이었다는..

아주좋다고 연락이 왔습니다.

(와우!! 이러다 대 히트 치는거 아냐? 한대 만들기 디게 어려운데 많이 나가면 곤란한데 흠흠 하하)

물론 지금까지 고질적인 VCL문제가 또다시 거론이 됬지만 별 문제는 아닌거 같다 ^^

다음모델은 정말 얼마나 좋은 평가를 받을지 기대 된다.

렌즈(VCL)도 바뀌고, 여러모로 유리한 상황이 많을거 같다 ^^/

와우 잠시 휴식뒤에 다시 열심히 해봅시다.. !!!

(이번달 200대 생산인데 이제 죽었다. >_<)



(입사하기 바로 직전에 부산 내방에서 찍은 사진.. 초심으로 돌아가서 다시 한번 열심히 해보자!!)

by 섬아이 | 2007/04/06 02:53 | 와우 | 트랙백 | 덧글(0)

◀ 이전 페이지          다음 페이지 ▶