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
S

Sreedhar DV

@Sreedhar DV
About
Posts
11
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • can anybody tell me how to connect ms acces with mfc in vc++
    S Sreedhar DV

    There are so many articles published in CP regarding database connectivity. Gothrough them. cheers,:)

    Sreedhar DV [Real success is having courage to meet failure without being defeated.]

    C / C++ / MFC c++ tutorial

  • Desktop
    S Sreedhar DV

    Great to hear that you've created your own desktop. Now you need to create your own Operating System. :) All the best.

    Sreedhar DV [Real success is having courage to meet failure without being defeated.]

    C / C++ / MFC help question

  • Urgent - How to identify given image is too dark or light
    S Sreedhar DV

    What exactly are those constants 0.3 , 0.59 and 0.11 ?

    Sreedhar DV [Real success is having courage to meet failure without being defeated.]

    C / C++ / MFC tutorial question

  • Check Application
    S Sreedhar DV

    Hamed Mosavi wrote:

    // "Life is very short and is very fragile also." Yanni while (I'm_alive) { cout<<"I love programming."; }

    These many compilation errors in your small code. Are you a true lover of programming ;-) error C2001: newline in constant error C2015: too many characters in constant error C2143: syntax error : missing ';' before 'constant' error C2143: syntax error : missing ';' before 'while' error C2001: newline in constant error C2015: too many characters in constant error C2143: syntax error : missing ')' before 'constant' error C2143: syntax error : missing ';' before '{'

    Sreedhar DV [Real success is having courage to meet failure without being defeated.]

    C / C++ / MFC question

  • How to retrieve the Child window handle ?????
    S Sreedhar DV

    try FindWindowEx static CWnd* FindWindowEx( HWND hwndParent, HWND hwndChildAfter, LPCTSTR lpszClass, LPCTSTR lpszWindow );

    Sreedhar DV [Real success is having courage to meet failure without being defeated.]

    C / C++ / MFC help tutorial question

  • inserting checkbox in multicolumn ClistCtrl and set width of columns
    S Sreedhar DV

    look at this... http://www.codeproject.com/listctrl/ReportControl.asp Sreedhar DV [Real success is having courage to meet failure without being defeated.]

    C / C++ / MFC help

  • highlight the loaded bitmap
    S Sreedhar DV

    You have to create two bitmap resources for doing this. One is for normal state another for highlight state. On mouse over on the button you need to change the bitmap.

    Sreedhar DV [Real success is having courage to meet failure without being defeated.]

    C / C++ / MFC graphics

  • Hi I want to know how to distinguish two mouse signal.
    S Sreedhar DV

    Are you able to use two mice at a same time???

    Sreedhar DV [Real success is having courage to meet failure without being defeated.]

    C / C++ / MFC help tutorial question

  • Stoping thread....
    S Sreedhar DV

    Can you post the sample code snippet. Upto my understanding, set a flag before start the thread. Based on the flag start or stop your threads in the for loop.

    Sreedhar DV [Real success is having courage to meet failure without being defeated.]

    C / C++ / MFC help

  • focus in edit control
    S Sreedhar DV

    Set the "Tab stop" for the edit control as 1. For doing this click Ctrl+D on the resource view of the dialog. Set the edit control tab stop as 1. It is the simplest way to solve your problem.:)

    Sreedhar DV

    C / C++ / MFC help

  • Looking for a &quot;Thumb Wheel&quot; control [modified]
    S Sreedhar DV

    Create a class which derives from the CScrollBar class. The Thumb Wheel control functionality is similar to the scroll bar functionality. Instead of changing the view position with GetScrollPos() do your task. For example as in the figure shows rotate the image horizantally or vertically. And you can set range of angle (i.e 0-360) with the help of SetScrollRange(). On the OnPaint of your class draw the Thumb Wheel control as per your wish. All the best....:) Let me know your success.

    Sreedhar DV

    C / C++ / MFC com 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