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 > april 2005 > threads for monday april 11

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

Time Difference
Posted by Beebs at 4/11/2005 9:42:21 PM
I need to get the difference in time from two time fields on my form. I have the times saved in the format "10:15 AM" and I need the difference between the two time fields in the format "0hrs 5min 15sec". Can anyone provide me with a way to do this. I couldn't make much sense out of the DateDi...more >>


How do you Create a Custom Control Property which Embeds Resource into Forms .resx File?
Posted by ShakeDoctor at 4/11/2005 3:30:16 PM
Hi, I have a custom control which I'm trying to get working with the designer. I have 2 public properties - an Image property, and a Map property. The Image property sets and gets a System.Drawing.Image object. In the designer this automatically shows up in the property window allowing you...more >>

Threading and GUI Issue
Posted by Howard Swope at 4/11/2005 2:59:06 PM
In my application, running on PocketPC, I have two TrackBar controls on a form. Also in this application I have a socket which will send the value from the trackBar1 to a server (running on my desktop pc) and receive a message from the server indicating a value change. I use this to set the ...more >>

Saving/restoring registry keys
Posted by Geoff Callaghan at 4/11/2005 2:28:04 PM
I have a touch screen that I need to have stay calibrated when the power goes off. I'm thinking my best bet is to calibrate the screen, extract the registry value, and then set that registry value every time the device boots. I'm even willing to export the whole registry file and do it that way,...more >>

Read image dimensions w/o loading to memory
Posted by emars NO[at]SPAM forwild.umass.edu at 4/11/2005 12:32:03 PM
Greetings, I am working with very large bitmaps in the 11,000x17,000 range and I need to read the image dimensions (in pixels) in my app. Windows XP can list dimensions as easily as time/date or file size as one of the details in the file explorer, how can I do this with my simple C# app? ...more >>

is there an easy way to get ASCII from a text word in vb.net?
Posted by Blarney at 4/11/2005 12:10:33 PM
If I was wanting to convert the word "Hello" to ASCII how would I do it in VB.NET? Thanks! ...more >>

Closed/Closing event not firing.
Posted by cmkx NO[at]SPAM canada.com at 4/11/2005 10:47:34 AM
My appliction uses Sub Main as startup. In Sub Main I have Appliction.Run(new frmstartup) When I click the "X" on frmstartup the form dissappears but the Closed/Closing event do not fire? Any ideas? Thanks. KD...more >>

Upgraded to SP3
Posted by cmkx NO[at]SPAM canada.com at 4/11/2005 10:37:51 AM
I upgraded to SP3 and now all my icons/pictures are no longer transparent. The backgrounds are all black. How can I fix this? Seems like CF.NET is pretty flaky. Everytime I do anything there seems to be some problem associated with it. Thanks IA......more >>



VBScript on Windows CE?
Posted by Michael at 4/11/2005 10:13:03 AM
Hey, Can anyone tell is there VBScript anywhere on Windows CE? Ideally, I need to interrupt VBScript in a .NET application (the .NET application isn't to be controled via, VBScript). Otherwise, I would take VBScript-anything. Any existance at all? I tried a simple html page with an OnC...more >>

how to write file sequential in a pocket pc with net.framework
Posted by Maximiliano at 4/11/2005 9:33:02 AM
how to write file sequential in a pocket pc with net.framework...more >>

Form Display problem
Posted by cmkx NO[at]SPAM canada.com at 4/11/2005 8:49:27 AM
I am banging my head trying to display forms properly. No matter what I seem to do they will not display. Is there any reference anywhere to show my the "proper" way to do it. It seems as if I try to show a form then show a second form on top, when the second form closes the first form dis...more >>

How to get my received SMS?
Posted by Alex Lau via DotNetMonster.com at 4/11/2005 8:13:17 AM
I want to save my received SMS as a TXT file on smartphone 2003? In The CF I can't find a function like this? Can you help me? Thanks! -- Message posted via http://www.dotnetmonster.com...more >>

SQLCE Replication over GPRS - error 28037
Posted by john.ogorman NO[at]SPAM tempus.ie at 4/11/2005 7:50:10 AM
Hi, I am developing CF application that uses SQLCE replication. This works fine when replicating over LAN Internet connection (when in cradle using ActiveSync), but when I establish GPRS connection and try it, it fails with error 28037 (request to send data to machine running IIS failed) occ...more >>

SendKeys, how to use
Posted by Safisoft13 at 4/11/2005 6:29:01 AM
I'm tryng to send chars from my program to any other application directly below (for example: Pocket Word) I use SendKeys. Send("...."); but there is no result, the String is not sent to the application and there is no Error message! ...more >>

JPEG performance
Posted by N Thorell at 4/11/2005 5:26:01 AM
How cn JPEG pictures be transfered most efficiently as a parameter in a WebService method? I guess, a BLOB in Base64 isn't very efficient?...more >>

Ftp download with the compactframework on windows CE
Posted by Michael at 4/11/2005 2:58:01 AM
Hello, I'm looking for a function to download a file with ftp. No Upload, or other functions. I've got a example but this use System.Runtime.Remoting and other functions with are not included in the CompactFramework. I would be glad if anyone could help me. Thank you Michael ...more >>

unable to open document in pocket pc
Posted by kies at 4/11/2005 1:51:02 AM
Hi everyone, i am using createProcess() to open a pocket word document in my application. I can't seem to open the document. whenever i try to open the pocket word document i get an error "Unable to open the document. The document does not exist." below is a snippet of my codes Private Sub...more >>

SNMP
Posted by Giuseppe at 4/11/2005 12:00:00 AM
I guys, I have to develop an application that use SNMP protocol under WINCE 5.0. I'd like to use C# or VB.NET and Compact Framework. Is there some freeware lib for SNMP? Thank you very much for your great help. Giuseppe...more >>

Telephone modem
Posted by Peter at 4/11/2005 12:00:00 AM
Hello all, In my device which is not a pocketpc , but a wince 4.2 device, I have a internal GPRS/GSM modem. How can I make a telephone call with this internal modem ? I tried to make the tapi wrapper from Alex Feinamn working but sofar it will not work for my device. In the Alex Feinman samp...more >>

DataGrid Bind to DataSet, then Bind to DaTaview, GOT ERROR...PLS HELP
Posted by A_PK at 4/11/2005 12:00:00 AM
I have problem databinding the DataGrid with DataView/DataSet after the filter... I create the following proceudre in order for user to filter as many as they want, but the following code is only allow user to filter the first time, when they tried the second time, the speficied cast error me...more >>

Alex Feinman's Tapi wrapper problem !!! Please Help !!!
Posted by Tihomir Ignatov at 4/11/2005 12:00:00 AM
Hi All, I'm using Alex Feinman's TAPI wrapper, but I have the following problem: My app is a Smart device Windows Forms application (.NET CF 1.0). I create an other assembly for phone communication (PhoneWrapper), where I use TapiLib.dll and reference it from MainForm. I create a second form, ...more >>

Memory usage always increas,why?
Posted by gqg at 4/11/2005 12:00:00 AM
hi I write a simple VC# program in Win CE.It only do just one task: private void timer1_Tick(object sender, System.EventArgs e) { f=!f; if (f) { pictureBox1.Image=imageList1.Images[2]; } else { pictureBox1.Image=imageList1.Images[1]; } } But th...more >>

GPS Free Library
Posted by Chino at 4/11/2005 12:00:00 AM
Hi! I'm serching a free library to get GPS data from my PDA. Does anybody know one? Thanks, CHINO ...more >>

update table
Posted by Felix González at 4/11/2005 12:00:00 AM
Hi, I`m working with SQLServerCE, and I´ve a table linOrder like this: create table LinOrder (IDOrder integer not null, NumLin smallint not null, ........" alter table LinOrder add Constraint CodLinOr primary key (IDOrder, NumLin)"; in .NET I`ve defined a DataSet with a table in the sam...more >>


DevelopmentNow Blog