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 > april 2004 > threads for wednesday april 28

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

Presentation of complex information using C#
Posted by Martin Kunkel at 4/28/2004 10:45:51 PM
Hi Newsgroup, I'm trying to show some complex information (which I receive from a webservice) in a Smart Device Application. The data is too complex to show it in a normal textbox. I would be happy if I could use links, different font sizes and colors. I could write all information formatted as...more >>


Can't deploy OpenNETCF Smart Device Framework
Posted by Terry Westley at 4/28/2004 7:46:10 PM
Summary: I successfully developed and ran a program that uses OpenNETCF Smart Device Framework when deploying to emulator or a device from Visual Studio .Net 2003 Pro, but it doesn't work when I attempt to install SDF myself from a CAB file. Details: Developed a program (let's call it MyApp, ...more >>

Creating Pocket PC Today Screen Plugin with C# .Net
Posted by Matthias at 4/28/2004 7:27:16 PM
Hello, I am trying to follow this article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/TodayScrn.asp to start developing a today screen application with .Net. I try to compile the C++ code. But I dont get an error message Deleting intermediate files and o...more >>

Wierd ImageList behavior
Posted by Harry Simpson at 4/28/2004 3:37:54 PM
I've added five 41x41 pixel bitmaps to an ImageList. I then programmatically add different pictures from the imagelist into picture controls which too are 41x41. Setting the image propertyy for the pictureboxes works great at design time but during run time, the images are shrunken to 16x16 p...more >>

Determining whether sqlclient is installed, and installing it
Posted by REarly NO[at]SPAM jswcoinc.com at 4/28/2004 3:33:42 PM
In my Windows CE.NET 4.0 application (written in VB.NET), I have two needs regarding sqlClient. 1. Determine whether sqlClient has been installed on the device. 2. If sqlClient has not been installed, then install it automatically. 2.a. From a startup batch file, can I have sqlClient.cab i...more >>

TreeView
Posted by MalawiBwana at 4/28/2004 3:31:03 PM
I am trying to build an interface that sort of looks like a drop-down menu in some webpages that is colorful and animated. I thought that a TreeView might be a starting point... I was wondering if there is anyway I can change the TreeView appearance so that I can add labels, buttons or combo boxes...more >>

How to Play Video inside Application on PDA?
Posted by Anders Fredborg at 4/28/2004 3:13:57 PM
Hi all In my current project I need to play a video file on the PDA, the format of the file doesnt matter, i can just convert the video to the currently supported format.I am using a PDA with PPC 2003. Does anyone know how to do this? Regards Anders ...more >>

Please help !! ... (calling unmanaged code)
Posted by AlaSoft at 4/28/2004 3:01:18 PM
I have made this simple funcion running into a eVC++ .dll - just displaying Hi World void Test( { HWND hWnd HDC hDc hWnd=GetActiveWindow() hDc= GetDC(hWnd) ExtTextOut (hDc, 10, 10, ETO_OPAQUE, NULL, _T("Hi World !"), 4, NULL) ReleaseDC(hWnd,hDc); If I...more >>



Deploying content files
Posted by dtaylor at 4/28/2004 2:44:56 PM
In my .NETCF application I have created an equivelent to an INI file. It's file type is .txt. I'm using it to read in application configuration settings as described in "The definitive Guide to the .NET Compact Framework". I just used VS2003.NET to deploy my application (which I have se...more >>

More than one custom control in one dll
Posted by Pete at 4/28/2004 1:21:03 PM
I followed the "Walkthrough: Authoring a Custom Control for Smart Device Applications" to create a custom control with a design time counterpart How do I get more than one custom control in a class library dll? Right now I have a control that inherits from System.Windows.Forms.TextBox. I added...more >>

Pocket PC Appointment Database
Posted by Garrison Goodman at 4/28/2004 12:12:26 PM
Since I have seen Pocket PC applications that can view/add/edit/delete appointments from the Appointments database on the Pocket PC, how can you programmaticaly access that database using the Compact Framework? Has anyone written a class that can handle that access? ...more >>

BitConvert.ToString(0 Bug
Posted by opamail1-1000 NO[at]SPAM yahoo.com at 4/28/2004 11:40:10 AM
using BitConverter.ToString() in Compact Framework has some bugs. The resulting hex string does not have a consistent format for each byte converted from the input byte array. for example: Byte array with values, (9,0,0,0,115,105,103,110,97,116,117,114,101,224,0,0,0,51,0,0,0,1) result in...more >>

Form Text property getting overwritten by Start menu
Posted by Tim at 4/28/2004 9:48:03 AM
When setting the Text property of a form in either InitializeComponent or load event, the value will display upon first instantiation and showing of the form. If I hide the form and then show it again, the Text property value will not show - it gets overwritten by the Start menu label and is not ...more >>

Unable to connect to device using smart device auth util.
Posted by Patrick Martineau (388254) at 4/28/2004 7:27:32 AM
I, i'm not able to connect to my device using the smart auth util. The utility is installed on my device it connect using the utility on my computer but when I try to connect in the IDE, I got an error saying that the device is not present ! Any idea ? Patrick Martineau BETAID:...more >>

sending data thru a network stream
Posted by gahowe NO[at]SPAM tmmna.com at 4/28/2004 6:22:05 AM
I'm trying to send data from a PDA to a listener using TcpClient and NetworkStream. The problem is that is seems to not being recieving all the data. It looks like there is a up limit of 45000 or so bytes. Anyone having any ideas on how to send an unlimited or unknown ammount of data from a...more >>

Adapter.Update C# buffer size
Posted by kkulaoglu at 4/28/2004 4:56:02 AM
i read xml file with Dataset.ReadXml method after i inert data to SqlSERverCE with Adapter. Update Method but i take Error message about buffer size ...more >>

XML Designer and Datasets.
Posted by Amit Patankar at 4/28/2004 2:41:04 AM
Hi I am creating a single XML file that shall have data as well as schema of my dataset. I am able to view the full XML source. But how can I use the XML Designer to modify the XML Schema? I can use the Designer to add rows to it. But in order to modify the schema I am requiring to create the .XSD...more >>

Handle of Bitmap for BitBlt functionality??
Posted by shubhs_here NO[at]SPAM yahoo.com at 4/28/2004 12:33:03 AM
Hello Everyone, I wanted to know how to get bitmap handle for BitBlt functionality in C# 'coz before bitblt functionality i need to use "SelectObject" fuction which require handle to bitmap. Thanx...more >>

Memory blocksize - Initializecomponent
Posted by xman at 4/28/2004 12:11:01 AM
I experience a problem with my initializecomponent, it has grown to large so it's exceeds the max size. The solution for this is to split the function in several parts but then you loose the graphical design time ability Is there an easy way to go around the block size (64K) and still see all com...more >>


DevelopmentNow Blog