all groups > dotnet compact framework > september 2003 > threads for tuesday september 2
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
CF CreateInstanceAndUnwrap equivalent?
Posted by David C Chu at 9/2/2003 10:26:03 PM
Hello,
I am relatively new to appdomains. I am trying to do the equivalent of
System.AppDomain.CreateInstanceAndUnwrap() in CF: I want to be able to
create and maintain the reference to an object in another appdomain. Any
tips on how to do this?
-david
... more >>
Controlling WiFi Adapter on 2003
Posted by beaumont NO[at]SPAM ozemail.com.au at 9/2/2003 7:44:56 PM
Is it possible to programatically control the WiFi/WLAN adapter on the
iPAQ 5000 series under Pocket PC 2003? I already have an app that can
turn on/off the WLAN under 2002 but would really like to move to 2003.
Regards,
David... more >>
SQL CE/XML/ or any other better option fo a disconnected application
Posted by Atul Malaviya at 9/2/2003 7:37:58 PM
Hi All,
we are developing an application for PocketPC which is supposed to work in a
disconnected environment and it will synchronize with a desktop
application(db) on frequent basis.
we want to avoid RDA/Merge Replication features of Sql CE for synchronizing
data with the desktop b'cos of ... more >>
GPS (Location-based) API
Posted by fhunter at 9/2/2003 4:16:39 PM
Is there a API that I can use to obtain GPS information
(longitude, latitude) (if there is a device attached to
the PocketPC or Smartphone ofcourse!)
Thanks... more >>
Bitmap problem
Posted by Aris at 9/2/2003 3:44:30 PM
I have created a .dll file which creates a form with a
picturebox and a bitmap in it.I create an instance of the
dll from a project but I get an exception FileNotFound
My code is:
this.bitmap = new Bitmap(the path along with the bitmap
file);
pictureBox1.Image = bitmap;
Actually, I hav... more >>
Font size property
Posted by Aris at 9/2/2003 2:48:57 PM
How can I change the font size of a textbox from my code?
I read the documentation and says that I cannot from my
own code.
Thanks... more >>
Connection Manager of Pocket PC 2003
Posted by Timo Meier at 9/2/2003 2:46:15 PM
Hello,
where can I find some documentation on how to use the Pocket PC 2003
ConnectionManager with the .NET compactframework?
... more >>
thread and webservice
Posted by Richard at 9/2/2003 2:14:53 PM
I am building an application that I would like to invoke a web service in
the background without interrupting the application from functioning
normally. I am putting the call to the web service in a seprate thread but
when the call is made to the web service, the thread with the web service
will... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Owner Info
Posted by Pam Sheldon at 9/2/2003 1:46:36 PM
I am having trouble locating where PPC stores the
information regarding the owner of the device. Anyone
know where this might be stored or how to access the
registry? There is no registry class and Get/SaveSettings
is not supported in CF.
Thanks,
Pam... more >>
Missing something - full screen under CE 4.1
Posted by Adam Goetz at 9/2/2003 1:31:53 PM
I know I've done this but cannot remember how :
C#.NET app on CE 4.1 device.
ControlBox = false;
FormBorder = none;
MaximizeBox = false;
Menu = (none);
MinimizeBox = false;
In Form_Load WindowState set to Maximized
Bottom menu bar doesn't disappear. What am I missing?
... more >>
Copying data onto unmanaged memory in C#
Posted by Luk Vloemans at 9/2/2003 1:18:08 PM
Hi,
I'm trying to copy data onto unmanaged memory in C#.
I found the how you would normally do it in C++:
uint eventMask = 0;
IntPtr uMask = Marshal.AllocHGlobal(Marshal.SizeOf(eventMask));
Marshal.WriteInt32(uMask, 0); //0 is just a random value.
Does anybody know how to do this in C#... more >>
Speech for Compact Frameworks
Posted by Dany at 9/2/2003 1:15:01 PM
Hi everybody!!
I need to know if the Microsoft speech SDK is unable to develop applications
with the compact frameworks.
Thanks.
... more >>
Scrollbar Design
Posted by Neelima Godugu at 9/2/2003 12:44:52 PM
Hi All,
I am trying to implement custom scrollbars in dotnet(using C#). I am half
way through but not quiet their yet. I think I am not able to nail down the
formula for calculating the scroll width(the scrolling part). I am hoping
somebody can point me in the right direction.
Another option is... more >>
ShowDialog Question
Posted by Tom Bean at 9/2/2003 11:31:36 AM
I'm using ShowDialog() to display a form as a modal dialog box. I have set
the form's minimizeBox property to true, however, the emulator always shows
an 'OK' button in the upper right-hand corner. According to the
documentation, this setting should result in an 'X' button being displayed.
W... more >>
Asking for Suggestions on Data Synchronization Ideas
Posted by Joe Keller at 9/2/2003 11:22:52 AM
Hello,
Besides RDA and merge replication, what other ways have some of you
synchronized data on a PocketPC to a central data repository?
I'm looking for a simpler way to perform two-way synchronization than what
RDA and merge replication currently have to offer.
Thanks!
Joe
p.s. I'm... more >>
Saving a Bitmap
Posted by lumpkin666 NO[at]SPAM hotmail.com at 9/2/2003 6:31:37 AM
I snagged the code following this message from the newsgroups - Thanks
to all who contributed to it!
My question is - How can I modify this code to save the bmp file as
256 color instead of true color? I have tinkered but am not
proficient enough to figure out what I need to modify. I know t... more >>
Problem opening several modal forms
Posted by gianfranco.giugliano NO[at]SPAM infinito.it at 9/2/2003 5:47:00 AM
Hello
My application opens several modal forms (the modal Form1 opens the
modal Form2 that opens the modal Form3 and so on), but, the third and
the successives modal forms.... are not modal!!! Seems that there's a
maximum number of modal forms, is it possible?
Can anyone help me? Is there a... more >>
Runtime Control Icon
Posted by Russell Rice at 9/2/2003 12:47:09 AM
I am using the command line c# complier to build my controls. The control
works perfectly but I can not find any reference on how to bind the
design-time bitmap to the control class using the command line compiler.
Normally you could use ToolBoxBitmapAttribute but that is not available in
the c... more >>
Send Mail
Posted by Softwaremaker at 9/2/2003 12:44:32 AM
Hi,
How do we use the STMP Mail Message component to send mail out from an
application targetting the .NET Compact Framework ?
I noticed the methods are not there in the SmartDeviceExtensions.
How do we send mail out then ?
Thanks for any help
--
William T
Software Architect / Chi... more >>
Can't create menuitem using C# in Compact Framework!
Posted by Gavin at 9/2/2003 12:08:58 AM
I'm trying develop a SmartPhone application in C#.
But it's bad!
It just can't create menuitem as following code.
---------------------------------------------------
this.mainMenu = new System.Windows.Forms.MainMenu();
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.menuItem11 = new... more >>
|