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.
phanindra varma
Posts
-
Regarding SPIN control... -
How to Add Asterik Symbol( * ) in the Dialog Name !!!!!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 :^)
-
Convert Integer to CStringO.k Thanks for the Suggestion !!!!!
-
Convert Integer to CStringThanks..... I forget _T(); Thanks again.. because Even for this silly question also u r guided me in a rigtt way.... Bye....
-
Convert Integer to CStringhello, 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:
-
Parsing a CString.Thanks.... But i have Two digit nubers also..... like CString out={"1,10,345"}; then how to do... :doh: Thanks in advance varma
-
Parsing a CString.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.
-
How to Create "Bitmap Font" using Pixel informationhi,,,,, 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....
-
How can I Handle character 'a' and character 'A' in pretranslate MessageThanks... GetKeyState() works fine.... Regards varma
-
How to create "Bitmap Font " using Pixel Data.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....
-
How can I Handle character 'a' and character 'A' in pretranslate MessageThanks 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.......
-
How can I Handle character 'a' and character 'A' in pretranslate MessageHi,,,, 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.
-
How can I call CFileDialog in "xxxxDoc.cpp" in SDI applicationI 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....
-
How can I call CFileDialog in "xxxxDoc.cpp" in SDI applicationhi... " Un Handled error Exception arises...."
-
How can I call CFileDialog in "xxxxDoc.cpp" in SDI applicationhi... 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?????
-
How can i open "xxxxx.bmp" through ProgramThanks...Its working Fine.... Thanku...
-
How can i open "xxxxx.bmp" through Programhello... I want to open some "Output.bmp" in MSpaint, when i click "Display" button.How it is Possible????? Thanks in advance... KEEP SMILING.....
-
How can i Install TTF font through program using VC++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
-
How can i Install TTF font through program using VC++Thanks... but i want to install new font through program.....not manually copying..... anyway thanks!!!
-
How can i Install TTF font through program using VC++Hi, How can i Install TTF font through program in RunTime.??? Thanks