Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

7 Posted Topics

Member Avatar for dumbncool

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 …

Member Avatar for anuj.juthani
0
836
Member Avatar for anuj.juthani

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 …

0
219
Member Avatar for anuj.juthani

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 …

0
123
Member Avatar for anuj.juthani

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 . …

Member Avatar for thines01
0
1K
Member Avatar for tobo

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 …

Member Avatar for tobo
0
332
Member Avatar for anuj.juthani

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 , …

0
80
Member Avatar for Nandomo

void CMySecondAppDlg::OnBnClickedButton2() { SetBackgroundColor(022222); this->DestroyWindow(); // TODO: Add your control notification handler code here }

Member Avatar for anuj.juthani
0
3K

The End.