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 > may 2004 > threads for tuesday may 18

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

How to find a parent of the component
Posted by yevvi NO[at]SPAM yahoo.com at 5/18/2004 8:19:46 PM
Hi, I need to design a custom component (that is i want it to be on the component tray, not on the form, in the designer), but I also need to get the form object to which it belongs at runtime. Is it possible to do it in compact framework? For the control I could use the Parent property, but c...more >>


Intalling SQL server CE?
Posted by Zanna at 5/18/2004 5:58:06 PM
What I have to do to install the SQL server CE 2.0 engine and DB on the pocketPC so I can manage data locally? Into the BOL are described only the reference to add (SqlServerCE) to my app... (if I have right understanded), but noway about how can I project a SQLserverCE DB and deploy it o...more >>

Visual Inheritance in Smart Devices Project?
Posted by news.microsoft.com at 5/18/2004 4:30:57 PM
Hello guys: I´m starting a new mobile project with VS 2003. I usually use inherited forms in my UI projects and custom components. I have a little doubt: Exists Visual Inheritance in Smart Devices Projects as in the Winforms projects? Or what should I do in order to work in that way.. specially ...more >>

TextBox Focus
Posted by Spencer at 5/18/2004 4:06:06 PM
I am not able to take the focus out of the textBox using any keyEvents. Is there a way that this can be done?...more >>

Newbie Destop & PPC Architecture?
Posted by Steve K at 5/18/2004 3:36:07 PM
I have read a few threads on making an App work on both the Desktop and the PPC, but I still don't understand what would be the best Architecture I have written an App that will have to Use SQL CE on the PPC and MSDE on the Desktop and two seperate DataLayers. I then test for which environment I a...more >>

Saving & restoring windows region in .Net, using eC++. Please help.
Posted by AlaSoft at 5/18/2004 2:21:03 PM
Hi everybody. We write in eC++ a .dll function to save, and another to restore a windows region. It works quite well. We did it, because it's not possible directly from .Net CF The only problem is, it's saving the entire SCREEN not the canvas of the window passed - as a windows handle -. So, if so...more >>

Modifying smartlist to also filter on midstring matches?
Posted by germanwbauer NO[at]SPAM hotmail.com at 5/18/2004 1:56:06 PM
Hi: Any fast solutions on how I could modify or subclass the smartlist to not only match against the beginning of an item text string but also midstring. For example the built-in contacts shows "Lastname, Firstname" by default and matches against either the beginning of the last and the first...more >>

URGENT - VB.NET CODE FOR FULL SCREEN ON WINDOWS CE.NET 4.2
Posted by Mobile Boy 36 at 5/18/2004 12:24:51 PM
I had a full screen program that worked well on CE 4.0. On CE 4.2 it doesn't work any more! The code doesn't occur exceptions but the user is able to use the taskbar. This was my code working well on CE 4.0. Private Sub HideTaskBar() hTaskBar = FindWindow("HHTaskBar", String.Empty...more >>



using C# class as COM component in Pocket PC and Smartphone 2003
Posted by changkuang NO[at]SPAM hotmail.com at 5/18/2004 10:17:03 AM
Gurus, I am almost out of resources (and hair) in figuring out using C# class as COM component in Pocket PC and Smartphone 2003. Basically I need to implement a pre-defined C++ interface in Embedded VC++. Part of the implementation, I hope, can make use of nice C# classes available in ..N...more >>

Email Text message
Posted by MalawiBwana at 5/18/2004 10:16:03 AM
I undertsand that it is not possible to send SMS from a regular pocket pc...is this correct? If yes, is there a way I can send a regular "emal text message" from the pocket pc to a cell phone ...more >>

RFUtils on full Fw?
Posted by Zanna at 5/18/2004 10:03:01 AM
Ok, that's a stupid question: will the RFUtils work on the full .net fw? (If not) can I find how to get the signal of the wireless lan card with the full fw? Thanks -- Math Parser : http://www.neodatatype.net FlowChart : http://www.neodatatype.net/dump/flowchart/dir.asp...more >>

Can Bubble Notification Windows be modal?
Posted by Patrick Gill at 5/18/2004 9:16:04 AM
We need to display custom bubble notifications on Pocket PC and these notifications must be displayed topmost regardless of what is currently displayed We did not find support for bubble notification windows in .NET Compact Framework We tried CeSetUserNotificationEx from coredll.dll but this doe...more >>

System-wide timer
Posted by Noble at 5/18/2004 9:13:05 AM
Hello all, I am working on an application in VB.Net for the .NetCF. We are using VS2003. The application needs to have a system wide timer feature. We are using a kiosk program to make our application the only one the user can use. We want the ppc to watch and see when there has been no activ...more >>

exporting a C++ object from an evc4 dll to .NET managed C++
Posted by schoberch NO[at]SPAM yahoo.de at 5/18/2004 3:25:52 AM
Hi When I call a virtual member function on an object which is exported from an evc4 dll from a .NET managed c++ dll I get an InvalidProgramException. It does work when I compile and run on WinXP. Calling a global function works. // MyTest.h #define MYCALL __cdecl class MyTest { p...more >>

Processes: two questions
Posted by Gloomy at 5/18/2004 2:41:06 AM
Hi My fisrt question is: how to make difference between user applications and system services (which shouldn't be stopped by the user) among the running prcesses The second one is: how to retreive the full path to the file of the process having it's ID Thanks in advanc ...more >>

Accessing MenuItems using Keys
Posted by MalawiBwana at 5/18/2004 12:36:07 AM
I was wondering what's the best way to provide accessibility to the Menu Bar Items. I don't have a keypad for the pocket pc, so what would be the best way? Should I use one of the hardware buttons to set focus on a menu item and then use the thumb joystick to navigate between the Menu Items Than...more >>


DevelopmentNow Blog