Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


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 >>



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 >>


DevelopmentNow Blog