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

anilksingh

@anilksingh
About
Posts
34
Topics
30
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to append the text
    A anilksingh

    how to add the text in text box so that it will add at the end of text box and the newely added text should be visible. Note :the focus is not present on the text box.

    C# tutorial

  • CMap with CString as Key
    A anilksingh

    CMap < CString,CString,Info, Info >m_Map2; I am not able execute the above statement. Info is a user defined structure. The Error is "error C2440: 'type cast' : cannot convert from 'class CString' to 'unsigned long' No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called" Please specify how i can create CMap with CStringas a key.

    C / C++ / MFC help

  • winCE DrawText API wrap text on hyphen
    A anilksingh

    Hi, Thanks but DT_EDITCONTROL is not supported by winCE.

    C / C++ / MFC json

  • winCE DrawText API wrap text on hyphen
    A anilksingh

    By default in winCE DrawText API wrap text on hyphen. If any one knows the equivalent API that does not wrap text on hyphen, Please let me know.

    C / C++ / MFC json

  • displayiing a Dialog over a Dialog
    A anilksingh

    I am displayiing a Dialog over a Dialog using MyDlg->DispDialog.DoModal(); only the second Dialog (DispDialog) is displayed. How i can display both the Dialog same time. The Size of second Dialog is more than first Dialog.

    C / C++ / MFC

  • How to minimize & Maximize a Dialog
    A anilksingh

    I had used if(m_bMinimize) CMyDlg::ShowWindow(SW_MINIMIZE); ; ; ; ; ; CMyDlg::ShowWindow(SW_SHOWMAXIMIZED); This code is written in a button click of my Dialog. The Dialog is minimised but it does not maximise again. This is working fine in VC++ but does not working in WinCE

    C / C++ / MFC tutorial

  • How to minimize & Maximize a Dialog
    A anilksingh

    Thaks, but it isnot working in the WenCE.

    C / C++ / MFC tutorial

  • How to minimize & Maximize a Dialog
    A anilksingh

    How i can minimise a Dialog on a button Click.

    C / C++ / MFC tutorial

  • Multithreading
    A anilksingh

    IN a Dialog I have two CButton when i clicked on first button a loop starts. The requirement is when i click on second button it should break the loop. How i can communicate this to the loop. I tried Sleep so that i can check the status of common variable. But this variable is updatted only when the loop terminates. What will be the possible solution of my Problem.

    C / C++ / MFC help

  • How to overwrite the CString in the CFile
    A anilksingh

    we are writting the CString data in to the file using CFile. first time we are able to write the data correctly but from second time data is not overwritten. even if we remove the file , the file is generatted with same data.If any one have Idea how this prob can solved please give me. (CFile::modeCreate | CFile::modeWrite)

    C / C++ / MFC tutorial

  • CEdit associtted with spin control
    A anilksingh

    How to set the max and min of CEdit associtted with spin control

    C / C++ / MFC tutorial

  • append the text in a new line in CEdit control
    A anilksingh

    How to append the text in a new line in CEdit control. \r\n becomes garbage in winCE.

    C / C++ / MFC tutorial

  • load a bitmap from bmp file at run time
    A anilksingh

    How load a bitmap from bmp file at run time

    C / C++ / MFC graphics

  • XP/win2000 Scroller Click event
    A anilksingh

    In a Grid control (TstringGrid of BC++) when I click on the scroll bar a message box appears and in parallel the scroller scroll down (in win xp os). But in win2000 the Scroller scrolls only after closing the message Box. Can any body tell how to change the behavior in XP so that it works like win2000?

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

  • convert (color-depth) of HBITMAP
    A anilksingh

    How we can convert (color-depth) of HBITMAP bitmap image.

    C / C++ / MFC graphics

  • calculate the size of HBITMAP
    A anilksingh

    How to calculate the memory size of HBITMAP after loading it.As the size of Bitmap depends upon the system settings(Pexels, color etc.) -- modified at 4:37 Tuesday 16th May, 2006

    C / C++ / MFC graphics performance tutorial

  • Selection (Highilighting) a row in CListCtrlEx
    A anilksingh

    I want to select a row in the CListCtrlEx through program. What method can help me.

    C / C++ / MFC help

  • How to sort the rows of CListCtrl
    A anilksingh

    How to sort the rows of CListCtrl depanding upon Particular column. Or Please tell me how to use CListCtrl::SortItems function for sorting.

    C / C++ / MFC algorithms tutorial

  • C++ Class for file compression and decompression
    A anilksingh

    I have several data files and wanf to compress and decompress using BC++. Is any body knows the class lib that will help me

    C / C++ / MFC c++ help

  • store and retrive the metafile information
    A anilksingh

    How to store and retrive the metafile information from file

    C / C++ / MFC tutorial
  • Login

  • Don't have an account? Register

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