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 wednesday september 10

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

Finding the Icon of a certain file
Posted by Timothy Taylor at 9/10/2003 10:43:20 PM
Hello, I'm a VB.NET programmer for the CF, Is there any API out there that will allow me to get the Icon of a certain file? (example if i give it the path of a file ending in ".doc" then it would return the icon of the word logo (or whatever is associated with that file) in the icon format)...more >>


Help - C++ to C# code conversion
Posted by chris-s at 9/10/2003 9:39:28 PM
Hi, Could somebody possibly provide the equivilent c# translation of the following c++ code snippet? ::SendMessage(HWND_BROADCAST, WM_WININICHANGE, 0xF2, 0); Chris. ...more >>

Display html file by VB.Net (pocket pc)
Posted by PN at 9/10/2003 8:28:32 PM
My program (smart device app) has one form with one button only. When user clicks on that button, I want to display a HTML file. Smart device app does not have Internet control like VB 6.0. How can I do this? Pleas help...more >>

Database
Posted by Eduardo Pavinato Klein at 9/10/2003 6:34:32 PM
Hi, I'm in trouble with databases... Could anybody give me an overview about CEBD, SQLCE, ADOCE, PocketAccess, and so on? I'd want to know what are the same thing, if they're supported by the CF and any other details you have. If you have some links, I'm grateful for them. Thanks, Eduar...more >>

get last focus window
Posted by news.microsoft.com at 9/10/2003 6:10:10 PM
In .net cf , Can i get last active window handle when my form getfocus ? I know , in evc , WM_ACTIVATE hwndPrevious is the handle to the window being deactivated .but how can get this value in c#? ...more >>

IPAK ERROR, EMULATOR FINE
Posted by Alfonso at 9/10/2003 5:51:19 PM
The next code works fine in the emulator but in the ipaq 3700 with pocket pc 2002 doesn't. Its a button that make a call to a web service. The error is: System.LoadTypeException Thank you private void button1_Click(object sender, System.EventArgs e) { carlosj.IWSCRservice ws = new...more >>

deadlock (when changing in between tabs)
Posted by Luk Vloemans at 9/10/2003 3:21:09 PM
Hey Everyone, I'm writing software to communicate with a GPS to a PDA. So far, I've been quite lucky. All the data from the GPS is succefully being read into my interface, and succesfully parsed. However, I recently added an extra "settings"-tab to my program to spice up usability. ...more >>

Best replacement for wait/notify (Monitor.Wait()/Monitor.Pulse()) on the CompactFramework?
Posted by Carl Rosenberger at 9/10/2003 2:56:22 PM
Hi all, our system consists of two threads: (1) Main thread does all the interaction with user application code (2) Communication thread is responsible for client/server communication Whenever the Main thread (1) needs an instant reply from the server - thread (1) places a message...more >>



Call BeginInvoke on a Delegate
Posted by Thomas Lerchner at 9/10/2003 2:04:54 PM
Hi! I try to call the BeginInvoke method of a delegate but I get an Exception "NotSupportedException" when I execute the program. Here is the code I'm using it is from the MS helpsystem. Thankx Thomas TMS Technical Management Systems GmbH www.t-m-s.at using System; using System.Thre...more >>

Unallocate memory when exiting application
Posted by Thomas VUILLET - PAGE UP at 9/10/2003 1:49:28 PM
Hi group ! After exiting my application (VB.NET), I can see in the Control Panel that there is a lot of memory which is still allocated (about 4000 KBytes). I only launch the program and quit immediatly. During the application's loading, I make the following things : - create 3 datatables...more >>

ANN: CF Chat begins in 5 minutes
Posted by Chris Tacke, eMVP at 9/10/2003 12:58:34 PM
The chat's topic is: Smart Device Programming with Visual Studio .NET 2003 http://communities2.microsoft.com/home/chatroom.aspx?siteid=34000070 -Chris ...more >>

read ini
Posted by Shane Mergy at 9/10/2003 12:03:04 PM
Well i was just wondering if there was a way to read an ini file explicitly or do i just use the streamwriter to do so ...more >>

EnsureVisible
Posted by Ademar Ferreira at 9/10/2003 11:23:34 AM
HI, ListView.EnsureVisible Equivalent in DataGrid Thank you. Ademar ...more >>

Executing a delegate on the specified thread
Posted by Dmitry Shaporenkov at 9/10/2003 10:36:58 AM
Hi all, is there any mechanism in .NET framework to execute a delegate on the specified thread? In my application I would like to dedicate a thread to some specific computations, so that I can perform these computations anywhere in code by passing somehow a delegate to the dedicated thr...more >>

CeFindFirstFile, CeFindNextFile
Posted by Jody Gelowitz at 9/10/2003 10:35:10 AM
Does anybody have any examples of CeFindFirstFile and CeFindNextFile (or CeFindAllFiles) in C#? I am having difficulty in getting any of these to work. Thanks, Jody ...more >>

Want link for live chat today
Posted by Shanti at 9/10/2003 10:03:31 AM
Yesterday, an item appeard announcing live chat today. I was lazy to save the link yesterday. But today I am not finding it. Can someone give me the link? ThanQ... ...more >>

Flicker on redrawing
Posted by blackcloud NO[at]SPAM ukonline.co.uk at 9/10/2003 9:36:01 AM
Hi all, I have finally gotten around to starting my slider control (various other matters demanded attention this week :/). I have not as yet dealt with the stuff like positioning the elipse in the centre of the point where the user clicked and such. I have instead decided to head for what I ...more >>

Download Pocket PC CAB file's to device, Hosted by WebSphere
Posted by andrew_f_martin NO[at]SPAM hotmail.com at 9/10/2003 6:34:57 AM
Sorry for the cross post, but this one touches on many angles: I have a CAB file on a WebSphere instance that get's viewed as garbage when I browse to it. When I browse to the CAB from Internet Explorer on my laptop, it recognizes it as a known type and tries to download open/save the fil...more >>

System.Windows.Forms.ColumnHeader has fixed height?
Posted by Brad Evan at 9/10/2003 6:27:14 AM
Anyone know if the font size on a system.windows.forms.columnheader can be changed? =\ -b ...more >>

Large SIP - screen placement and languages other than english
Posted by Magnus Hedberg at 9/10/2003 4:39:16 AM
Hello, I'm having problems using the large SIP provided in PB4.1. I would like to move it around programatically on screen,=20 now it always starts to the upper left and the user has to=20 move it around manually. The Top/Left properties are=20 readonly, is there another way to control the ...more >>

numericUpDown - font/size problems
Posted by Magnus Hedberg at 9/10/2003 4:33:06 AM
Hi, I'm having a problem with the numericUpDown control in Visual Studio as there is no Font property and it doesn't adapt to the parent Form font size. I.e. I'm stuck with the initial tiny font size and up/down button size. I've tried all tricks I know, to change the Font size used but ...more >>

Capturing Battery Status
Posted by Zahid at 9/10/2003 2:19:21 AM
Hi, Im new to PocketPC programming and have been using VB.Net to develop a pocketPC application. I would appreciate it if someone could assist me in capturing the battery status (how much battery life is left) of the PocketPC so that I can display it on my application. I have no idea as...more >>

Pb installing SP1
Posted by Romu at 9/10/2003 12:39:48 AM
I tried to install the .Net CF SP1 on my PPC2003 Axim. I tried the "netcf.all.wce4.ARMV4I.cab" file, and the installation failed with the following message: "Microsoft .Net Compact Framework has not been installed. Reexecute the installation software." An idea ??...more >>


DevelopmentNow Blog