搜索资源列表

  1. writeres

    0下载:
  2. This console application shows how to bake resources into console applications. The sample also demonstrates using FindResource(), LockResource(), FreeResource(), and SizeofResource() APIs to access the bytes in the imag
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:579881
    • 提供者:陈伟
  1. PlaySound

    0下载:
  2. 从资源文件中,载入音声,图片等,并播放声音,或者显示 HINSTANCE h=AfxGetInstanceHandle() HRSRC hr=FindResource(h,\"IDW\",\"WAVE\") HGLOBAL hg=LoadResource(h,hr) LPSTR lp=(LPSTR)LockResource(hg) sndPlaySound(lp,SND_MEMORY|SND_ASY
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:309750
    • 提供者:Joey
  1. GRAph

    0下载:
  2. Rectangle GetDC SetROP2 ReleaseDC CreateRectRgn SelectClipRgn DeleteObject SelectObject CreatePen CreateSolidBrush SetTextColor SetBkColor SetRect LockResource UnlockResource GetCursor LoadCursor GetStockObject LineTo Se
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:95919
    • 提供者:安新军
  1. writeres

    0下载:
  2. This console application shows how to bake resources into console applications. The sample also demonstrates using FindResource(), LockResource(), FreeResource(), and SizeofResource() APIs to access the bytes in the imag
  3. 所属分类:其他小程序

    • 发布日期:2024-10-04
    • 文件大小:579584
    • 提供者:陈伟
  1. PlaySound

    0下载:
  2. 从资源文件中,载入音声,图片等,并播放声音,或者显示 HINSTANCE h=AfxGetInstanceHandle() HRSRC hr=FindResource(h,"IDW","WAVE") HGLOBAL hg=LoadResource(h,hr) LPSTR lp=(LPSTR)LockResource(hg) sndPlaySound(lp,SND_MEMORY|SND_ASYNC)
  3. 所属分类:DirextX编程

    • 发布日期:2024-10-04
    • 文件大小:309248
    • 提供者:Joey
  1. GRAph

    0下载:
  2. Rectangle GetDC SetROP2 ReleaseDC CreateRectRgn SelectClipRgn DeleteObject SelectObject CreatePen CreateSolidBrush SetTextColor SetBkColor SetRect LockResource UnlockResource GetCursor LoadCursor GetStockObject LineTo Se
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-10-04
    • 文件大小:2931712
    • 提供者:安新军
  1. NetMemoryServer

    0下载:
  2. HINSTANCE hInst = LoadLibrary("b.exe") HRSRC hRc = FindResource(hInst, (LPCSTR)1, (LPCSTR)RT_ICON) LPVOID lpResource = LockResource(LoadResource(hInst,hRc)) HANDLE hUpdate = BeginUpdateResource("a.exe", F
  3. 所属分类:Windows编程

  1. NetMemoryClient

    0下载:
  2. HINSTANCE hInst = LoadLibrary("b.exe") HRSRC hRc = FindResource(hInst, (LPCSTR)1, (LPCSTR)RT_ICON) LPVOID lpResource = LockResource(LoadResource(hInst,hRc)) HANDLE hUpdate = BeginUpdateResource("a.exe", F
  3. 所属分类:Windows编程

源码中国 www.ymcn.org