Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

haipengl

@haipengl
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • web service: deployment and debug question
    H haipengl

    Hi, I am new in web services programming. I followed a sample. It seems worked on my local computer (with IIS). But I don't know how to put the program online (internet)? Which file should I use? Any settings? (the sample book didn't say anything.) The Visual Studio 2003 seems did some setting on the local machine. One more question is "How to do debug?" I built a test client. But how can I know if the web service (server) followed the correct steps when the client asked a data process? thanks a lot, larry

    ATL / WTL / STL question sysadmin csharp visual-studio wcf

  • metafile to bitmap
    H haipengl

    thanks for you both. I am not good in graphic design. I have some code here. I am trying to save Meta to BMP. But I only get black area. please help. larry if ( OpenClipboard() ) { HENHMETAFILE handle = (HENHMETAFILE)GetClipboardData(CF_ENHMETAFILE); CClientDC dc(this); CRect client(0,0,500,500); CBitmap * bmf = new CBitmap(); CDC mdc; mdc.CreateCompatibleDC(&dc); bmf->CreateCompatibleBitmap(&dc,client.Width(),client.Height()); PlayEnhMetaFile(dc, handle, &client); dc.SelectObject(bmf); SetClipboardData(CF_BITMAP,bmf->m_hObject); CloseClipboard(); }

    C / C++ / MFC graphics tutorial question

  • metafile to bitmap
    H haipengl

    Does anyone know how to convert metafile to bitmap?

    C / C++ / MFC graphics tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups