原创 Trick: Change toolbar status(Symbian/UIQ)

        While you develop program such as streaming media player ,you want the toolbar which contains PLAY(RESUME)/PAUS

原创 Reference for sockets programming learning(Symbian)

There are many useful references for learning sockets programming on symbia

原创 Tips on Walking Through Code(Selected from by Adam Barr )

The following is extracted from <<Find the Bug>> by Adam Barr.Although they seem trivial tips,yet they are quite useful

原创 Insightful thinking on Teaching OO

Recently I read one article by James O.Coplien written for artima developer.I recommend you to read it if you are teach

原创 misc examples & tutorial list for symbian(Author:Zache)

From http://forum.newlc.com/viewtopic.php?t=375&highlight=autostart****************************************************

原创 Two comparative reviews of the two versions of XP Explained

1.Bill Wakehttp://xp123.com/xplor/xp0502/index.shtml2.Marchesihttp://www.agilexp.org/downloads/TheNewXP.pdf

原创 Trick:Make use of HAL class(Symbian)

This class is used to get and set miscellaneous device-specific information

原创 How to trigger your application while downloading file from wap browser(symbian)?

To achieve this,you have to follow three steps:1.Write a recognizer.You have to specify MIME-TYPE  for you file.    Ref

原创 Auto select internet access point(Symbian/UIQ)

    Auto select internet access point programmatically.We use RGenericAgent and CActive  to form an engine based on obs

原创 Code snippet for creating column listbox on Symbian/UIQ

void CMediaStreamListView::CreateColumnListBoxL(const TRect &aRect/*,TInetAddr& aAddress*/,TFileName aMbmFilePath){ iCo

原创 Trick:Checking the Contents of Descriptors in MSVC6(Symbian)

          The most useful facility while testing is to be able to view thec

原创 Trick:How to use cmwap to access internet(Symbian)

Cmwap is an access point defined by CMCC.In fact it means to access internet using a http proxy .The following code seg

原创 Symbian Programming Resource

The following lists the resource for symbian programming I'v collected and  I refer to this list  frequentlywhile I do

原创 Trick:Simple way to display message to indicate processing progress

       Often it will take a lot of time to do a http Get or other network r

原创 Trick:conversion from TDesC to TInt(symbian)

TInt  Utils::TDes2TIntL(TDesC &aDesC){      TInt rstInt;   TLex lexRec(aDes