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 > october 2003 > threads for wednesday october 15

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

Sample code for button with BackColor?
Posted by Roberto Rocco at 10/15/2003 11:16:26 PM
Hello, does anybody have a sample code for a button control with which it is = possible to set its background color? Thanks in advance, Roberto....more >>

Custom graphics / tab control?
Posted by GC at 10/15/2003 7:24:01 PM
I have a form that has 4 related "screens" to it. Currently I am using a tab control for this. I want to customize the look of these tabs so that there is a graphic in the background with transparent labels and graphical buttons. Is it easier to do the drawing on panels? Should I get rid of the ...more >>

Wininet (InternetConnect)
Posted by Thomas at 10/15/2003 5:03:03 PM
Hi newsgroup ! I'm trying to use functions from the Wininet library but I've some problems. During the execution, both on PPC2003 and on a CE.NET 4.2 device, the InternetOpen function returns me a valid handle but the InternetConnect fuction always raises a native exception. According to samp...more >>

Using VC++ code in .NET
Posted by news.oleane.fr at 10/15/2003 4:06:40 PM
I have some VC++ tested code (application with real time stuff, thread, ....) that I want to use from C#.NET. I know I have methods to port the code from VC++ code to .NET but my code is tested and I do not want to port that to C#.NET. Then I know that .NET can use the unmanaged code, I think...more >>

Where is Phone.dll?
Posted by Ron Lemire at 10/15/2003 3:41:12 PM
Hi, I have a Pocket PC 2002 Phone Edition device and I'm trying to use P/Invoke to do a PhoneMakeCall function: [DllImport("phone.dll")] private static extern IntPtr PhoneMakeCall(ref PhoneMakeCallInfo ppmci); but I can't find "phone.dll" on my system. I have "phone.lib" but that's only...more >>

CeAppMgr
Posted by Mihai Virtosu at 10/15/2003 3:37:17 PM
Is there a way to launch CeAppMgr on the device? Thanks, Mihai ...more >>

Call stack
Posted by Rastio Hodul at 10/15/2003 2:46:42 PM
Hi, does anyone know how does VS.NET debugger construct call stack for CF application? My understanding is that CLR has a debugging engine built in it and that includes functions to construct the call stack. I have seen the article (http://msdn.microsoft.com/library/default.asp?url=/msdnmag/iss...more >>

Question: SQL Replication vs. Push/Pull
Posted by Chris at 10/15/2003 1:58:16 PM
I have a question from you mobile gurus regarding an upcoming PocketPC project I will be working on which can be summarized as: A PocketPC based application which will require users to log in and receive user-specific form data from values stored in a SQL 2K database. The DB values will popul...more >>



dragable control
Posted by Lloyd Dupont at 10/15/2003 1:56:24 PM
I have a new control I could drag. when you clic on it, it capture the mouse and move itself OnMouseMove() event. however the refresh is unwillingly off when dragging. I try to add Parent.Invalidate(); Application.DoEvents(); in the mouse event handler, but I can't get any redraw, just wh...more >>

inthehand adoce.net dll data loss
Posted by Bruce at 10/15/2003 1:45:26 PM
thanks very much for this great product! has helped me in alot of ways. right now having the following issues: 1) data loss. while app remains open, data freshly stored in db seems present and can be read, but when app has a problem, data supposedly stored is missing. worse, db can sync s...more >>

Removing ListView Scrollbars (II)
Posted by tom at 10/15/2003 12:31:43 PM
BTW, don't press TAB to format your post and then hit enter...like I did. Like I said, I would like to replace a ListView's scroll bars with buttons for easier use with a touch screen. private static Int32 GWL_STYLE = (-16); private static Int32 WS_VSCROLL = 0x00200000; private ...more >>

Config/INI Files
Posted by Kevin Moore at 10/15/2003 11:57:03 AM
Hi, I am starting to write a .Net CF app that will allow our customers to access our db. Our customers will be connected to their LAN via a wireless card in the PocketPC and then use our app to scan some barcodes. I am trying to store the db connection information on the pocketpc but I can'...more >>

handle of a combobox?
Posted by Dante at 10/15/2003 11:32:11 AM
Is there any way to get the handle of a combobox control? I know the .handle method for combobox is not supported in the .net compact framework, but maybe there is another way to get to it?...more >>

Version of an application
Posted by Dany at 10/15/2003 11:16:50 AM
Hi, how I may show the version of my application? in eVB I used App.Minor. Thanks. ...more >>

Detect Pocket PC version in setup
Posted by Alok Sancheti at 10/15/2003 11:08:35 AM
How can you detect the Pocket PC version in the installation program. Basically I have on setup program which installs .NET, SQL CE and our application. But if the version is PPC 2003, I do not want to call the routine to install ..NET CF, but if it is PPC 2002, I do want to install .NET CF. ...more >>

Septup.dll Removing files created by application.
Posted by fhunter at 10/15/2003 9:52:44 AM
This question is a follow-up to an uninstall issue I am having. I need to be able to delete files that are created during the excution of the application. The standard uninstall "Remove Program" process on the Smartphone does not take care of these files. So I have been reading about the p...more >>

write its own event loop
Posted by Lloyd Dupont at 10/15/2003 9:36:12 AM
I'm doing kind of custom ShowDialog() function, for a class of popping control. roughly in it I have ShowModal() { BringToFront() modal = true; while(modal) Application.DoEvents(); } the problem is, when I tru this on the desktop my CPU usage goes up to 100% I try ...more >>

Blocking ColumnHeader width
Posted by Jacek at 10/15/2003 8:30:48 AM
Hello Could anybody tell me how to lock resizing ColumnHeader in listview control - I'd like to set column width to 0 and do not allow user to resize this column. Is it possible. Thanks Jacek...more >>

How to display more than one input control with a WML phone ?
Posted by Gilles LAMBERT at 10/15/2003 7:38:52 AM
Hi, I'm trying to display two pairs of Web Mobile Forms controls (Label + TextBox) in a WML phone with an Openwave emulator but each pair is displayed on a different screen despite the fact that some place is still available. Does anay one know if it is possible to group several input contr...more >>

DataBinding - I'm going nuts !!!!!
Posted by Jorgen D. at 10/15/2003 3:09:05 AM
Everybody seems to get this to work. What am I doing wrong? Here is a simple sample with two textboxes (Id and Name) and a "Save" button. The table contains 1 row with Id=1 and Name="foo". The form is showing the proper data but any changes to i.e Name isn't saved to the database. Table c...more >>

Smartphone Number Entry
Posted by masterofhtml NO[at]SPAM hotmail.com at 10/15/2003 1:59:16 AM
This has probably been asked before (I can't imagine anyone never needing one of these) but I haven't found any good info on it yet... Basically I need an input box that only accepts numbers. So when the user hits the 2 key on the phone it will input a '2' character into the box instead of the...more >>


DevelopmentNow Blog