M
Mosfet
Hi,
I am trying to move from native to managed code.
Usually I developped with MFC/WTL but today I am experiencing .NET.
I have a few questions :
1)I am using VS 2005 and for maximum compatibilities I am going to
developp with CF 1.0. Will my application run on CF 2.0 ?
I suppose so but I prefer to be sure...
2)How do you write code that can work on several resolutions.
Let's take an example :
In function of which platform my code is running on I am loading a logo
that has a different size. Below this logo I put a label and below the
label a listview.
So how do I resize the picture box in function of my image size?
If I use anchor will it automatically place my two other controls below
my logo ?
I am trying to move from native to managed code.
Usually I developped with MFC/WTL but today I am experiencing .NET.
I have a few questions :
1)I am using VS 2005 and for maximum compatibilities I am going to
developp with CF 1.0. Will my application run on CF 2.0 ?
I suppose so but I prefer to be sure...
2)How do you write code that can work on several resolutions.
Let's take an example :
In function of which platform my code is running on I am loading a logo
that has a different size. Below this logo I put a label and below the
label a listview.
So how do I resize the picture box in function of my image size?
If I use anchor will it automatically place my two other controls below
my logo ?