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
A

abhishek biradar

@abhishek biradar
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Read a string with spaces
    A abhishek biradar

    Same code worked fine for me am also using vs2008

    C / C++ / MFC help question

  • CFileDialog
    A abhishek biradar

    CString str; str.Format(_T("All Files (*.dat)|*.dat||"));// change name .dat to any extension you want CFileDialog file_dlg(TRUE,NULL,NULL,OFN_OVERWRITEPROMPT,str); INT_PTR iRet = file_dlg.DoModal(); :)

    C / C++ / MFC help tutorial

  • Make client area of dialog transparent, so i can see what is behind the window
    A abhishek biradar

    M not sure this is your requirement or not add this in onpaint this->ShowWindow(SW_HIDE); this will hide the entire dialog

    C / C++ / MFC question

  • Array Count
    A abhishek biradar

    int main() { int a[] = {1,2,3,4,5}; printf("%d",sizeof(a)/sizeof(int)); getch(); }

    C / C++ / MFC question data-structures
  • Login

  • Don't have an account? Register

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