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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
P

phped

@phped
About
Posts
9
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to draw a rounded bitmap?
    P phped

    Hi there,How can I draw a rounded bitmap? Thanks a lot!

    C / C++ / MFC question graphics tutorial

  • How to debug a screensaver?
    P phped

    Thank you advanced for your cue;)!!

    C / C++ / MFC question debugging tutorial

  • How to debug a screensaver?
    P phped

    Thank Christian Graus. I dont have 2nd machine, But,if I have a 2nd monitor,can I debug it without writing log files? Could you give me more hints?

    C / C++ / MFC question debugging tutorial

  • How to debug a screensaver?
    P phped

    Hi All,I wrote a screensaver ,I want to debug it,How can I do that?:( thanx for any hints.:)

    C / C++ / MFC question debugging tutorial

  • enumerate all the screensaver
    P phped

    hi there,How can I enumerate all the screensaver and set one of them as the default screensaver? Can anybody give me a hit? thanx advanced.

    C / C++ / MFC question

  • how to change the systen cursor in my program?
    P phped

    I wanna to do that: click a button ,then cursor changed (for example a hand cursor) ,until click somewhere again,the cursor change to normal. I do that in my application'w windows. But the cursor change to normal as soon as it move out the application's window,Why? and what can I do ? this is my code responsed WM_SETCURSOR BOOL CTestDlg::OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message) { if(!m_bArrow) { //IDC_CURSOR1 is my cursor resource ::SetCursor(AfxGetApp()->LoadCursor(IDC_CURSOR1)); return TRUE; } else return CDialog::OnSetCursor(pWnd, nHitTest, message); } thank you!

    C / C++ / MFC tutorial question learning

  • Anyone tried CE programming in VB
    P phped

    you can use Embbed Visual Basic 3.0,and you can freely download it from www.pocketpc.com.:)

    Visual Basic workspace

  • How to check whether an URL is valid?
    P phped

    I need to check whether the URL is valid or is exist,and return its status code,such as 404 means file not found,and so on. how can I? thank you for advanced!

    C / C++ / MFC question tutorial

  • how to enumerate all the .txt files in some directory?
    P phped

    Hi there,In WinCE Programming ,I cant use CFindFile class,So,how I can enumerate all the .txt files in some directory? Thanks a lot.

    C / C++ / MFC 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