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 > february 2004 > threads for tuesday february 17

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

detect keypress without focused (nor focusable) controls
Posted by Jacco at 2/17/2004 11:51:25 PM
Hi, I want to detect what characters are typed in the (fromerly called) SIP but my form has no focusable controls on it.Somehow, the form_keypress event does not fire. Anybody out there who can help me out doing this? Using .net compact with visual studio 2003 in VB mode. ANy help is G...more >>


RS232 Problems
Posted by javaboyjunior NO[at]SPAM hotmail.com at 2/17/2004 10:35:27 PM
Hi, I'm having some issues with an RS232 device I'm using and have seen some helpful advice on this group with regard RS232 so am hoping someone might have some suggestions. I have an RS232 device that I need to connect to. It's a custom device we had programmed - without going into too muc...more >>

Launch vb.exe from IE
Posted by IntraRELY at 2/17/2004 4:33:47 PM
I have developed a little application and have put a link from a page http:://www.test.com/app.exe When running from the development machine everything runs great. But when I install the .NET Framework (redist) and access the .exe from IE there is a CLR Exception. The associated DLLs are in th...more >>

how could i use the "build comment web pages" to generate without displaying the private member?
Posted by stone zou at 2/17/2004 4:09:43 PM
Hi, i want use the "build comment web pages" tools to generate the html document, but i don't want the document to display the private member. how could i do it? thanks. ...more >>

SQL CE 2.0 database to XML
Posted by jayderk at 2/17/2004 3:10:06 PM
I am looking for an example that translates an entire database to an xml string. I can not find an example but know it is out there. I looked for dataset/sqlcedataadapter..... please help, Jay ...more >>

Transparent bitmaps repost requested
Posted by Elisa at 2/17/2004 2:55:59 PM
Hi, While doing a search on Google, I noticed that Serg Kuryata [MS], in response to a previous post of mine, apparently posted some code in C# concerning transparent bitmaps. Yet I can't find that code anywhere. It doesn't show up on Google, nor in my newsgroup reader (Mozilla). Maybe it...more >>

SSL in .NET CE?
Posted by Wouter Roosenburg at 2/17/2004 2:38:00 PM
Hi there, I was wondering if there is any SSL (or any certificate) support present in the compact framework? And not only for a standard webserver, but for custom build secure apps. Wouter ...more >>

Setting the Display Light
Posted by Felipe T. at 2/17/2004 2:34:25 PM
Anyone knows a way to programatically set the display light of the PocketPc? (High Bright/ Low Bright/ Energy Saving/ etc...) Thanks, Felipe ...more >>



Disabling the App's shortcut keys
Posted by Thiago A. at 2/17/2004 2:15:49 PM
HI, How can i disable those 4 device shortcut keys on my fullscreen = application? Thanks!...more >>

How to install CF SP2 on the emulator?
Posted by Sarah Smith at 2/17/2004 1:27:28 PM
Hello everyone, I now have CF sp2 for developers and the other package, but I'm not quite sure how to use them properly. I hava a WM2003 device (dell axim) and that has been updated, but I don't know where to place the developer files so that the emulator will use them. I haven't gotten ...more >>

Unloading an Assembly in the CF...
Posted by Kevin Z Grey at 2/17/2004 1:01:06 PM
Heya How does one go about unloading an Assembly from memory? My application has plugins which need to be periodically updated. During the retrieval, if the plugin has been loaded it will not allow the app to overwrite the DLL file (obviously). I assume it would be something to the...more >>

Unable to shut down machine when a .net application is running
Posted by kuldeep at 2/17/2004 12:58:17 PM
Hi all, I have a application developed in C# .net . The problem I face is I cannot shutdown my machine when the exe is running. Windows is unable to shutdown this exe. Can anyone help. Regards, Kuldeep Pawar Programmer, Maximize Learning, Pune. www.maximizelearning.com ...more >>

processing 1;2;3;4 to i[0]=1 , i[1]=2 and......
Posted by Jeroen Ceuppens at 2/17/2004 10:54:50 AM
Hi, i put some data in xml, i get the data out of the xml and put it in a string string data= "1;2;3;4" So i need something that do the ; away and puts every number into the array i: 1 goes to i[0] 2 goes to i[1] and so on........ How can i do this? Greetz JC ...more >>

DataGrid Cell Location
Posted by Angel Montesinos at 2/17/2004 10:37:59 AM
How can I know the exact location of a cell? Thanks. ...more >>

Getting OS version with .NETCF
Posted by Imran Iqbal at 2/17/2004 10:21:52 AM
How can i get the operating system version/ name with .NET CF ? Regards, -- Imran ...more >>

Programmically send email from the pocket pc
Posted by Mark Dykun at 2/17/2004 9:53:04 AM
Hi There, Does anyone know of a library that allows sending emails from the pocket pc from vb.net. Any help is appreciated. Mark ...more >>

ARM .... ARM4 ....?
Posted by Boris Nienke at 2/17/2004 9:32:45 AM
Hi, when i create the CAB-Files i will get files for different processor types... MIPS and SH3 is pretty useless i think because PPC2002/2003 is running on Arm-Processors only? But i get TWO version for ARM 1.) ARM 2.) ARM4 What is "ARM4" and when will i need it? thanks Boris...more >>

Button control and MouseDown/MouseUp events
Posted by Elisa at 2/17/2004 9:20:32 AM
Hi, Is it just me or does a Button control completely ignore the MouseDown and MouseUp events??? I tried adding a handler for each event, but it looks as if these handlers are never called... Regards, Elisa...more >>

Calender View
Posted by Martin at 2/17/2004 5:06:09 AM
Hi, I'm new to .NET CF-programming and I want to access a database-table that stores dates (outside Pocket Outlook). In my GUI I want to have a similar appearance like in the Calendar of Pocket Outlook, where I can have a weekly view of the data, in which the user selects a date and the correspondi...more >>

Automatically deploy network parameters ?
Posted by Fump at 2/17/2004 4:36:08 AM
Hello I create a stand-alone setup program to deploy my application I would like to include the blutooth connection inside the setup How to know registry entries & files to install for that thanks Fump...more >>

Question? How to set the System-Date And the System-Time?
Posted by jamel.jaballah at 2/17/2004 4:31:08 AM
Hi, I wont to set the system-time and the system-date and use the Microsoft.VisualBasic.DateAndTime.DateString propertie and the Microsoft.VisualBasic.DateAndTime propertie Microsoft.VisualBasic.DateAndTime.DateString = "2-1-2004" Microsoft.VisualBasic.DateAndTime.TimeString = "13:54:10"...more >>


DevelopmentNow Blog