Click here to Skip to main content
15,891,708 members
Home / Discussions / Mobile
   

Mobile

 
GeneralMore mobile emulators Pin
Ya3sam7-Dec-03 8:53
Ya3sam7-Dec-03 8:53 
GeneralPocket PC emulator Pin
BlackRider5-Dec-03 22:28
BlackRider5-Dec-03 22:28 
GeneralRe: Pocket PC emulator Pin
João Paulo Figueira6-Dec-03 1:08
professionalJoão Paulo Figueira6-Dec-03 1:08 
GeneralRe: Pocket PC emulator Pin
BlackRider6-Dec-03 3:15
BlackRider6-Dec-03 3:15 
GeneralRe: Pocket PC emulator Pin
João Paulo Figueira6-Dec-03 3:54
professionalJoão Paulo Figueira6-Dec-03 3:54 
GeneralRe: Pocket PC emulator Pin
BlackRider6-Dec-03 4:41
BlackRider6-Dec-03 4:41 
GeneralRe: Pocket PC emulator Pin
João Paulo Figueira6-Dec-03 4:52
professionalJoão Paulo Figueira6-Dec-03 4:52 
QuestionDo not show the shape ? Pin
thaivs111815-Dec-03 2:32
thaivs111815-Dec-03 2:32 
I create a simple mobile web application,
I want to draw some shape and display it on Pocket IE
With IE6.0,It OK,but in Pocket IE:only display binary code
// OnPageLoad method in MobilePage
public void On_PageLoad(......){
Bitmap bm=new Bitmap(200,200);
Graphics gra=Graphics.FromImage(bm);

gr.Clear(Color.Gray);
gr.DrawRectangle(Pens.Blue,10,10,20,20);
//some other shape
....
bm.Save(Response.OutPutStream,ImageFormat.Jpeg);

gr.Dispose();
mb.Dispose();

Response.End();
}
Somebody can help me ?
Thank.
GeneralDebugging problem Pin
kimurafoong4-Dec-03 18:15
kimurafoong4-Dec-03 18:15 
GeneralHelp getting started! Pin
dmc19804-Dec-03 4:58
dmc19804-Dec-03 4:58 
GeneralRe: Help getting started! Pin
João Paulo Figueira4-Dec-03 11:01
professionalJoão Paulo Figueira4-Dec-03 11:01 
GeneralRe: Help getting started! Pin
dmc19805-Dec-03 4:34
dmc19805-Dec-03 4:34 
GeneralRe: Help getting started! Pin
João Paulo Figueira5-Dec-03 4:43
professionalJoão Paulo Figueira5-Dec-03 4:43 
Generalmemory fragmentation Pin
GDavy3-Dec-03 23:05
GDavy3-Dec-03 23:05 
GeneralDatatype Misalignment exception Pin
nigs_krec2-Dec-03 22:10
nigs_krec2-Dec-03 22:10 
GeneralRe: Datatype Misalignment exception Pin
nigs_krec3-Dec-03 22:08
nigs_krec3-Dec-03 22:08 
GeneralRe: Datatype Misalignment exception Pin
nigs_krec4-Dec-03 0:27
nigs_krec4-Dec-03 0:27 
GeneralRe: Datatype Misalignment exception Pin
João Paulo Figueira4-Dec-03 2:09
professionalJoão Paulo Figueira4-Dec-03 2:09 
GeneralSQL Server CE 2.0 installation on Emulator Pin
nigs_krec2-Dec-03 19:29
nigs_krec2-Dec-03 19:29 
GeneralRe: SQL Server CE 2.0 installation on Emulator Pin
João Paulo Figueira3-Dec-03 3:56
professionalJoão Paulo Figueira3-Dec-03 3:56 
GeneralNotification API Pin
bdeberny2-Dec-03 4:04
bdeberny2-Dec-03 4:04 
GeneralThings you should know!! Pin
GDavy2-Dec-03 3:46
GDavy2-Dec-03 3:46 
GeneralRe: Things you should know!! Pin
João Paulo Figueira2-Dec-03 4:14
professionalJoão Paulo Figueira2-Dec-03 4:14 
GeneralRe: Things you should know!! Pin
GDavy2-Dec-03 4:23
GDavy2-Dec-03 4:23 
GeneralNot able to connect to ppc 2003 emulator Pin
nigs_krec1-Dec-03 20:25
nigs_krec1-Dec-03 20:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.