all groups > dotnet compact framework > january 2005 > threads for saturday january 22
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
wifi activate/deactivate
Posted by vhoward at 1/22/2005 9:33:28 PM
hi,
i use a ppc Asus MyPAL A716 and c#
i want to save battery life
is it a standard way to activate/deactive wifi by program ?
making the assumption that wifi is well parametized on the ppc
thanks in advance
... more >>
how to make a soft reset
Posted by vhoward at 1/22/2005 8:10:39 PM
hi,
is it a way to make a soft reset ? (using c#)
thanks in advance
... more >>
memory error using custom control property
Posted by Terry Brown at 1/22/2005 6:52:44 PM
I have created a custom button for my app that repositions text for the
button by overriding the OnPaint method.
Everything works fine and I populate my form with custom controls, they
show up and work properly. I have 100 of these controls on one form.
I then modified my new button class t... more >>
Form stays on lefttop corner
Posted by Peter at 1/22/2005 5:02:40 PM
Hello,
My form with Borderstyle set to none and ControlBox and MaximizeBox and
MinimizeBox set to false stays on location 0;0 (topleft)
but I want the form centered to the screen, so I added in the formload event
:
Rectangle screen = Screen.PrimaryScreen.Bounds;
this.Location = new Point((... more >>
Fail to access SIM info using Phone APIs
Posted by Albert at 1/22/2005 6:49:02 AM
Dear All,
I've read the article about Phone API at
http://msdn.microsoft.com/smartclient/codesamples/default.aspx?pull=/library/en-us/dnnetcomp/html/netcfphoneapi.asp
.. Then I've tried to run the sample program and only added one more line to
get the device phone number in the Form1_Load m... more >>
Full Screen Application
Posted by Mesalem at 1/22/2005 6:49:01 AM
Hi All,
i wanted to create a full screen application that takes the whole screen
area and prevents the user from interacting with anything else in the pecket
pc device.
i created a new pocket pc application and changed the following properties
of the main form :
- FormBorderStyle set to N... more >>
How to port eVC4 project to VS2003
Posted by KDelta at 1/22/2005 3:20:10 AM
Hello,
I have several eVC4 projects that I would like to convert to Visual Studio
2003 .Net.
Is this possible through some sort of Wizard?
If I create a VS project/solution can I add the evc4 files and compile
them?
Thanks,
AD
remove - from address to reply... more >>
|