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
J

JekYu

@JekYu
About
Posts
11
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Running Visual C++ executable files in OS/2
    J JekYu

    Hi. I just wanna ask if you guys know how to run visual c++ executable files in OS/2? I think the problem is that it's 32-bit, while OS/2 is 16 bit.. Any ideas how to convert visual c++ output to 16-bit?? Thanks :-O

    C / C++ / MFC c++ help tutorial question

  • Renaming the source code file names
    J JekYu

    HI.. Just a quick question: If I used visual C++ wizard to build a project n workspace for example TESTING... How do i go about changing the name TESTING to another name like TESTING2... 'cuz it seems like i can't simply change the filenames of the visual C++ like this.. Testing.dsw -> testing2.dsw Testing.cpp -> testing2.cpp etc.. Thanks in advance.

    C / C++ / MFC c++ question testing beta-testing tutorial

  • setting the font ?
    J JekYu

    Hi.. just a simple question How do i set the font when i want to display a text?? e.g. pDC->TextOut (0, 100, "HELLO WORLD"); how do i set the font of "hello world" to font-size 24 and Arial... Thanks to ALL....

    C / C++ / MFC question

  • Zorder
    J JekYu

    hi.. m_s1 and m_s2 are CSTATIC but seems like it's not working... void CTesting3_bmpView::OnLButtonDown(UINT nFlags, CPoint point) { // TODO: Add your message handler code here and/or call default CFormView::OnLButtonDown(nFlags, point); if (flip == TRUE) { flip = FALSE; m_s1.SetWindowPos (&wndTop, 1, 1, 100, 100, SWP_NOSIZE | SWP_NOMOVE); //m_s1.BringWindowToTop (); } else { m_s2.SetWindowPos (&wndTop, 1, 1, 100, 100, SWP_NOSIZE | SWP_NOMOVE); //m_s1.BringWindowToTop (); flip = TRUE; } UpdateData(FALSE); Invalidate(); }

    C / C++ / MFC c++ question

  • Zorder
    J JekYu

    Hi just wanna ask how do you manipulate the "Z-order" in visual C++??? How do you put one picture box on top or at the back of another picture box... Thanks......

    C / C++ / MFC c++ question

  • Change color of the Form
    J JekYu

    Oh.. didn't see that there was WM_ERASEBKGND.. coz the filter messages was to the default class:VIEW class instead of the window or child window.. so i didn't see it... alex, thanks a lot...ciao...

    C / C++ / MFC question

  • Change color of the Form
    J JekYu

    Hi ... Sorry to ask you once again ...but I don't seem to understand your response. Is this OnEraseBackground a windows message handler .. and where should I add such windows message handler (I only saw WM_ERASEBKGND on the CMainFrame)? And what's the command to change the color of the Form? Please, elucidate. Thanks for the help. =)

    C / C++ / MFC question

  • How do you know if a control is clicked
    J JekYu

    Hi.. I added a Windows message handler "OnLButtonDown" ... and I was wondering how will I know which control is being clicked (within that procedure of OnLButtonDown).... Note: I cannot use the BNCLICKED (message handler) because it conflicts with the LButtonDown of the Dialog... Thanks in Advance... Ciao!:-O

    C / C++ / MFC

  • Change color of the Form
    J JekYu

    Hi.. I'm using a project whose baseclass is CFORMVIEW.. my question is HOW DO YOU CHANGE the COLOR of the FORM??? Thanks...

    C / C++ / MFC question

  • transparent text box
    J JekYu

    Is this when you use a static text control??? Is it possible if i get a sample project... Thanks in advance... ciao...

    C / C++ / MFC

  • transparent text box
    J JekYu

    Hi.. i was just wondering.. how do u create a text box whose background is transparent.. 'coz the static text control, when placed on top of another text control or other controls, covers it / hides the other controls...

    C / C++ / MFC
  • Login

  • Don't have an account? Register

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