No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
I saw an android / ios application named " flipboard " and i wish to develop a similar app in vc++ using MFC . this FLIPBOARD app uses the flip page animation ... i observed it and i came to a conclusion that its just compressing the image of the …
I am developing a IE toolbar using MS VISUAL STUDIO 2010 VC++ I have a popup menu, having two options WEB SEARCH and IMAGE SEARCH. my problem is the pop up menu works fine when i see the output in DEBUG mode ... The pop up menu works fine even …
i have a combo box control in a INTERNET EXPLORER TOOLBAR. the backspace key of keyboard works fine if this combobox is made dropdown enabled But if i disable the drop down feature of this combo box then backspace doesn't work . Moreover if i add a EDIT CONTROL instead …
i am calculating some expressions and the result of these expressions is a DOUBLE type value , i am storing this result into a double type variable called Sum . now i want to write this value of Sum into the Edit Control of a Dialog Based MFC application . …
see any syntax will be always in this way only . all u have to do is to read what type of arguments a particular function needs . suppose lets take ur example , u say : - keyword1 <double> value1 <double> value2 this means this keyword "keyword1" will require …
i am a beginner in visual c++ and using visual studio 2010, i have came across a scenario where i want a dialog screen to appear in a full screen mode like our youtube video screen. i was successful to make the dialog box appear on the full screen , …
void CMySecondAppDlg::OnBnClickedButton2() { SetBackgroundColor(022222); this->DestroyWindow(); // TODO: Add your control notification handler code here }
The End.
anuj.juthani