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

ani_ikram

@ani_ikram
About
Posts
72
Topics
41
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Creating a setup for installtion of MFC Application
    A ani_ikram

    use inno setup for creating setup of ur project

    C / C++ / MFC c++ help workspace

  • set monitor frequency
    A ani_ikram

    how to set monitor frequency using vc++ code?

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

  • execution code during installation of setup...........
    A ani_ikram

    is there some method to exeucte code(source file) during installation of software setup(using inno setup) like suppose if i want to generate Unique id in a file using some code during installation, i hv file containing code for key generation but no idea how to exeute it during installation .

    C / C++ / MFC tutorial workspace

  • status of printer on network...............
    A ani_ikram

    thanks for da reply i will check it

    C / C++ / MFC sysadmin help tutorial question

  • status of printer on network...............
    A ani_ikram

    is there some way to check status of printer(selected from CPrintdialog selection) means either its Ready, offline or unable to connect with server ?? like GetDeviceName() gives name of printer but how to check its status......... pls help

    C / C++ / MFC sysadmin help tutorial question

  • get printer status............
    A ani_ikram

    before sending info for printing using CPrintDialog how to check whether selected printer(using printer dialog) is ready to print(attached to server) . i m using following code for printdialog call and getting selected printer name but unable to check status of selected print is there some method ??

    bool bNewDlg = true;
    // if no special printer-dialog is given, we take the standard printer-dialog
    if (m_printDlg == NULL)
    {
    m_printDlg = new CPrintDialog(FALSE,PD_DISABLEPRINTTOFILE);
    bNewDlg = false;
    }

    ASSERT(m\_printDlg != NULL);
    
    if (PrinterName == NULL) {
    
    	// which printer ist desired, and how much copies?
    	if (m\_printDlg->DoModal() == IDCANCEL) return (-1);
    	m\_hprinter = m\_printDlg->GetPrinterDC();
    
    	
    	
    	CString cs;
    cs= m\_printDlg->GetDeviceName();
     // AfxMessageBox(cs);
      m\_hprinter=m\_printDlg->GetPrinterDC();
    
      if(m\_hprinter==NULL)
    return;
    	m\_numCopies = m\_printDlg->GetCopies ();
    
    C / C++ / MFC sysadmin tutorial question

  • set button size dynamically
    A ani_ikram

    thanks for da reply but will u plz send me code using these methods as never used before

    C / C++ / MFC help tutorial question

  • set button size dynamically
    A ani_ikram

    how can i set button size according to text size dynamically, means in run time text of button is changed using setwindowtext() method but size of button remain static either text is small or larger so how to fix it, pls help

    C / C++ / MFC help tutorial question

  • prohbit shift key in edit box............
    A ani_ikram

    thanks alot nave u really solved my problem

    C / C++ / MFC help question

  • prohbit shift key in edit box............
    A ani_ikram

    void EditEx::OnChar(UINT nChar, UINT nRepCnt, UINT nFlags) { if( !isdigit(nChar) && !isalpha( nChar )) { return; } CEdit::OnChar(nChar, nRepCnt, nFlags);} i hv used this method but its also restricting to enter float value while i want to enable float numbers as well plz tell me how to do it

    C / C++ / MFC help question

  • prohbit shift key in edit box............
    A ani_ikram

    can u plz send me code so that i can get idea

    C / C++ / MFC help question

  • prohbit shift key in edit box............
    A ani_ikram

    i want to make user to only input numbers (1 to so on) but not spectial charters using shift like (%,#,@,!,^,&,*,()) etc

    C / C++ / MFC help question

  • prohbit shift key in edit box............
    A ani_ikram

    how can i restrict user from pressing shift key in editbox .. plz help me

    C / C++ / MFC help question

  • call OnKillFoucus event of Edit box..............
    A ani_ikram

    is there some way to call OnKillFocus Method of editboz against button clicking.

    C / C++ / MFC

  • set fontsize of static text.....
    A ani_ikram

    how to set font size of static text...?

    C / C++ / MFC tutorial question

  • load bitmap..............
    A ani_ikram

    using HBITMAP hbitmap = (HBITMAP)LoadImage(NULL,"D:\\a.bmp",IMAGE_BITMAP,0,0,LR_LOADFROMFILE); but how can make resource ID of this image.

    C / C++ / MFC graphics help question learning

  • load bitmap..............
    A ani_ikram

    i need resource id in some method is there anyway to create resource id while loading image .

    C / C++ / MFC graphics help question learning

  • load bitmap..............
    A ani_ikram

    how can i load image from c: directory and then making a resouce ID for that image using coding as bmp.loadbitmap require resource ID of bitmap. plz help..

    C / C++ / MFC graphics help question learning

  • pass query string.............
    A ani_ikram

    how can i pass query string when giving hyperlink to text and in its properties(hyperlink) giving URl of next page (detail.aspx) and then in detail page usging that query string value access data dynamically from database (using control ,datalist) means what would be query like select * from p_table where dvd_id="querystring" //how to do this..?

    ASP.NET database question tutorial

  • get system date in (mm/dd/yy) format
    A ani_ikram

    how can i get system date in (mm/dd/yy) format.........?

    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