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
I

itkid

@itkid
About
Posts
85
Topics
41
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Split header in clistcontrol
    I itkid

    Hi, How to split column header in different lines in list control? Thanks

    C / C++ / MFC tutorial question

  • Multi-line string into dialog box
    I itkid

    Hi, I am trying to write a multi-line string into an edit control on a dialog box. I am using following code however not getting any success.

    CWnd *pWnd =GetDlgItem(IDC_STATIC_MSGCNT);
    CRect lpRect = CRect(100,100,20,20);
    pWnd->GetWindowRect(&lpRect);

    		CEdit \*pEdit = new CEdit();
    	
    		pEdit->Create(ES\_MULTILINE|ES\_LEFT|ES\_READONLY,lpRect,this,m\_iEditCTLID++);
    		pEdit->ShowWindow(SW\_SHOW);
    		CString str;
    		str.Format("%d",pWLSErrRpt->GetWLSMessageNo());
    		pEdit->SetWindowTextA(str);
    

    Appreciate your help. Thanks

    C / C++ / MFC help

  • How to Display Data in Dialog
    I itkid

    Hi, I want to show the rows on dialog box, based on data coming from database.However I can't use list control. Could you please let me know how to display in this scenario. Thanks Pankaj

    C / C++ / MFC database tutorial

  • Capturing check/uncheck in checkbox in listcontrol
    I itkid

    conditional checkbox is present in few row. I just want to capture any change in any checkbox.

    C / C++ / MFC help

  • Capturing check/uncheck in checkbox in listcontrol
    I itkid

    Hi, I am using CListControl in Dialog and one of the column is checkbox.How would I capture change (check/uncheck) in checkbox in any of the row.Thanks for help. Regards

    C / C++ / MFC help

  • Conditional Check Box in Dialog List
    I itkid

    Whenever I am getting the ID list not the checkbox.

    C / C++ / MFC json

  • Conditional Check Box in Dialog List
    I itkid

    Hi, I am using the List control and populating data coming as resultset into Dialog list.One of the field should be checkbox which work based on condition. If condition is true then only show the checkbox otherwise hide the checkbox.So some row have check box and rest don't. Could you please suggest way to achieve it. I tried to paint unwanted check box but it start showing when someone click on hidden checkbox. Appreciate you time. Thanks Pankaj

    C / C++ / MFC json

  • error PRJ0019: A tool returned an error code from "Registering ActiveX Control..." Issue
    I itkid

    yes remove Outputs entry and it work Thanks Pankaj

    C / C++ / MFC help csharp visual-studio com debugging

  • error PRJ0019: A tool returned an error code from "Registering ActiveX Control..." Issue
    I itkid

    yes thanks

    C / C++ / MFC help csharp visual-studio com debugging

  • error PRJ0019: A tool returned an error code from "Registering ActiveX Control..." Issue
    I itkid

    It is registering in Project->Properties-Custom Build Setup as Command Line :-regsvr32 /s /c $(TargetPath) echo regsvr32 exec. time > $(OutDir)\regsvr32.trg Outputs :-$(OutDir)\regsvr32.trg Do i need to modify or remove it? I aapreciate your time Thanks Pankaj

    C / C++ / MFC help csharp visual-studio com debugging

  • error PRJ0019: A tool returned an error code from "Registering ActiveX Control..." Issue
    I itkid

    Hi, I am getting following error when running my application on visual studio 8."Error 1 error PRJ0019: A tool returned an error code from "Registering ActiveX Control...". Look like properties setting issue however not able to trace it exactly. Could you please help me. Thanks Pankaj

    C / C++ / MFC help csharp visual-studio com debugging

  • Monitoring Tool
    I itkid

    Task Manager display on server where exe run however I need something show on my desktop.

    C / C++ / MFC c++ sysadmin

  • Monitoring Tool
    I itkid

    Just to monitor whether xyz.exe is running or stopped. Either by showing status as green when exe is running and Red when exe stop on client desktop.

    C / C++ / MFC c++ sysadmin

  • Monitoring Tool
    I itkid

    Hi, We have VC++ application running on server which goes down sometime. Is there any inbuild tool which run on my desktop and do the monitoring of xyz.exe (running on server) from task manager.Please let me know if you know any such tool. Appreciate your time. Thanks Pankaj

    C / C++ / MFC c++ sysadmin

  • fatal error C1001: INTERNAL COMPILER ERROR
    I itkid

    Thanks Jim for your reply however I am still facing same compilation problem after removing all /Og, /Oi, and /Oa option. In fact I am using the default VS 6.0 optimization option.

    C / C++ / MFC help csharp visual-studio

  • fatal error C1001: INTERNAL COMPILER ERROR
    I itkid

    Hi, I am using Visual Studio 6 for compilation of source code however i am getting "fatal error C1001: INTERNAL COMPILER ERROR". Can you pls help me to remove this compilation problem. Thanks Pankaj :)

    C / C++ / MFC help csharp visual-studio

  • Record Set in ESQL
    I itkid

    Hi, I am passing the customer id to DataBase and I want it should return the recordset. Can you pls let me know how to do it in ESQL. I am new to ESQL. It would be grate if you also let me know how to access each individual field. Thanks:)

    Database database sales tutorial

  • List box Issue
    I itkid

    Thank you for help. I am looking for exactly same answer. Do i really need to travese all the list? Since we know when list show SSN,set the value in edit box.Is it possible to reach directly to index of SSN in the list and same for edit box? Thanks :)

    C / C++ / MFC help

  • List box Issue
    I itkid

    Hi Friends, I have one window on which I want to display SSN. SSN is one of the option in list and it value display infront of it in edit box. Can you pls help me to display these scenario. I am new to windows programming. Thanks :)

    C / C++ / MFC help

  • Basic Code Review CheckList in C++
    I itkid

    Thank Alok, You have given few very good point to think. Regards :)

    C / C++ / MFC c++ code-review
  • Login

  • Don't have an account? Register

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