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
S

Shehzad Salim

@Shehzad Salim
About
Posts
13
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to change background color of CDialog and it's elements
    S Shehzad Salim

    there is an easy was aswell take a variable of type CBrush at class level like CBrush m_Bursh; initiate it in OnInitDialog like m_Bursh.CreateSolidBrush(RGB(0,0,0));//OR ANY OTHER COLOR u WANT override the WM_CTCOLOR message handler and add this line to its implemention HBRUSH CBaseView::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) { return m_Brush; }

    C / C++ / MFC tutorial help

  • Does anyone knows this
    S Shehzad Salim

    what is NNTP Addresss of this forum

    C / C++ / MFC question

  • How to REALLY export/import VS2003 IDE customization?
    S Shehzad Salim

    If you have found the solution plz tell us as well

    Visual Studio visual-studio help tutorial question

  • CEdit cancel keystrokes
    S Shehzad Salim

    simply subclass CEdit class and then override these evernts

    C / C++ / MFC question

  • Open a Web Browser
    S Shehzad Salim

    where to give the url there is nothing webBrowser.Url or something like that

    C# question tutorial

  • Which is the simplest way to close an application?
    S Shehzad Salim

    The best way is to send WM_CLOSE message at any time

    C / C++ / MFC question

  • Anone used CxImage??
    S Shehzad Salim

    Davide Pizzolato wrote: The CxImgLib.dsw workspace shows the libraries required to build an application (demo.exe) including almost all the features and the formats available in CxImage. You must compile all the libraries before you can link the final application. In the same workspace you'll find the projects to build different libraries and applications: CxImage : cximage.lib - static library CxImageCrtDll : cximagecrt.dll - DLL not using mfc CxImageMfcDll : cximage.dll - DLL using mfc Demo : demo.exe - program linked with cximage.lib and the C libraries DemoDll : demodll.exe - program linked with cximagecrt.dll j2k,jasper,jbig,jpeg,png,tiff,zlib : static C libraries So from above you should look that whether u have build all of your libraries

    C / C++ / MFC help question workspace

  • CtreeCtrl
    S Shehzad Salim

    Antti Keskinen wrote: Set the window style flags using the member variable and ModifyStyle method to remove the WS_HSCROLL flag. This will remove the horizontal scrollbar. well but what if I really have something in my tree control which needs to have a horizontal scrollbar

    C / C++ / MFC data-structures help

  • How to access Member functions of Application class
    S Shehzad Salim

    the application class object is taken global named theApp which you can see in your global list simple extern that variable in the file where u want to use that variable then call the user defined functions using the theApp object

    C / C++ / MFC question tutorial

  • The future
    S Shehzad Salim

    I would say if you r good in C++, just keep on working in C++, and be confident

    IT & Infrastructure question c++ java perl com

  • How to set the original size of a window?
    S Shehzad Salim

    CRect rc; GetWindowRect(rc); rc.Width(); rc.Height();

    C / C++ / MFC tutorial question learning

  • Visual .net - should I go for it?
    S Shehzad Salim

    ok

    IT & Infrastructure c++ question csharp java delphi

  • Ask for Help!!
    S Shehzad Salim

    1. Try to clean the project and rebuild all 2. May be u have used such controls in your application which don't let u start your application

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