Groups | Blog | Home


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 > january 2005 > threads for friday january 7

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

SqlDbType collection is not available
Posted by manole at 1/7/2005 6:17:03 PM
I'm using Studio.NET 2003 Pro. to develop a smart device application.I can't use any parameter declarations because there is no System.Data.SqlDbType collection. I have this collection available under the full framework 1.1.(VB,C# Windows or web applications) but not in the compact framework....more >>


add image to imagelist if vb.net CF code
Posted by mgarner1980 at 1/7/2005 5:11:23 PM
How do I programmatically add the image file "test.bmp" to an imagelist in vb.net Compact framwork? I tried a similair aproach as to what I saw in the IDE generated code like below: Me.ImageList1.Images.Add(CType(resources.GetObject("resource"), System.Drawing.Image)) but couldn't g...more >>

How to add a provisioning _setup.xml file into a CAB file?
Posted by Tarh ik at 1/7/2005 2:37:12 PM
Hi!!!! I used to have problems with the loop back adapter in my Pocket PC device until I created the _setup.xml into a provisioning .cpf file, as explained in the article: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/migration_developers_faq.asp...more >>

Problems debugging
Posted by Frederik Jensen at 1/7/2005 1:04:13 PM
I have a very persistant problem: whenever I start my VB.NET CF application from VS.NET2003 using the debug command (F5) the device stalls for a couple of minutes and exits the loading of the program. No startform appears on the device. I have worked around it relying on messageboxes as I cann...more >>

load bitmap from file
Posted by Jeffrey Hall at 1/7/2005 12:41:21 PM
I have code that loads a bitmap from a file like this: Dim bmp as Bitmap = New Bitmap (imagePath) It works for smaller files, but throws an out of memory exception when I use larger files. I believe this is more related to the pixel width and height than the actual file size because it se...more >>

How to save/convert from bmp to png,jpg,xbm or gif to display in
Posted by Matt McGinnis at 1/7/2005 12:33:06 PM
I found an article on how to save an image to a bitmap file but I want my output file to be viewable in Pocket IE and .bmp is not supported. Does anyone know where to find the code or a library that will allow me to save directly to , or convert to one of the file types compatible with Pocke...more >>

Transparent picturebox?
Posted by BlarneyFOR at 1/7/2005 11:07:41 AM
Hello, I have been trying to make a picturebox transparent. But even though there is no graphics file in it yet, it still shows up as white. I am using this code on a newly created picturebox: me.PictureBox6.BackColor = system.Drawing.Color.Transparent Why wouldn't that make my pictureb...more >>

Form Changed
Posted by MDB at 1/7/2005 9:23:57 AM
Hello All, I have a problem with my forms changing. Every time I change anything on my form, my Tab Control pages get re-arraigned. They actually appear in my Visual Studio designer as in the correct order however, when ever I deploy, they are in a different order. Does this make since? ...more >>



Platform Identifier function in RAPI
Posted by Tarh ik at 1/7/2005 9:05:05 AM
Hi!!!! As a small request, it would be so great to have a function in the RAPI library to identify the platform of the current connected PDA. That will definitelly help my deployment program for my PDA's application. Thanks in advance! Tarh ik ...more >>

Run application from flash card?
Posted by Amp at 1/7/2005 7:25:02 AM
Is it possible to run a .net CF application straight from an SD card on a PocketPC? Or does it have to be installed on the PocketPC first? ...more >>

Databindings returns Argument exception
Posted by loic_nospam NO[at]SPAM yahoo.com at 1/7/2005 6:37:49 AM
HI there, I hope someone can help. I am doing this application on a pocket pc where you type a product number and it returns several values that are taken from an sqlce database. What happens is that when I click the Search button the first time it returns the values from the database alrig...more >>

Awkward Exiting
Posted by Hari at 1/7/2005 6:17:03 AM
hi, while i am exiting my application, the just previous menu (for example, File Explorer) is not displying and sometimes it displays only the Main screen of the pocket pc and closes File Explorer. i will make it clear. For starting my application, Start->Programs->File Explorer->My Devic...more >>

Retargetable=Yes
Posted by Nic at 1/7/2005 5:55:02 AM
I want to know if I can use the Retargetable attribute for my own assemblies. I want to be able to run my Compact Framework assemblies on the desktop, but I need to make a different assembly for the desktop but with the same contract. The new assembly will have a different public key. So, my i...more >>

parse enum trouble
Posted by Chance Hopkins at 1/7/2005 1:25:10 AM
//1-Problem I am trying to do the following in the compactframework: public enum MyEnum : int{ONE = 1} MyEnum myName = (MyEnum)System.ComponentModel.TypeDescriptor.GetConverter(typeof(MyEnum)).ConvertFromString("ONE"); //2-Solution one I was given this link as a solution: Take a lo...more >>


DevelopmentNow Blog