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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

sthalasayanam

@sthalasayanam
About
Posts
19
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • AfxBeginThread and ON_THREAD_MESSAGE does not work using PostThreadMessage
    S sthalasayanam

    Use User Interface thread instead worker thread.

    sthalasayanam

    C / C++ / MFC debugging help question

  • how to use for loop for displaying no in following format?
    S sthalasayanam

    It is very simple. The following is the generic code algorithm. int range = ; int outer,inner; //The following loop is for displaying pattern from 1 to n ( any value) for( outer loop... ) { for( inner loop... ) } //The following loop is for displaying pattern from n-1 to 1 range -= 1; for( outer loop... ) { for( inner loop.... ) } Understand the basic code flow and implement your code.

    C / C++ / MFC tutorial question

  • Problem Showing a window with MFC
    S sthalasayanam

    Check the function name InitInstance(). If it is misspelt, there will be no window.

    C / C++ / MFC c++ help question

  • how to create a button in cview class?
    S sthalasayanam

    Hi, button1Rect and button1 should be members to view class. Then only the button will display.Try with that. cheers!.

    nss

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

  • hiding unused menus using MFC
    S sthalasayanam

    I suppose you have use owner drawn menu option to design your menu. nss

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

  • Creating MFC based window inside Win32
    S sthalasayanam

    Hi, Can anyone tell how to write a program to combine both win32 and MFC for creating a window and exchange messages from each other in a project. nss

    C / C++ / MFC c++ tutorial

  • PNG format graphics on the display
    S sthalasayanam

    Hi, Would like to write a program using MFC to display png format of symbols on the display. Can anyone provide me details,from where I can get the details to start with?.Thanks in advance. nss

    C / C++ / MFC c++ graphics question

  • Splash screen stays more than programmed timer value
    S sthalasayanam

    Hi, I have developed a multithread application, which will communicate with an embedded system. At startup the application should display splash screen for 5 seconds and display the application window. The problem is the display period of splash screen is more than one minute. When I monitored the messages using SPY tool I could see, other messages kept posting to the application window, whereas splash timer message got posted last. Can anyone tell me why it is happening and how to get rid of the problem? NSS

    C / C++ / MFC hardware help tutorial question

  • MFC
    S sthalasayanam

    Is there any method to dismiss the system modal dialog box programmatically?

    C / C++ / MFC c++ question

  • List box background
    S sthalasayanam

    Thanks a lot for your answer..

    C / C++ / MFC question

  • List box background
    S sthalasayanam

    What is the procedure to change the background of list box? NSS

    C / C++ / MFC question

  • Graphics
    S sthalasayanam

    What is transparent bitmap? Is there any article on this subject? NSS

    C / C++ / MFC graphics question

  • Getting size of the list window.
    S sthalasayanam

    Thanks for your help. NSS

    C / C++ / MFC help tutorial question

  • LP vs DP
    S sthalasayanam

    What is the difference between LP and DP?.When do I have to use DPtoLP and LPtoDP function?. NSS

    C / C++ / MFC question visual-studio

  • Getting size of the list window.
    S sthalasayanam

    Can I call GetClientRect() to retrieve the size of the list window ( a child control to the dialog) in the constructor of the dialog box. Example: CMyDialog::CMyDialog() { CRect rect; m_List.GetClientRect(&rect); } Normally, the function is invoked in the InitDialog() function?. I am bit confused about this. thanks for help in advance NSS

    C / C++ / MFC help tutorial question

  • Blocking of thread
    S sthalasayanam

    Thnaks for your answer. NSS

    C / C++ / MFC

  • Blocking of thread
    S sthalasayanam

    Is it good programming, blocking of thread with event->Lock() instead of using ::WaitForSingleObject() function. NSS NSS

    C / C++ / MFC

  • Posting string to window
    S sthalasayanam

    Thanks. Why do we have to use SendMessage() instead of PostMessage() if WM_COPYDATA event is to be posted to another windows.

    C / C++ / MFC question

  • Posting string to window
    S sthalasayanam

    Hi, How can I post string from one application to another?. NSS -- modified at 23:40 Tuesday 4th October, 2005

    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