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 tuesday april 20

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

image in coomand button
Posted by rahul agarwal at 4/20/2004 10:41:04 PM
how to put image in command button VB.ne pl. send me the code...more >>


HoW ? Deploy OpenNetCF based app ?
Posted by Sagaert Johan at 4/20/2004 10:38:18 PM
What do i need to copy to a virgin PPC2003 to let my CF app run ? I have used OpenNetCF components in my app,and so far i found that copying all my app files is not enough How can i deploy using standard tools I see i can make a CAB file, in VS2003 , bat how is this handled further ? Joha...more >>

How to know the application is in use or not
Posted by joby_cg NO[at]SPAM yahoo.com at 4/20/2004 9:30:40 PM
Dear All, I am Joby M.Chacko. In my appliaction i want to know whether my application is working or not. Context is AuotoLogOff. If the application is not using for a particular time, the application has to exit. (C# Pocket PC Apllication) Thanking You. Joby M.Chacko....more >>

Datagrid column size
Posted by nomenklatura at 4/20/2004 7:57:01 PM
Hi, How can i change datagrid column size? Dim strTablo As String strTablo = "TBL_" & strFirmaNo & "_CLCARD" sqlDS = New DataSet sqlConn = New SqlCeConnection(strBaglantiLocal) strQuery = "SELECT LOGICALREF,DEFINITION_ AS AÇIKLAMA FROM " & strTablo & " WHERE DEFINITION_<>'' AND DE...more >>

ShowDialog or Show
Posted by Peter B at 4/20/2004 5:11:48 PM
I have a form that I show with form1.ShowDialog() and wait for an DialogResult. Depending on the result different things will happen. In the dialog I have a "help" bbutton, which executes the peghelp.exe applications with a html-help file as argument (Using OpenNETCF.org's CreateProcess... Whe...more >>

Executing unload.exe causes .Net CF apps to terminate
Posted by paul.herin NO[at]SPAM countermind.com at 4/20/2004 4:22:39 PM
I need to uninstall applications from within my .Net CF application. I originally tried directly from my .Net app with a P\Invoke with: CreateProcess("\windows\unload.exe", "CM TestApp", IntPtr.Zero, IntPtr.Zero, 0, 0, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero, aPi) It uninstalls the program (Te...more >>

PPC: Apps at the "desktop"
Posted by Matthias Marx at 4/20/2004 4:20:38 PM
Hi, at pocket pc, i will call it desktop, there are same apps. there is the time, owner informatione, calender etc. is that be configured by registry, and from cfnet? thank you matthias ...more >>

Creating my libraries for PPC and WinCE
Posted by Zanna at 4/20/2004 4:15:26 PM
Hi all, My aim is to develop 3 libraries to use by my apps as follow: 1) A library dedicated to PocketPC devices 2) A library dedicated to WindowCE devices 3) A base library that can be used by a PPC or a WinCE devices What is the best way to do this? The (3) is best to do a PPC lib or t...more >>



PPC, Startmenu, where are these links are stored?
Posted by Matthias Marx at 4/20/2004 4:12:45 PM
Hello could i delete all Items in the startmenue, fill in new, my own list? thank? Matthias ...more >>

RFUtils more trouble
Posted by Mikkel Andreasen at 4/20/2004 4:01:55 PM
Hi Paul More feedback on your great work. As mentioned earlier, we are experiencing some problems using RFUtils with the sandisk SD WIFI card. We have now tried RFUtils on a HP iPAQ 2210 with an ASUS Spacelink WL-110 WIFI compact flash card. But unfortunatly we are experiencing the same err...more >>

Some questions about databases supprt
Posted by tiger79 at 4/20/2004 3:26:58 PM
Hi, I have read some info about the CF support for databases. Especially SQL seems supported well... Only the whole idea is based on the idea of connectionless which is naice but it also means that the ppc has to make conrtact with an sql database server at some point... That is a problem for m...more >>

how to pass value from function to form ???
Posted by dw at 4/20/2004 3:26:01 PM
Hello.. I have an event (it is for a bar code reader) that can be invoked no matter which of my forms is active. In one case, I want to take the barcode data and place it in a text control on a form that has already been loaded. I cannot figure out a way to accomplish this.... If anyone knows...more >>

Stored from Userinformation
Posted by Matthias Marx at 4/20/2004 3:18:41 PM
Hello in PocketPC, -> Control Panel -> Userinformation ( i don't know the link excactly, cause I have only a german ppc) there is a form to fill in, personal information, like name, company, e-mail etc. how is this form called in an english OS? does some know how this will be stored?...more >>

Compact Framework SP2-WebException Error within MapPoint Web Service
Posted by DEV_API at 4/20/2004 2:01:02 PM
Hi Mike I can successfully use the MapPoint Web service in a Web form application. But when I try to use it in the compact framework SP2 in a windows form (using the PocketPC Emulator in Smart Device Application also upgraded to SP2), I am getting the following exception "An unhandled exception...more >>

Question about using System;
Posted by Jeroen Ceuppens at 4/20/2004 1:28:29 PM
Hi I have many classes like A.cs, B.cs, C.cs A.cs using System; using System.Xml; B.cs using System; usings System.IO; each of them contains several using System...... lines Can I put on top of each .cs file one using EVERYUNSING so I can every have all the usings in one file (...more >>

Setting TrackBar.Value hangs system
Posted by Ralph Flaugher at 4/20/2004 12:07:03 PM
I am using SP2 and when I set "TrackBar.Value" my program hangs on that statement. Anybody know a fix?...more >>

Making a Cab and also adding .sdf file
Posted by flyingwhiz NO[at]SPAM yahoo.com at 4/20/2004 10:28:17 AM
Hw can I make a cab file and also adding an .SDF file in .NETCF . Is there any way I can add .SDF file in to my project. Thanks Whiz...more >>

Anyone using the OpenNETCF CommunicationsManager successfully?
Posted by Jon Skeet [C# MVP] at 4/20/2004 10:01:49 AM
I've been having significant trouble with the CommunicationsManager, and I'd like to know whether or not it's just me. In particular, it doesn't reflect the current connection state very well at all, often claiming to be disconnected when in fact it's connected, etc. I suspect this *may* be...more >>

Urgent problem with forms and dialogs
Posted by Juan Pedro Gonzalez at 4/20/2004 9:41:08 AM
Helo again, I've got a small problem with an application. My application is basically a listView, and when I click on an item another form pops up (At the moment it's called through ShowDialog with no OK or X button). The new form must be disposed through several options on the menu (Cancel, S...more >>

Getting a handle to an icon
Posted by Ron Jacobs at 4/20/2004 8:11:04 AM
Good Morning Does anyone know how to get a handle to an icon? I am trying to use the notification API to display a messagebubble and icon to the user. I am using C# I am able to display the messagebubble using ShNotificationAdd and the appropriate data structure. I am unable to determine how to...more >>

Tabcontrol/tabpages not visible
Posted by Raj at 4/20/2004 8:06:01 AM
Hi! I am using a tabcontrol with two tabpages on a form.Each of the tabpages has a panel with some controls on them. When I run the application, I can see only the controls on the first panel of the first tabpage. I cannot see the tabs on the tabcontrol. What am I missing Any suggestions/help would...more >>

Symbol 8846 disk space
Posted by jezonline NO[at]SPAM hotmail.com at 4/20/2004 6:36:36 AM
Does anyone who own a Symbol 8846 and/or 8046 be able to tell me what the actual disk space is that I can use to store data ? On the 8846 I gathered that the largest disk contains only 64MB - how much of this 64 MB can I use to store my own data ? On the 8046 (128MB), how much can I use to s...more >>

Problem in OpenFileDialog Control
Posted by Siedevelopers at 4/20/2004 5:51:04 AM
Hi frnd I'm supposed to provide a mechanise for file browsing in PDA. I've used openfile Dialog control , but it only supports browsing of folders under My Documents, whereas I'm in need for searching every folder in PDA Can you plz suggest me a way to handle the above situation ? Any tip or sug...more >>

File.Delete UnauthorizedAccessException
Posted by John at 4/20/2004 5:21:02 AM
I am not able to delete a .dll from my device programmatically. I can delete it manually (w/ the stylus) but the application gets an UnauthorizedAccessException. I am able to delete a .config file just fine The file has no attributes checked, the file is not in use by another application I am ...more >>

Saving to JPEG/GIF/Bitmap in Compact Framework
Posted by Gururaj at 4/20/2004 4:01:05 AM
Hi, Is there a way to save an Image from System.Drawing.Image to an image file in Compact Framework. The Save method seems to be not supported in CF. Is there an alternate library accessible from managed code? Your help is appreciated....more >>

Unable to connect to the remote server
Posted by Stephen H. at 4/20/2004 2:46:04 AM
Hello I'm developing a mobile application that consumes a webservice. The webservice is in http://localhost/WebService1/Service1.asmx and it works fine. However, if I try to call it from the pocket pc emulation, I get the above error. Any suggestions? Thanks, Stephen...more >>

Invoke an event
Posted by aliarifpk NO[at]SPAM hotmail.com at 4/20/2004 2:40:08 AM
Dear All, How an event of a control can be invoked. Suppose I want to invoke/fire KeyPress event of a textbox from my own function in VB.Net. Regards, Muhammad Arif...more >>


DevelopmentNow Blog