W
wavemill
Hello!
This is my problem.
I create a button image:
OpenNETCF.Windows.Forms.ButtonEx myButton = new
OpenNETCF.Windows.Forms.ButtonEx();
myButton.Size = new Size(200, 50);
myButton.Location = new Point(30, 100);
Bitmap bmp = new Bitmap(@"\Program Files\appxpbutton\Button.png");
myButton.BackgroundImage = bmp;
this.Controls.Add(myButton);
It's a simple button just for a sample.
When i run the program on my emulator and my hw6515, there is no problem
but on my fujitsu loox 720, my button has not the right size, he is very
small.
I don't know why?
I work on vs2005, cf v2, installed on my loox 720.
If you have any idea!
Thank you!
Wavemill
This is my problem.
I create a button image:
OpenNETCF.Windows.Forms.ButtonEx myButton = new
OpenNETCF.Windows.Forms.ButtonEx();
myButton.Size = new Size(200, 50);
myButton.Location = new Point(30, 100);
Bitmap bmp = new Bitmap(@"\Program Files\appxpbutton\Button.png");
myButton.BackgroundImage = bmp;
this.Controls.Add(myButton);
It's a simple button just for a sample.
When i run the program on my emulator and my hw6515, there is no problem
but on my fujitsu loox 720, my button has not the right size, he is very
small.
I don't know why?
I work on vs2005, cf v2, installed on my loox 720.
If you have any idea!
Thank you!
Wavemill