Results 1 to 3 of 3

Thread: Screen Information (Symbian)

  1. #1
    Senior Member
    Join Date
    Jul 2004
    Location
    Bangkok
    Posts
    187


    Screen Information (Symbian)

    Code:
    #include < eikenv.h >
    
    ...
    
    CWsScreenDevice* pWs = CEikonEnv::Static()->ScreenDevice();
    
    TSize s = pWs->SizeInPixels();
    
    TDisplayMode dm = pWs->DisplayMode();
    Only for app

  2. #2
    Anonymous
    Guest


    Re: Screen Information (Symbian)

    ขอบคุณมากครับหา มานานแล้ว
    แล้วไม่ทราบว่าใช้ได้กับมือถือรุ่นไหนบ้างครับ

  3. #3
    Senior Member
    Join Date
    Jul 2004
    Location
    Bangkok
    Posts
    187


    Re: Screen Information (Symbian)

    ทุกรุ่นที่เป็น Symbian

Similar Threads

  1. Replies: 0
    Last Post: 25-09-2009, 04:54 PM
  2. Replies: 0
    Last Post: 06-10-2007, 02:03 AM
  3. Symbian
    By tee_btc in forum Symbian C++, J2ME, Brew,XHTML
    Replies: 1
    Last Post: 22-03-2004, 09:41 PM
  4. Replies: 0
    Last Post: 01-01-1970, 07:00 AM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •