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
all groups > dotnet compact framework > march 2004

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

MS Help
Posted by KJBarnes at 3/31/2004 11:29:38 PM
Is it possible to use a HELP file from with in a VB application. What I would like to do is have a MS Help file for the whole application and have a button on a form that will display a specific page in the help file. ...more >>


Call Microsoft Reader From a CF abb in VB
Posted by KJBarnes at 3/31/2004 11:26:58 PM
Can anyone tell me how to call Microsoft Reader from a VB app? ...more >>

How to create GPRS connection programtically !!
Posted by aliarifpk NO[at]SPAM hotmail.com at 3/31/2004 11:00:14 PM
Dear All, How do I create a GPRS connection programatically through my own application. If some one have some sample code (VB.NET or C#), please post it or provide me some URL for sample code. Regards, Arif...more >>

CE emulator screenresolution
Posted by mikson at 3/31/2004 9:41:06 PM
I've a project made in CF Windows CE.NET. The target machine screen is 800*424. When I use the Emulator I cant se the entire screen! Can I change the resolution in the emulator ...more >>

Mobile Devcon 2004 San Francisco
Posted by micha at 3/31/2004 9:39:52 PM
I attended the MDC and want to download the presentations held on this event. This may be possible by using the URL http://www3.mscorpevents.com/mdc/ . Unfortunately a login / password is required. Can anybody help me ? I heard it is on the badge I've already thrown away. Best regards, Thomas ...more >>

cab file notouch install
Posted by PCH at 3/31/2004 8:18:28 PM
Is there a way to create a Cab file for a windows ce.net forms application that when executed, it does the install (and possibly uninstall) of a program without any interface / keypresses needed? ...more >>

White Image not dislaying properly
Posted by Sans at 3/31/2004 7:51:07 PM
Hi all I have a white bitmap with RGB as 255,255, 255. Its changing to a bitmap with RGB 248, 248 , 248 when displayed on IPAQ Any help will be appreciated Cheers Sans...more >>

Update with Select Top
Posted by Tomer at 3/31/2004 4:06:23 PM
I need to update the top first row of a table with a sql query, I'v connected my ppc to a sql server 2000, and from the ppc i need to run the query. I know the query should look something like this: update set code='xxx' (select top 1 * from tablename) Any ideas? Tomer. ...more >>



Knowing if a PC is on lan
Posted by Zanna at 3/31/2004 3:49:17 PM
Hi all, I wonder if there is a way to know if in a LAN/WAN a PC (I know the name or the IP) is reachable. Is there? :) Thanks! ...more >>

Timeout in HttpWebRequest.GetRequestStream
Posted by Bogdan Sima at 3/31/2004 2:27:10 PM
Hello, I use HttpWebRequest.GetRequestStream to post some data from a PocketPC to a WEB page. Sometimes, totally inconsistent, the call times out. At the same time the call from a device times out, some other devices are able to post. Then it's other device's turn to time out, while the one th...more >>

Show cell content in a DataGrid
Posted by Diego F. at 3/31/2004 12:00:52 PM
Hello. How can I use the content of any cell in a DataGrid. For example, I want to show the content of a cell when I click it. Regards, Diego F. ...more >>

URGENT! Create Database Error
Posted by gfeighny at 3/31/2004 11:41:07 AM
Keep getting error: SQL Server CE encountered problems in creating the SQL Server CE database. [,,,Connection string,, //-- delete database fil if (File.Exists(@strLocalDBFile) { File.Delete(@strLocalDBFile) //-- create local database SqlCeEngine engine = new ...more >>

Raise event at time...
Posted by lw_elite NO[at]SPAM hotmail.com at 3/31/2004 10:34:07 AM
I wouldn't think twice about this on the desktop, but for Pocket PCs I want to be a little more "performance" aware. Any ideas on raising events at certain times? I'm looking to run a method at the top of the hour, every hour if the app is running. I realize I can use a timer to periodically...more >>

IOCTL_PROCESSOR_INFORMATION and OpenNetCF
Posted by rpbjunk NO[at]SPAM yahoo.com at 3/31/2004 9:47:36 AM
Is IOCTL_PROCESSOR_INFORMATION / PROCESSOR_INFO no longer supported in the OpenNetCF library? I ran across this article that said that it was implemented in OpenNetCF. I browsed the help and searched the source code but didn't find any reference to it. Randy Beckwith "Alex Feinman [MVP]" ...more >>

How to prevent deleting in a DataGrid
Posted by Mauricio at 3/31/2004 6:41:07 AM
Hi, is there a way to prevent user from selecting DataGrid's single rows and deleting them, but I still need to edit the rows Thanks for any help Mauríci ...more >>

How to debug System.MissingMethodException errors?
Posted by ggalen NO[at]SPAM mn.rr.com at 3/31/2004 6:13:42 AM
What is the process for debugging a System.MissingMethodException error? I am using vb.net in the Compact Framework. Mine appears in a Mousedown event, but if I wrap a Try/Catch in that code, a System.MissingMethodException error then appears at the Application.Run(New Form1) level., with...more >>

ListView Query.
Posted by Amit Patankar at 3/31/2004 5:16:11 AM
Hi I am using a ListView with "Full Row Select" propert set to true. Now I want a handle a simple menu item click event. That is I want to know that a menu item is clicked. I used SelectedIndexChanged event. But it fires an event only if I am clicking on a different menu item (or different row) bu...more >>

Merge a .reg file into registry
Posted by chora at 3/31/2004 2:37:11 AM
I managed to export a registry entry into a .reg file. Now I want to merge this .reg on other Pocket PCs. Is there a system command or utility to do this? *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!...more >>

general architecture...
Posted by Terry Mulvany at 3/30/2004 9:38:10 PM
greetings, we are thinking of extending our winforms app to allow certain data to be entered via a handheld. i am assuming that the starting point is to write our front end app that runs on the compact framework, the question is can i use visual studio.net 2003 to do this? now we have to h...more >>

How to Read/Write objects to and from a file?
Posted by stevebju at 3/30/2004 9:21:15 PM
I'm having the hardest time reading and writing a simple class object to and from a file in the CF. Could someone show me how to write a class object to a file? Then if I have multiple objects in a file, how do I read them out one by one? Thanks Stephen...more >>

GetProcessesByName for .NET CF??
Posted by Jasmine at 3/30/2004 7:05:01 PM
After several tries of my AP on PPC, I have noticed a minor glitch with it. I've noticed that my Application could be opened several time simultaneously. Even though it's not creating any errors so far, however, I'm afraid it might be in the future. I've done some search and found "GetProce...more >>

TabControl use . .
Posted by dmeckley at 3/30/2004 6:59:20 PM
Using VB.Net, I'd like to use a panel control as a container for a TabControl, but when I place the TabControl inside the panel, the TabControl becomes as wide as the form. This isn't what I want to do. Can someone tell me what I'm doing wrong??? Thanks in advance. ...more >>

Application on Background
Posted by fhunter at 3/30/2004 6:41:10 PM
Is there a way to run an application on the background, and avoid the spinning cursor display This is what I am trying to do I have a dll that instanciated an exe when ActiveSync attemps to Sync. The exe check for files on the Web and downloads and updates some files on the PocketPC. If a files i...more >>

"Emulator for Windows CE will not run within another copy of Emulator for Windows CE"
Posted by John Saunders at 3/30/2004 3:53:06 PM
.... but that's not what I was doing! I was running Emulator for Windows CE inside of Virtual PC 2004. Can this problem be fixed? -- John Saunders John.Saunders at SurfControl.com ...more >>

Delta
Posted by Murray Foxcroft at 3/30/2004 2:43:23 PM
Hi there, I have a file on a server (XML doc) and the exact matching file on a PPC2003 device. The file on the server changes. The next time I connect with the device, I want to get the updated file. This is over GPRS so I would only like to get the DELTA of the two files and move that a...more >>

Install CF
Posted by Mike at 3/30/2004 2:23:47 PM
Has anyone disassembled the install cab for the .NET CF to see exactly what it does so that a custom cab file could be built that installs the CF + app files together? The .inf files that are used to generate the .NET CF install cabs would be ideal. ...more >>

PWM driver
Posted by David V at 3/30/2004 1:59:31 PM
I am trying to write a dll for a PWM driver. I am using Platform Builder 4.2 for the x-scale. When i try to register the dll I use the code below and get error type 2. dll = RegisterDevice(L"PWM", 1, L"pwm.dll", 0); In my dll project I have a init function, PWM_INIT. What should the ...more >>

Call WebService from C# on PocketPC
Posted by Shahzaib Younis at 3/30/2004 11:51:29 AM
Hello everyone, I worte a simple "Hello World" WebService and a window client in C# to call the WebService. Win-Client does work fine on my laptop but when I deploy the win-client(Compact) application on PocketPC it doesn't work and give error. I found at google that there are some PocketS...more >>

Context menu & Mouseposition
Posted by Christian Westerlund at 3/30/2004 11:21:06 AM
Hi! I want to get the mouseposition where I tapped on the screen and the contextmenu appears. My contextmenu is attached to a datagrid. I've read about others that had the same problem as I but I didn't find any soloution that worked. I've tried the following: Control.MousePosition ...more >>

Multicast giving invalid option specified
Posted by Tejaswi at 3/30/2004 10:31:10 AM
I am trying to send multicast messages using the following cod Socket socket =new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp) socket.SetSocketOption(SocketOptionLevel.IP, SocketOptionName.MulticastTimeToLive, ttl) socket.SetSocketOption(SocketOptionLevel.IP, Socket...more >>

change ras connection settings
Posted by Michael Wenninger at 3/30/2004 9:08:47 AM
I want to change two parameters of the ras connection settings in Win CE(PocketPC 2002) from my application. The "dialing patterns" and "My network card connects to". Can I change these Parameters in the Registry or on API Call ? Or on any other way ? Thanks Michael ...more >>

How can I use Blue Tooth via code (C#) to send files between Pocket PCs
Posted by Kelly at 3/30/2004 8:52:23 AM
Hi, I need to send files/data between 2 or more Pocket PCs using Blue Tooth and C# CF code. Is there a Microsoft API for utilizing Blue Tooth? I know POOM allows me to select blue tooth to send contacts and files but the POOM API is not flexible and I want to use my own forms and code for s...more >>

'System.MissingMethodException' when calling function from Mousedown Event??
Posted by ggalen NO[at]SPAM mn.rr.com at 3/30/2004 8:37:29 AM
This is so puzzling...maybe someone here with has a suggestion to help me. It started when I added an If statment (CurrentTab <> "A" ) to this code in a MouseDown event (Note: the image bitmap assignment was working *FINE* until I added the IF code around it): Private Sub pictTabA_MouseDo...more >>

OpenNet.CF ButtonEx slower to draw than normal Button
Posted by David W at 3/30/2004 7:33:16 AM
Hi I have an app with a tab control with 3 pages, on each page is approx 20-25 buttons. Using the OpenNetCF ButtonEx takes at least twice as long to draw(See each button drawing 1 at a time on screen) than the standard Buttons(Marginal Flicker). Anyone know how I could speed this up or why thi...more >>

Ergent - Agent technology
Posted by Hong at 3/30/2004 4:16:08 AM
Does Compact Framework support speech to text ?? Can I use the agent technology in Compact Framework ??...more >>

How to make a calls to PPC from a WS?
Posted by stevebju at 3/30/2004 3:01:07 AM
If I have a client application running on a PPC, can I make calls to that application from a web service? If so, how would I do it? Because wouldn't the application running on the PPC have to become a server, and if so does PPC support that? Does anyone know how to do this? Thanks, Stephen...more >>

How To populate a Treeview with an xml-file ???
Posted by tiger79 at 3/30/2004 1:21:06 AM
I guess the subject is quite explicit ; I have a couple of xml files which I would like to use to poulate a TreeView. Is this feasible ?? I'd also like to (if that is possible) to load only certain nodes of the tree and not its entirity. Something like : Parent Child C...more >>

Image (or text) on Buttons of Toolbar
Posted by tiger79 at 3/30/2004 12:01:10 AM
Hello everyone i want to implement a toolbar with 3 buttons on it. I'd like to place an image OR some text on those buttons. I'd like to make an OK-button, a Cancel-button and a Tree-button (which goes back to a Treeview). Anyone can tell me how to implement this Thanx......more >>

Prevent of list view columns width change
Posted by Krzysztof Kazmierczak at 3/29/2004 11:01:09 PM
Hi All! Is there any way to prevent changing listView control columns width? I have to hide some columns in listView, setting they width to 0, but some users could change their width and saw a column content. Thanks for any help! Kind regards Krzysztof Kazmierczak...more >>

Selecting Listview Rows
Posted by jeffg22 NO[at]SPAM mindspring.com at 3/29/2004 7:26:40 PM
Hi - I'm having a problem programmatically selecting listview items. I have a listview (Details view) with 59 rows, showing 7 visible rows. My first selection runs fine, but my second selection throws a native exception. For example, the following 4 statements run fine: frmlist.lvwList....more >>

cab files and third-party add components/controls
Posted by SSP at 3/29/2004 6:38:36 PM
Hi All, I am have created a deployment project based on the MSDN example. The problem I have is that it won't install on my pocket pc giving me an "unsupported device type..." error. I am using the signature capture control from HoodCanal systems in my project and I sure it is the reason wh...more >>

XMLTextReader & Writer
Posted by Christian Westerlund at 3/29/2004 5:55:04 PM
Hi. I want to use XMLTextWriter & Reader because I heard that they are faster and don't allocate the entire xml-file in memory like XMLDom do. However, the reader and writer don´t seem to work well together because I get a xmlException when I try to read a stream that I just have written...more >>

Connection between VS and Pocket PC
Posted by Ralph Flaugher at 3/29/2004 4:34:35 PM
Somehow I messed up my system so my VS will no longer connect to my Pocket PC device though activesync or explorer can find it no problem and it can find the internet through my desktop. Any ideas?...more >>

Select cell in datagrid
Posted by Diego F. at 3/29/2004 4:26:48 PM
Hello, I have a datagrid that load the data with a DataView. I need to use the value shown in any row. I know how to select a cell when the DataGrid loads the data directly from a DataSet, but not with a DataView. How can I do that? Regards, Diego F. ...more >>

Auto launch app after install
Posted by JM at 3/29/2004 4:09:12 PM
Hi, I've finished my C# mobile app and I want that when I install the app in my Pocket executing CAB file, when the installation finished the application launch automatically... it's possible? how can I do it? Thanks, JM ...more >>

Add CF Component to "Add References" Dialog?
Posted by Jon Person at 3/29/2004 3:43:30 PM
According to this Microsoft Knowledge Base article: http://support.microsoft.com/default.aspx?scid=kb;en-us;306149 You have to add a registry entry to get a reusable assembly to show up in the "Add Reference" dialog box. This works great with the Desktop Framework, yet I'm unable to get...more >>

form load/activated best practices
Posted by rhughes NO[at]SPAM excite.com at 3/29/2004 3:07:24 PM
I'm new to Pocket PC development and I'm converting an application from eVB to .NET. Something I've noticed is that the author of this application uses the Form's Activated event in ways that I am used to using the Form's Load event (in desktop development). I'm curious if it's typical in Pocket...more >>

The windows button
Posted by Daryl Davis at 3/29/2004 2:48:27 PM
Is there a way on the pocketPC to get rid of the Windows button? ...more >>

VB.NET hints (descriptions) and predefined values
Posted by Mobile Boy 36 at 3/29/2004 2:28:21 PM
How can you add hints and predefefind values to your own-created functions? Please post a code example. To illustrate what I mean: Hints: When you type "system.Windows.Forms.Button" Visual sudio gives a hint (a description): "represent a windows button control" Predefined values...more >>

Copy files via IR
Posted by skicow at 3/29/2004 1:26:05 PM
Hi I'm trying to copy a text file from one handheld to another handheld, they are both iPAQ h2210's, via IR. I found an example of how to do this on the net and almost have it working. I can receive the stream over IR but I can't seem to write it to a file. Here is my code to receive and write it...more >>


DevelopmentNow Blog