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 2004 > threads for october 1 - 7, 2004

Filter by week: 1 2 3 4 5

Problem with InputPanel.
Posted by Eduardo S.E. de Castro at 10/7/2004 11:31:08 PM
Hi, I'm using VS 2003 .NET and creating an application with multiple forms. I have a problem with InputPanel, when I close the second form and in the first Form I set iplMain.Enabled = false I got a error because this action call the event of second form that is already disposed, I don't ...more >>


Sys req for any given .net ppc app?
Posted by Joe at 10/7/2004 10:51:33 PM
I need to determine the minimum specs that any given ppc device needs to run my app. I'll admit, the most difficult part of getting into this cf .net programming has been figuring out the devices, what OS version they need to be running, and what version of the netcf. In fact, I still am feelin...more >>

whidbey datagrid formatting...?
Posted by Zwyatt at 10/7/2004 7:31:02 PM
Hi, I've got a Datagrid control in my PPC/WinCE project. Works fine. BUT... - How do I set the datagrid to be ReadOnly so that people can't modify the values in the cells? - How do I change the datagrid so that there isn't a big blue thing (the caption?) at the top of the control? - Ho...more >>

String Marshalling
Posted by Andrew McGrath at 10/7/2004 6:48:07 PM
Is there a limit to how much text (ie WCHAR*) can be marshalled across using something like string MyString = Marshal.PtrToStringUni(LParam); Is there a 1K limit or something? Thanks Andrew ...more >>

wceload and the "Install My Company AppXyz" window
Posted by nzpcmad NO[at]SPAM yahoo.co.uk at 10/7/2004 5:35:58 PM
I'm using this code as per posts in this group: ProcessInfo pi = new ProcessInfo(); if (CreateProcess ("\\Windows\\wceload.exe","/noui " + downloadFileName, pi)) where downloadFileName is my application xyz.CAB file. I have patched the Registry Instl variable so I don't get the "App. a...more >>

upload file to webserver ...how to ?
Posted by Andrew at 10/7/2004 5:31:36 PM
Hi, i need to upload a file from a pocketpc .net app to a web server . Which are the best methods to accomplish thi issue ? Ftp ? Web services ? I' ve snipped some code for realize this with FTP but i 've several problem .... thanks in advance for help andrew ...more >>

Web Services Error message
Posted by Geoff at 10/7/2004 4:43:07 PM
When adding a web services reference to my first CF application and try to rebuild I get the following errors. I can invoke the Web Service just fine and this method has always worked well in the .Net Framework. Errors: Type 'Serializable' is not defined. Type 'System.ComponentModel.ToolboxI...more >>

Application with 3 Forms
Posted by Bruno Spirig at 10/7/2004 4:30:38 PM
Hello I have an application with 3 windows forms: Form1, Form2, Form3, where Form1 is the startup form. Form 1 call Form 2, Form 2 call Form 3, Form 3 should call Form 1. With 'this.Close()' step-by-step work this, but it's not really clean and it looks not fine. How can i jump direct from ...more >>



When can I get Pocket PC Emulator?
Posted by Steve at 10/7/2004 4:24:08 PM
Dear All, I need a Pocket PC emulator to demo my .Net CF software in normal windows. Do you know where can I get or buy a Pocket PC emulator? I don't want the emulator come with embedded visual tools and .Net visual studio. I need a stand alone Pocket PC emulator. Thanks,...more >>

Windows Form Group Box
Posted by Nadia at 10/7/2004 2:43:02 PM
if you put three Radio Buttons in a group box. Is there a way to use the group box control to check an see which radio button is selected. Instead of having to check each radio button to see if it is selected? C# Please. Thanks...more >>

Deselecting a value in a combo box
Posted by Jon Skeet [C# MVP] at 10/7/2004 2:34:32 PM
I've got two combo boxes which are somewhat linked - the second one is only valid if the first one has a certain value. When I change the first one to a different value, I want to deselect whatever's in the second box, leaving it blank. It's definitely possible, because the databinding does...more >>

Mobile Web Services
Posted by adacal04 NO[at]SPAM yahoo.co.uk at 10/7/2004 1:45:53 PM
Hi, Currently I am working on a project related with mobile web services. So far I've developed sample applications in .NET CF using web services. As the next step I'm planning to analyse the performance of web services and figure out the ways to improve the performance. However, I could not fi...more >>

ANN: OpenNETCF Source Code Drop
Posted by Chris Tacke, eMVP at 10/7/2004 1:29:11 PM
After a pretty long hiatus, we've updated the OpenNETCF namespace and provided a source drop. There are several bug fixes plus the addition of a GPS library and a ToolHelp library. The source can be downloaded here (bottom of the page): http://www.opennetcf.org/sdf Chris Tacke, eMVP Co-fo...more >>

TabPage.Focus()
Posted by Martin Sommer at 10/7/2004 8:26:08 AM
Hi, I am a first-timer at developing a C# Smart Device application (Pocket PC 2002), and I am experiencing a rather irritating problem. I have three tabpages on a form. When i call tabPageXXX.Focus(); nothing happens, even though the documentation says "Supported by the .NET Compact Framework....more >>

Databinding problem
Posted by chris-s NO[at]SPAM mailcity.com at 10/7/2004 8:10:13 AM
Hi folks, I'm getting an error when binding a combo box.. the following works fine... comboBox1.DataSource = m_data.Tables[0]; comboBox1.DisplayMember = "Title"; comboBox1.ValueMember = "Key"; .... but I really want the data sorted by "Title" so I tried the following... DataRow[] ...more >>

Does anyone has GraphicsPath implementation for Compact Framwork .
Posted by Venkat Polisetti at 10/7/2004 6:07:15 AM
I am converting a piece of chart generation code from Desktop to Compact Framework and it uses GraphicsPath class from the Desktop .NET framework. This class is not available in compact framework and wondering if someone has created any equivalent code for this class for compact framework. ...more >>

How Can I Make WindowsForm Application in High Resultion?
Posted by Steve at 10/7/2004 3:45:03 AM
Hi! I started to develop for Pocket Pc 2003. I have a test PDA(Hp IPAQ hx4700). This PDA has high reolution(640*480), but if I make a Windows Form Application (VS.NET2003 C#) and I get this resulotion: 320*240. I use these commands to get resolution: System.Windows.Forms.Screen.PrimaryScree...more >>

String that points to byte()
Posted by Carlos Fernandez at 10/7/2004 3:45:03 AM
I have a array of Byte received from a socket. I need to process that array as fast as it's possible, so ideally I should be able to use the data from that array instead of creating objects from it. For example, can I create a String object whose contents are stored in that array? i.e. I d...more >>

Problem using "MarshalAs"
Posted by fabbrit at 10/7/2004 2:27:02 AM
Hello guys, I have a problem in my cf c# application: On top declaration there is "using System.Runtime.InteropServices;" and following my source I want use this declaration, "[MarshalAs( UnmanagedType.ByValArray, SizeConst=6 )] public Int32 [] Ip; for compiler I'm less using directive de...more >>

Problem with late binding ?
Posted by Emilio at 10/7/2004 1:45:24 AM
Dim pIEPRemote As New IPEndPoint(IPAddress.Any, 0) Dim server = New UdpClient(8000) pBytRxBuffer = server.Receive(pIEPRemote) I am having some difficulty with the above 3rd line where the editor is highlighting server.Receive as an error, which goes like this: "The targeted version of the...more >>

Options for games?
Posted by mb at 10/6/2004 11:15:20 PM
I have been struggling to figure out how to easily write PPC games in C#. I want an easy engine that is also powerful. What options do I have? Also I am fairly new at C#. Thanks ...more >>

MessageWindow question
Posted by Tim Johnson at 10/6/2004 11:12:06 PM
I just learned that using a C# delegate as a function pointer to allow callbacks from unmanaged C++ code isn't supported in .Net Compact Framework. Big bummer. So as I look into using MessageWindow instead (in which unmanaged code posts a Win32 message which is received in C#), I see that you ...more >>

How to Serialize and DeSerialize?
Posted by Simon Says at 10/6/2004 10:18:07 PM
Dear all, I'm new to the .Net CF and am facing some problem sending objects via TCP socket. Can anyone please advise how I can convert an object to bytes() so that I can send over TCP socket? Thanks. --Simon Teng ...more >>

tap-and-hold on WindowsCE
Posted by baramuse at 10/6/2004 4:17:53 PM
Hi, I've posted a question a few days ago about that but I've got an even more precise question now i've done some basic tests :) I've build a VERY simple OpenCF.Net application : The main form with - a panel - a listview I've added for all of them the same context menu... Only the...more >>

ActiveSync Deployment Problem
Posted by Bob at 10/6/2004 3:59:19 PM
Hi, I am using a Win 2k domain controller as a development platform. I need active sync to deploy my first CE.net app. I have managed to install Active sync OK except that it cannot detect the CE Device via an InfraRed adapter that is connected via USB. I get the impression from the help that b...more >>

Pinvoke and decorated names
Posted by Tim Johnson at 10/6/2004 3:36:10 PM
From C# I tried to P/Invoke a C-style function in a simple 1-function DLL I created with evc++4.0. It fails with MissingMethodException. I finally figured out it's because the exported function name is decorated by the compiler/linker, so instead of "Myfcn" it's ?Myfcn@@YAHZZ. If I use EntryP...more >>

Invoke Problem
Posted by Robert Bouillon at 10/6/2004 3:07:17 PM
I have a worker thread that calls MyForm.Invoke(MyEventDelegate), however once the code hits the invoke method, the thread dies. Try/Catch doesn't even catch an exception. Any ideas? I'm using .NET CF SP2 Thanks --ROBERT ...more >>

CE crashes immediately
Posted by Scott at 10/6/2004 2:41:06 PM
I have built a CE app that was running fine both while in the cradle and not. Now suddenly it will only run while in the cradle. It crashes immediately, no form loaded - can't find out where it is crashing. All I can think is that it is trying to talk to the network, and can't, and is fai...more >>

brainfreeze : current directory
Posted by gerry at 10/6/2004 2:22:29 PM
long day - stupid question : how do we determine the current application's physical location ? in a non-cf app I would use System.Reflection.Assembly.GetExecutingAssembly().Location but Location is not an available property for a smart device app. gerry ...more >>

GPS Library - Listed Here
Posted by richard NO[at]SPAM binaryrefinery.com at 10/6/2004 1:20:46 PM
Hi I've been developing a generic GPS library that will shortly be in the code drop of OpenNetCF under the namespace OpenNETCF.IO.Serial.GPS To get the ball rolling. Listed below is the namespace. Would really appreciate some upfront feedback from the group as to stability of serial port c...more >>

Exe calling a dll
Posted by Bnob at 10/6/2004 12:56:21 PM
I have made a dll with VB.net, and this dll call a another dll. Now i will test my dll in a exe program, always in vb.net. It's working at the first execution of the exe. But when I regenerate the exe, I can't. So I try to delete the exe in PPC, and I can't because there a sharing violatio...more >>

DataSet refresh after Update
Posted by Freestyler at 10/6/2004 12:35:25 PM
Let say there is a DataSet containing some data given by SQL command from SQLServerCE database. This DataSet we bind to a control that Shows the data. Than (somehow) we modify showed data in database (by UPDATE for example). Do we need to reload the DataSet or control to see the changes? If Y...more >>

Improve DrawString Quality on 480 X 640 Pocket PCs
Posted by alovhaug NO[at]SPAM yahoo.com at 10/6/2004 10:40:01 AM
Part of my .NET CF application are some custom controls which I am creating with some simple graphics commands (DrawString, DrawRectangle, etc.) Ever since I started using my new device (an hx4700 iPAQ) for testing, it has been clear that the text quality is not nearly as sharp as the text conta...more >>

tab key error
Posted by Jacek at 10/6/2004 7:37:06 AM
When testing Windows Mobile 2003 SE on DELL and HP devices I noticed, that tab key doesn't fire keydown event. It did in previous versions of Windows mobile and wince. Should I regard it as an error or solution change? The standard for desktop environments is that it fires keydown event. I can...more >>

listview with gridlines
Posted by Joe Abou Jaoude at 10/6/2004 1:38:52 AM
Hi all, I m trying to have a listview with gridlines. this will make the listview look like a datagrid. any help would be appreciated. I have tried to use the samples concerning the owner-drawn list, unfortunately those samples only deal with listboxes (only one column). Besides it's like r...more >>

Problem with sp2
Posted by Ivo Leitao at 10/6/2004 1:33:05 AM
Hi ! I have installed sp2 for the .net compact framework and my webservice ceased to function. I'm using windows xp sp2, pocket pc 2003 with sp2. I've tried the pocket taskvision sample and the problem is the same, i get always a webexception. If i reset the emulator and run pocket taskvision...more >>

message: the programm that you installing is provide for an older version
Posted by Rainer Borchmann at 10/5/2004 10:34:03 PM
hi, sorry for my english. if i install a new application (fresh compiled with VS2003) i got this error: "Das Programm, dass Sie installieren... ....... ist.. für eine frühere Version von WM erstellt" in english: "The programm that you installing is provide... for an older version" or so. ...more >>

HTML Viewer
Posted by David at 10/5/2004 9:34:22 PM
How can I embed athe HTML control in my forms app the OpenNetCF.org control doesnt work on my device (no htmlview.dll) ...more >>

Looking for ThreadEx examples
Posted by jayderk at 10/5/2004 4:28:59 PM
I am looking for some examples on using the ThreadEx class. I could not find any out on openNetCF.org... regards, Jay ...more >>

.NET Compact Framework for VS 2002?
Posted by Tom at 10/5/2004 4:02:06 PM
Is there no way to write Compact Framework apps on VS 2002? Reason I am asking is that, in going thru some old .NET magazine articles (from 2001/2002) it sounded as though one COULD put the compact framework on 2002 and it would appear in the IDE. Just curious.... Tom ...more >>

Application.DoEvents() inside control's event handler?
Posted by Christian Schwarz at 10/5/2004 3:54:29 PM
I've a closed-source .net system library which is a wrapper class around a native system dll. This .net library contains of one class with serveral public static methods for playing the buzzer, setting cpu speed, enabling/disabling the keypad and so on. Calling functions of this library inside c...more >>

Control position on Pocket_PC vs CE
Posted by jayderk at 10/5/2004 3:20:26 PM
Hello all, I was just curious on how the best way to control the position for controls on Windows CE vs Pocket PC? My guess is in the form load i would do something like this. foreach(Control objControl in this.Controls) { if(OS.Equals("PocketPC")) { objControl.Location...more >>

GPRS and http
Posted by Duncan Mole at 10/5/2004 2:37:52 PM
Hi I posted on this last week so apologies for bringing it up again but so far after having been put on the right track (Thanks Alex F) I have found no further resources and am a bit dumbfounded. Can someone explain in (very!) simple language the steps I need to take to connect to a web ser...more >>

Custom actions in deployment
Posted by Raj Kumar at 10/5/2004 2:25:02 PM
Hi! I believe this question has been asked before but I wasn't able to retrieve anything from the archives. I have built a deployment package using the guidelines on MSD http://msdn.microsoft.com/mobility/understanding/articles/default.aspx?pull=/library/en-us/dnnetcomp/html/netcfdeployment.a...more >>

Turning device on/off at predefined time ?
Posted by HenrikFogh at 10/5/2004 12:57:16 PM
Hi, I am making an application for work studio. This means the user is asked a question at random time within the workingday. When in idle mode the device should be turned on/off by the application. However I am not shure how to approace this task. Any sugestions would be appriciated. Th...more >>

Is this really so difficult?
Posted by Brian Abbott at 10/5/2004 12:52:29 PM
Hi I don't use .NetCF myself but have someone working for me developing a PPC app using C#. To cut a long story short the spec is for different coloured command buttons to be used rather than the default grey background, but the developer (who otherwise seems pretty good) is resisting this sa...more >>

Start Application after App.Exit()
Posted by Konstantin Becker at 10/5/2004 11:40:42 AM
Hello NG, I write a small App for .net cf. If I close my app with App.Exit() or maimform.close(), then I cant start the app again. Can somebody tell me why I cant start the app again? Tanks in advance Konstantin Becker...more >>

Parallel Port to fire pins
Posted by Jose at 10/5/2004 11:32:26 AM
Hello: I've been trying to use a serial port to fire pins connected to a electronic device using RTS and DTR lines but it's too slow in Windows CE. So I would like to test using a parallel port, but I can't find information about that. How can I fire a specific data line of parallel port in C...more >>

Thread problems!
Posted by burn_mcdonalds NO[at]SPAM hotmail.com at 10/5/2004 10:49:44 AM
Hi, I did a bit of research and read some articles (mostly from the msdn) about threading in dotnet cf. When the user is viewing records, the most useful data is loaded onto the first screen then the app kicks off background threads which load the rest of the information located on other form...more >>

How do you upgrade the CF to SP2 on the Development computer?
Posted by Thirsh at 10/5/2004 9:09:03 AM
I always get this message in the build log when running my device app: "Files in the package 'netcf.core.ppc3.x86.cab' are more recent on the device than on the development computer. Consider upgrading to the latest version." Unfortunately, I can't figure out how to upgrade the dev box. F...more >>

Pocket PC Clock
Posted by pittboner NO[at]SPAM yahoo.com at 10/5/2004 6:18:55 AM
On the main form of my application, I provide the user with the current datetime, similar to the pocket pc Today screen. I would like the user to be able to click that date, and bring up the built in CE Clock settings. Is there any way to instantiate this form from the compact framework? For...more >>

Cannot connect using GPRS and System.Data.SQLClient to remote SQL Server
Posted by paul NO[at]SPAM moose-sys.co.uk at 10/5/2004 3:07:20 AM
Hello I am developing a Pocket PC (XDA 2 - Windows Mobile 2003) application that needs to connect to a remote SQL Server 2000 database via GPRS. I am hosting a test database myself so have full control over the environment. The desktop machine currently has SQL Server 2000 (mixed mode authe...more >>

Send SMS with number of sender
Posted by uwe.gebhardt NO[at]SPAM freenet.de at 10/5/2004 1:18:03 AM
Hello *, I created a class, which allows me to send a SMS. I used the sendSMS example from Microsoft (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfSendSMS.asp) Okay, it works fine, I can send a SMS, but only without my own number. The receiver gets an...more >>

Good book for db apps
Posted by John at 10/4/2004 10:58:47 PM
Hi What is a good book for developing database apps that can sync with desktop/server data via cable or over the air? Thanks Regards ...more >>

StackTrace
Posted by Nenad Dobrilovic at 10/4/2004 5:16:43 PM
Hi, As I can see, Compact Framework has no System.Environment.StackTrace. Is there any other way to find out stack trace when I catch exception? Thanx in advance, Cheya...more >>

Does anyone know how to use the SmartMarshal dll from
Posted by Joseph at 10/4/2004 3:36:54 PM
Does anyone know how to use the SmartMarshal dll from Alex Feinman http://www.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=%23o624Oy2CHA.1460%40TK2MSFTNGP12.phx.gbl&rnum=3&prev=/groups%3Fq%3Dmarshalas%2Bgroup:microsoft.public.dotnet.framework.compactframework%26hl%3Den%26lr%3D%26ie%3DUTF-8%26sel...more >>

Checking password protection on the device
Posted by Raj Kumar at 10/4/2004 2:55:04 PM
Hi! Is there a way that I can check if password protection is turned on the device [Pocket PC 2003]? If it is not turned on then how can I inform the user that they should set the password? Thanks for your time. Regards, Kumar...more >>

single occurence of an application with windows ce.net
Posted by silenius at 10/4/2004 2:44:04 PM
i want to have only one occurence of a specific application running at the same time. this is the default behaviour on pocket pc but not in ce.net. does someone know how i can do it in ce.net? thanks -- Guillaume Defretiere IREC (05 49 62 88 88) guillaume.defretiere@irec.fr ...more >>

Visual Studio Analyzer
Posted by wiredless at 10/4/2004 2:41:11 PM
Can Visual Studio Analyzer be used to profile WinCE & PocketPC applications written in C# ...more >>

Managing db connections on the device
Posted by Jeff at 10/4/2004 2:37:36 PM
I have a singleton class in my data layer that opens a SQL CE db connection and assigns the connection to a member variable. This way I can open the connection only once in the application and avoid having to close and re-open it. In my data layer I have a Customers class that is derived from ...more >>

Programmatically choosing between multiple RAS profiles
Posted by nzpcmad NO[at]SPAM yahoo.co.uk at 10/4/2004 1:29:31 PM
I used to have just one dial-up profile on my CE handheld and RasDial worked fine. I now want to add some more which will use different profiles. How do I programmatically pick between them? I have a number of different applications on the handheld and they need to access different backends us...more >>

Copying DLL Files to App Directory
Posted by Matt Tapia at 10/4/2004 12:10:17 PM
I want to include some DLL files in a setup project I have to install on my PDA, but because they are DLL files I think they are not copying to my application directory. Any suggestions on how to get the files there? ...more >>

How to overcome background color related issues in asp.net - listbox on CE based browsers
Posted by indianiowan NO[at]SPAM yahoo.com at 10/4/2004 9:51:23 AM
Hello Gurus, I am into a new arena of Windows CE/embedded XP. While launching an asp.net application into Window CE4.2 IE browser, I got into a problem with background of listbox. Though I noticed from books that background color property is not available for CE.net for .net controls, I wonde...more >>

cab file dependency
Posted by Maurice Gasco at 10/4/2004 9:49:20 AM
I have a smartphone application that I will deploy OTA using a link to the cab file in an email or SMS. My application requires the .NET framework string cab file (System_SR_xx.phone.cab). Is there a standard mechanism to setup the dependency so the .NET cab file will install automatically if ...more >>

change color of title bar programatically
Posted by rsarig NO[at]SPAM walla.co.il at 10/4/2004 8:51:50 AM
Hi, I would like to change the color of the title bar when my app starts. I do not want to use themes - is there any way to change that color through code? Please help - I could not find it anywhere. Thanks...more >>

RAPI functionality in Compact Framework?
Posted by Dan at 10/4/2004 8:08:43 AM
Is there any? If so, what namespace is it in, and are there any articles about it? Thanks...Dan ...more >>

interportability of class between two platforms
Posted by hari_vb.net_pocketpc at 10/4/2004 3:09:30 AM
I have been working on Visual studia.NET. I have created one class using VC++.NET,I want to resue that class in VB.NET. Is it possible.. if yes then tell me what steps to be followed. Thanks in advance....more >>

[INFO] Listbox and BeginUpdate/EndUpdate
Posted by Alex Feinman [MVP] at 10/3/2004 6:39:10 PM
Although in Compact Framework the ListBox and ComboBox classes do not have BeginUpdate/EndUpdate methods, it is easy to supplement these methods: http://blog.opennetcf.org/afeinman/Trackback,guid,9305a1d9-e24e-4310-89e2-f80808076a37.aspx -- Alex Feinman --- Visit http://www.opennetcf.org ...more >>

Optimizing for speed
Posted by Carlos Fernandez at 10/3/2004 4:03:02 PM
Due to time constraint, my last project (first one in VB.NET for us, I might add) was done 'quickly' rather that right, meaning that it is 'good enough' for the client but not the kind of project one feels proud of after delivery. I happen to have some spare time on my hands which I plan to ...more >>

Problem with DNS.Resolve
Posted by Tomer at 10/3/2004 11:38:39 AM
Hi, I'm running this command: MessageBox.Show(System.Net.Dns.Resolve(HostNameTB.Text).AddressList[0].ToStr ing()); I input my computer ip address On the emulator this works, on the ppc it doesn't. I keep getting this message: Socket Exception: No such host is known The ppc is connect...more >>

Format value in Datagrid
Posted by at 10/3/2004 10:01:58 AM
Hi, i have a datagrid bind to a dataset. I have to format value in a column. In compact framework datagrid is not present property Format in column. How i can format value?? Thank's Stefano ...more >>

Mail client?
Posted by gzathegeeniahz at 10/3/2004 5:07:02 AM
Can someone tell me how to make a mail client with visual studio 2003 for Windows CE?...more >>

Just how big a string can the .Tag property hold?
Posted by Nicky Smith at 10/2/2004 10:43:17 PM
Hello, I'm thinking of using a Treeview as a note taking app, and for editing purposes, I want to store string/text data in a hidden element of each node. I'm thinking the .Tag property would work well, but I don't know the limits. The .Net framework claims any object can be stored there,...more >>

how to get local dns server?
Posted by Garrard at 10/2/2004 4:58:47 PM
I need to access a dns server directly. I need to query the mx records, so System.Net.Dns has no methods to offer for that. Any ideas how I get the ip address for a local dns server. (there must be a way, since System.Net.Dns would have to do this internally as well) Tia....more >>

Dynamic Add Control
Posted by Joey Wu at 10/2/2004 7:47:04 AM
Dear All I`m tring to add a PictureBox to a Form. My code as below. Dim myPic as new PictureBox myPic.Location = new Point(10,10) myPic.Size = new Size(100,100) FrmMain.Controls.Add(myPic) Then I got a "ArgumentException" at this line FrmMain.Controls.Add(myPic) Somebody help? Than...more >>

Servicce and .NET
Posted by Geir Frimann Andersen at 10/2/2004 6:13:01 AM
Is it possible to develop a service DLL in VB.NET that can be registered and run as a service on WM2003? ...more >>

HP Mobile printing : System.MissingMethodException' exception
Posted by Venkateswara Rao at 10/1/2004 10:03:23 PM
I am trying to provide printing capability using HP Mobile Printing SDK from VS.net 2003. This SDK available to people who submit a business case proposal. Let me explain what is happening. It comes with a dll into which the code makes P/Invoke calls for providing printing facilities. The dll ...more >>

WMV format problem
Posted by questions at 10/1/2004 9:45:02 PM
In programming point of view, I want to insert some marks into a wmv file(like timestamps), then the video will be packaged into several partitions. .......{"header"+"video partition"+"footer"}...... I am programming with C#. What tools can help to do so?...more >>

Use OpenNetCF.Net.SignalStrengthInDecibels under XP?
Posted by Benjamin Lukner at 10/1/2004 5:24:33 PM
Hi! I was wondering if I could use the OpenNetCF.Net code to get the signal strength on a embeddedXP terminal. I switched from "coredll" to "kernel32", replaced "UIO1:" with "\\\\.\\Ndisuio", read the adapter name "{461AC549-2458-42D5-8829-B29952667DB9}" of the WLAN card, switched FileA...more >>

How to draw a Line with XOR, OR, AND Raster Operation ?
Posted by TECHNIMEX Vietnam at 10/1/2004 2:34:56 PM
In VB6, I use DrawMode to indicate the XOR when need to draw a XOR line against the background image. But in .NET CF, they said that I must use interop !? I don't want to relate to GDI more. Could you tell me a sample to draw a XOR line using CF (for my smartphone) ? Thank you ...more >>

Hide connecting dialog
Posted by MDB at 10/1/2004 2:23:53 PM
Hello all, is there a way to hide the connecting dialog when a device is creating a connection? I do not want my users to see this so that do not have a chance to hit cancel. ...more >>

Control names in VB Conpact Framework
Posted by Brad Smith at 10/1/2004 1:55:34 PM
I'm try to develop an easy way to get a complete list of all form names, their control names and the controls text/caption properties as a starting point for an internationalization project on a fairly large project. It looked like it could just put a call to a module level sub and passing Me ...more >>

Using DataGrid on Smart Device Application
Posted by Enver at 10/1/2004 1:48:58 PM
Hi! I am trying to use a datagrid control on a smart device application. I managed to see my data on it but i have to arrange the width of columns. How can i do that? I ve tried to use tablestyles but couldnt manage. I get System Null Reference Exception... ...more >>

"Right click"...
Posted by baramuse at 10/1/2004 11:11:12 AM
Hi all I know there isn't real right clicks on mobile devices as there is no mouse... But, I want to reproduce it, as windows CE does when it draws a circle around the cursor, when there is a "long click", to show a popup context menu (again as windowsCE does). Is there someway to use t...more >>

Connect VisualStudio to the device
Posted by Zanna at 10/1/2004 9:03:40 AM
Hi all! Yesterday I open VisualStudio on a PPC progect and as every day I clicked on the "Run" button. I got (I translate, excuse me if the message isn't accurate) "Cannot establish a connection. Make sure that the device is physically connected to the development computer". I tryed evry...more >>

serial problems
Posted by Steven Licciardi at 10/1/2004 8:59:32 AM
I am using various P/Invoking for serial comms to communicate with a custom built device from a PPC2003 device. Everything works fine normally, however, on occasion it is required that I output a character to the custom device, collect the response data, process the data, then repeat the proc...more >>

Silent Install
Posted by Dave52 at 10/1/2004 6:33:06 AM
Hi, I know this topic has been discussed here before but I am having difficulty achieving a totally silent , promptless install. Using C# I would like to run an install without any user interaction at all. I am using wceload to run a cab file. The code is as follows: ProcessInfo pi =...more >>

Wait while loading images
Posted by Cyberdot at 10/1/2004 5:37:01 AM
Hello, I have a little problem. My application consists of many forms whith many images. The images are preloaded on programm start. I've written functions that preload all images an then show the log in, but my problem is, that the form is displayed even if not all images are completely load...more >>

.NET CF does not support latebound overload resolution?
Posted by C.K. at 10/1/2004 2:26:23 AM
bytes = System.Text.ASCIIEncoding.ASCII.GetBytes(send1) ' send is STRING Hello, I am writing the above line of code and I am receiving the following error from the syntax-hint system: ..NET CF does not support latebound overload resolution I was wondering if someone can explain what is lat...more >>


DevelopmentNow Blog