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
P

phanindra varma

@phanindra varma
About
Posts
36
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Regarding SPIN control...
    P phanindra varma

    Hi... This may look simple...but our Customer raised a BUG regarding this !!!!!!! Scenario is I have " Edit+spin control ",which takes integer values.If u Press Up arrow the number in the EDIT box will increase. BUG :If u press UP ARROW and Hold on....and Press TAB button. then the focus is going to next Tab Control but the Spin control Uparrow is still in "Pressed State".... I am also looking into this..but if u have any suggestions it will save my time. Thanks in advance EVEN SIMPLE OR DIFFICULT...Customer has no other word than BUG.

    C / C++ / MFC sales help

  • How to Add Asterik Symbol( * ) in the Dialog Name !!!!!
    P phanindra varma

    Hi..... I have One Dialog with Five tabs. Each Tab having so many controls like Edit boxes,buttons and all. My problem is When u enter some Data in any control of that particular tab,the ASTERIK should be added to the Tab Name.(Same as when we write aome Data in wordpad the asterik will add to the Document Name). So, How can i Do that... My IDEA is ::: OnKillfocus() and "change" event of every Control we maintain one varible.but there are so many Controls..!!!!! Is there any another API or simple way to do this :^)

    C / C++ / MFC json help tutorial question

  • Convert Integer to CString
    P phanindra varma

    O.k Thanks for the Suggestion !!!!!

    C / C++ / MFC help data-structures

  • Convert Integer to CString
    P phanindra varma

    Thanks..... I forget _T(); Thanks again.. because Even for this silly question also u r guided me in a rigtt way.... Bye....

    C / C++ / MFC help data-structures

  • Convert Integer to CString
    P phanindra varma

    hello, i have one integer array....{1,12,3,64,555} i need to convert each integer as "CString" i try to use Format() like ex: CString str; int i=0; str.Format("%d",i); It wasa giving an Error. Can any one help me in this regard. Thanks in advance....!!!!!:rose:

    C / C++ / MFC help data-structures

  • Parsing a CString.
    P phanindra varma

    Thanks.... But i have Two digit nubers also..... like CString out={"1,10,345"}; then how to do... :doh: Thanks in advance varma

    C / C++ / MFC json help

  • Parsing a CString.
    P phanindra varma

    hi... I have a CString like CString str ="1,2,3,4,5,6"; now i want to retrieve each one as string like str1=1; str2=2; str3=3; here "," is delimeter. Even this is so simple... but i am not familier with CString methods. please help me in this regard Thanks in advance.... Regards varma.

    C / C++ / MFC json help

  • How to Create "Bitmap Font" using Pixel information
    P phanindra varma

    hi,,,,, I have Pixel information for all letters in one Font(xxxxx Font). I want to make BITMAP FONT using pixel information.... How can i move forward!!!!!! Any sugestions!!! Thank u....

    Graphics graphics tutorial question

  • How can I Handle character 'a' and character 'A' in pretranslate Message
    P phanindra varma

    Thanks... GetKeyState() works fine.... Regards varma

    C / C++ / MFC help question

  • How to create "Bitmap Font " using Pixel Data.
    P phanindra varma

    hi,,,,, I have Pixel information for all letters in one Font(xxxxx Font). I want to make BITMAP FONT using pixel information.... How can i move forward!!!!!! Any sugestions!!! Thank u....

    C / C++ / MFC graphics tutorial question

  • How can I Handle character 'a' and character 'A' in pretranslate Message
    P phanindra varma

    Thanks for the Reply... But i have some problem when using WM_CHAR and WM_KEYDOWN message maps. So,Can i Handle it in "PreTranslateMessage".. any suggestions.......

    C / C++ / MFC help question

  • How can I Handle character 'a' and character 'A' in pretranslate Message
    P phanindra varma

    Hi,,,, I have one GUI i.e,SDI application which is inherited from Form view I want to add Key maaping to that GUI. For that when i press 'a' i have to focus on One button when i am press 'A' then i have to focus on another button. //There is a problem in KEYDOWN MessageMap related to my application. So,I use PreTranslate message to handle key events.but when i press 'a'it will treat that as 'A'. so,please help me in this Regard.

    C / C++ / MFC help question

  • How can I call CFileDialog in "xxxxDoc.cpp" in SDI application
    P phanindra varma

    I have done that and i did some extra stuff when i click Save and when i click cancel. but after that when the function return s then it arises EXCEPTION error. Thanku....

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

  • How can I call CFileDialog in "xxxxDoc.cpp" in SDI application
    P phanindra varma

    hi... " Un Handled error Exception arises...."

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

  • How can I call CFileDialog in "xxxxDoc.cpp" in SDI application
    P phanindra varma

    hi... How can i call "CFileDialog" in "testDoc.cpp" which is not inherited from CWnd Class. i tried the following /****************************/ BOOL Test() { CFileDialog dlg(FALSE,............,NULL); return TRUE; } /***************************/ but it was not working!!!!!and showing error when function returns!!! Is there any need to delete the object. How can i approach?????

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

  • How can i open "xxxxx.bmp" through Program
    P phanindra varma

    Thanks...Its working Fine.... Thanku...

    C / C++ / MFC question

  • How can i open "xxxxx.bmp" through Program
    P phanindra varma

    hello... I want to open some "Output.bmp" in MSpaint, when i click "Display" button.How it is Possible????? Thanks in advance... KEEP SMILING.....

    C / C++ / MFC question

  • How can i Install TTF font through program using VC++
    P phanindra varma

    Hi..... I have gone through that program..In that it was added as resourse. but the requirement as follwos 1)Display all ".ttf" files in the current folder 2)If u select one then it need to be installed. So, help me in this Regard...support me in the material. Thanku

    C / C++ / MFC question c++

  • How can i Install TTF font through program using VC++
    P phanindra varma

    Thanks... but i want to install new font through program.....not manually copying..... anyway thanks!!!

    C / C++ / MFC question c++

  • How can i Install TTF font through program using VC++
    P phanindra varma

    Hi, How can i Install TTF font through program in RunTime.??? Thanks

    C / C++ / MFC question c++
  • Login

  • Don't have an account? Register

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