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
N

namaskaaram

@namaskaaram
About
Posts
285
Topics
63
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Change Button Image on mouse over
    N namaskaaram

    Try subclassing.. The below link may help: Create your own controls - the art of subclassing[^] cheerio!

    C / C++ / MFC

  • how do i know the number of messages left unprocessed in a message queue?
    N namaskaaram

    I am just reusing the message queue provided by windows. I have a message handler thread which at some point need to flush out the message queue. I didnt seem to find any win apis for the same.

    C / C++ / MFC question data-structures

  • how do i know the number of messages left unprocessed in a message queue?
    N namaskaaram

    how do i know the number of messages left unprocessed in a message queue?

    C / C++ / MFC question data-structures

  • Image List Inhancement needed
    N namaskaaram

    hello vinod. try searching cp....i believe there are many thumbnail viewer applications using listctrl.. see here! http://www.codeproject.com/info/search.aspx?artkw=thumbnail+view[^]

    C / C++ / MFC csharp help tutorial

  • fread error in Console application
    N namaskaaram

    This is just a wild guess, try opening the file in "r+b" mode... when the file is opened in text mode,there is possibility for the file to stop at ascii values like 26.... Hope this helps!

    C / C++ / MFC help question

  • problem with dialog background color
    N namaskaaram

    do comment or call the CDialog::OnEraseBkgnd( pDC ) first, before putting in your paint code

    C / C++ / MFC help question

  • problem with dialog background color
    N namaskaaram

    Seems like a paint issue. Try overriding the OnEraseBkgnd() function.Write the code to put color on the screen there. Hope this works out for you.(never tried this though...) cheers! PS:do comment or call the CDialog::OnEraseBkgnd( pDC ) first before putting in your paint code

    modified on Tuesday, May 13, 2008 12:39 AM

    C / C++ / MFC help question

  • Is there any method to check for a valid hwnd from an another thread?
    N namaskaaram

    Apart the api "IsWndow" which the microsoft doesnt recommend to be used other than by the thread which had created the window,is there any method to check for a valid hwnd i.e from an another thread?

    dont want,dont want thinking,climbing on head and jumping grass! (venda venda ennu vicharikumbol thellayill keyaree chadunnoda pulle!)

    C / C++ / MFC json question

  • can hdc be passed between processes?
    N namaskaaram

    can hdc be passed between processes?

    dont want,dont want thinking,climbing on head and jumping grass! (venda venda ennu vicharikumbol thellayill keyaree chadunnoda pulle!)

    C / C++ / MFC question

  • CString
    N namaskaaram

    u mean memory fragmentation??....i think thatz a know issue rt?? anywayz check here for more info on that : http://support.microsoft.com/kb/q139638/[^]

    C / C++ / MFC question data-structures performance

  • CString
    N namaskaaram

    hey naveen!... hahha!...what a coincidence!...neeyum codeprojectil!! cheerz!

    C / C++ / MFC question data-structures performance

  • CString
    N namaskaaram

    :)haha, now now why should i possibly hide myself.....i am no shy type u know ;) FYI : 'namaaskaaram' is a malayalam word which has teh same meaning as that of "bonjour" in french. ;o)

    C / C++ / MFC question data-structures performance

  • CString
    N namaskaaram

    I have read that heavy using 'new' and 'delete' operators frequently could lead to memory fragmentation in the heap and hence whereever possible limit to using variables declared in the stack..... So herez my question with regards to memory fragmentation in the heap: Does this imply with CString as well???... or does windows handle this using 'placement new' ??

    C / C++ / MFC question data-structures performance

  • Convert CString to const char * in embedded VC++
    N namaskaaram

    I fu running in UNICODE, the CString converts all data assigned to it to UNICODE. use 'W2A' macro to convert UNICODE to ASCII.. i hope that helps u out! ;o)

    C / C++ / MFC help c++ hardware

  • which is better and why???
    N namaskaaram

    actually i meant assignment operator overloading....sorry abt the typo!:doh: ;o) thank u all!!!! :)

    C / C++ / MFC question

  • which is better and why???
    N namaskaaram

    consider a class Class C { private: int a; int b; }; then i write a copy constructor. i believe copy constructor can be written in two wayz: C& C::operator=(const C&); void C::operator=(const C&); In the former case, we deference by returning this* and the latter we dont return anything, so here is my question: which one of the above is better??(in terms of efficiency)

    C / C++ / MFC question

  • using delete operator
    N namaskaaram

    r u sure cedric?..coz i have got a contradictory answer from an above post! ...hmm... actually i did debug!....didnt find any probz1...but i just aint quite sure if itz ok or not!.... hmmm.. :confused: -- modified at 7:43 Tuesday 13th June, 2006

    C / C++ / MFC question data-structures tutorial

  • using delete operator
    N namaskaaram

    finally! ...hehe..just kidding! ;) nice answer bro!.... cheerz!

    C / C++ / MFC question data-structures tutorial

  • using delete operator
    N namaskaaram

    well just want to know if its handled by the delete operator !!!.. just inquisitive! ;)

    C / C++ / MFC question data-structures tutorial

  • Release and debug mode
    N namaskaaram

    u can debug in release mode!... just a matter of changing the settings....just check teh Generate debug info flag!....

    C / C++ / MFC debugging tutorial question announcement
  • Login

  • Don't have an account? Register

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