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
F

F Dost

@F Dost
About
Posts
9
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Child Windows
    F F Dost

    -get parent frame of your child view -call ActiveFrame() on method on parent frame CMDIFrameWnd *pFrame = (CMDIFrameWnd*)yourChildView->GetParentFrame(); pFrame->ActivateFrame(); hope it works for you, i did for me. F.Dost

    C / C++ / MFC help question

  • Activating window
    F F Dost

    does anyone know how make a window active when multiple windows are open. in an mdi applicatin under window menu item there is a list of all open files and the active one is checked, i want to know how that code works, so that when i click on my tree node that window should be activated, Thanks, F.Dost

    C / C++ / MFC data-structures

  • need help with drawing and scrolling
    F F Dost

    thank you for your respond.... 1) i don't want cursor to go out of my window if it is pressed and is drawing cursor, 3) i can't change the coordiantes of my objects, caz i write them in the file and read them, user will be able to draw in say (500 by 500), but the view can be smaller of bigger, do you think i need to scale my view to (500 by 500)? Thanks, F.Dost

    C / C++ / MFC question graphics help

  • need help with drawing and scrolling
    F F Dost

    in my application i draw rectangles, using points in LButtonDown, MouseMove and LButtonUp, 1) I don't want LButtonUp to happen outside of my view, How can i stop that? 2) My rectangles can be moved using arrow buttons, i want scrollers to appear if any point of my rects are outside of the display area(if the window is small) 3) when i scroll the window, my objects ARE redrawn but they don't move with the window. They stick to the same location. Do i need to do world to normalize to device? Need code for that.... If you can answer any of the above questions it will be highly appreciated :) thanks, F.Dost

    C / C++ / MFC question graphics help

  • Setting MDI child Window's Size
    F F Dost

    Thanks for your help but, I did overwrite OnSize() setting cx and cy to what i want but it was ignored, i used it before and after the default call, i don't know what to do with WM_GETMINMAXINFO, i can't see it in classwizard, need more detail... Thanks F.Dost

    C / C++ / MFC tutorial question

  • Changing CButton Caption?
    F F Dost

    Try this: GetDlgItem(IDC_YOUR_BUTTON_ID)->EnableWindow(FALSE); GetDlgItem(IDC_YOUR_BUTTON_ID)->SetWindowText("new text"); F.Dost

    C / C++ / MFC question c++ tutorial learning

  • Scrolling MDI Child
    F F Dost

    How can i make my child window scorll when contents are bigger than window size? What functions do i need to overwrite? Thanks, F.Dost

    C / C++ / MFC question

  • Setting MDI child Window's Size
    F F Dost

    could anyone tell me how to set min/max size of an child view in MDI Applications? Thanks F.Dost

    C / C++ / MFC tutorial question

  • MDI Child's Size
    F F Dost

    does anyone know how to set max/min size of an mdi child view? i have a mdi application, and i want my my views to have a specific width and height...any idea? thanks F.Dost

    Article Writing 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