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
R

rjuncu

@rjuncu
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • I need your advise...
    R rjuncu

    Or better, pay me, I'll do your application and we'll be both happy. You'll have a job and your own company, I'll earn some money Romeo JUNCU

    The Lounge career css com game-dev business

  • Mouse coordinates are too big
    R rjuncu

    As far as I know, GetCursorPos() works very well, this gets your position in screen coordinates, you can use ScreenToClient() after that. Romeo JUNCU

    C / C++ / MFC help question

  • CHtmlEditCtrl Control Creation Failed
    R rjuncu

    I don't know about your CHtmlEditCtrl (???) but I've tried this with CHtmlView and it works very nice. CHtmlView (like all CView's has the constructor protected) //in your OnInitDialog CHtmlView *pView ; CRuntimeClass *pRtClass = RUNTIME_CLASS(CHtmlView); pView = (CHtmlView *) pRtClass->CreateObject(); pView->Create(NULL, NULL, WS_VISIBLE | WS_CHILD, rct, this, IDC_STATIC_CTRL); pView->Navigate2(_T("www.microsoft.com")); Romeo JUNCU

    C / C++ / MFC help html com architecture question

  • how set Cursor spot Position?
    R rjuncu

    Usually in resource editor, you have a button "Set Hotspot". I see that you have a custom cursor, so I don't think you need to do this at runtime Romeo JUNCU

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