Click here to Skip to main content
15,891,828 members
Articles / Desktop Programming / MFC

An Application To Show You How To Simulate A Mobile Set!

Rate me:
Please Sign up or sign in to vote.
2.23/5 (21 votes)
28 Jul 20036 min read 61.2K   717   18  
This application is just a simple simulator but its ability is that u can simply add much more properties to ur mobile and the interface and the source code are so separate so u can change the interface with just a low cost!!!
#include "RoundButton.H"
#include "scr.h"
class BtRight : public  CRoundButton
{
public:

 void OnPressBt(Scr *s)
{
s->PerformAct(SCRACT_RIGHT);
}
 void CancelSound()
{
		SetSound(NULL,::GetModuleHandle(NULL), TRUE,FALSE);

}
};

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Iran (Islamic Republic of) Iran (Islamic Republic of)
well this guy is just the super eric and nothing else my biaography i so complicated u better dont know;)
actually i love programming and i try to be a professional one so just pray 4 me!!! lol Wink | ;)

Comments and Discussions