| Thread | Last Post | Replies |
|
| How to call programaticaly an existing dialup connection | 11 Feb 2004 08:25 GMT | 1 |
I need to call predefined dial up connection. I need to dial connection before my SQL CE replication. How to do it? Thanks
|
| cf sp2 | 11 Feb 2004 07:53 GMT | 2 |
Ok, so I downloaded the developer version and installed it. It dropped a bunch of .cab files in the directory that I specified. So, now what do I do? 1) overwrite the files in the C:\Program Files\Microsoft Visual Studio
|
| my dlls in VS.NET 2003 | 11 Feb 2004 01:16 GMT | 5 |
I have a ppc solution that has a few dll projects. The target directory for the dll is set and the device is set. Why don't I see any of the dlls on the device? Even if I right click on the dll project and select deploy it comes back almost immediately with Deploy Succeeded, but ...
|
| Directory.GetCurrentDirectory | 10 Feb 2004 23:08 GMT | 6 |
Why this method cause a NotSupportedException? Thanks -- Math Parser : http://www.neodatatype.net
|
| Visual Basic .net 2003 Standard Ed. + Compact Framework | 10 Feb 2004 22:49 GMT | 2 |
I have Visual Basic .net 2003 standard edition, and I'd like to develop an application for my ppc. Can I use vb.net 2003 St.ed. to do it? If yes, how? where I can find some documents decribing my problem's
|
| Agressive disposing | 10 Feb 2004 22:41 GMT | 2 |
As Pocket PC's are (supposed to be) resource-restricted devices, I thought it would be wise to implement an agressive disposing strategy, i.e. add IDisposable to every class, and call Dispose() on everything. But I don't know exactly HOW agressive I need to be ;-)
|
| Create own Controls | 10 Feb 2004 22:12 GMT | 3 |
is there a possibilty to create own controls like Public Class MyTextBox Inherits System.Windows.Forms.TextBox End Class
|
| ODBC for CF ? | 10 Feb 2004 22:09 GMT | 2 |
is there anyway/package ? to have ODBC support for a compact framework based application ? any of you knows about any such solutions ? whether free or commercial ?
|
| XML XPath Query compact framework | 10 Feb 2004 20:36 GMT | 5 |
Probably a really simple question, but I'm trying to write some code in VB.net using the compact framework, that will load in SQL statements from an XML file before passing them to a query processor. What are the best ways to do this?
|
| How to implement DocView architecture in .NetCF | 10 Feb 2004 17:37 GMT | 1 |
I'm just starting to work with the .NetCF. Is there an easy way to implement a DocView- similar architecture in CF? TIA, Bjoern
|
| Device ID on a PPC 2000 | 10 Feb 2004 17:31 GMT | 6 |
I'm currently using some iPaq 3650 on a client deployment, most of these iPaqs have PPC2000 , is there any way to get the device ID for them, or any other form of uniquely idenfity them? I know that for PPC2002/3 it's required but IIRC it was not in 2000
|
| ListView checkbox | 10 Feb 2004 17:14 GMT | 1 |
Is it possible to have a checkbox inside a ListView control? thanks, saso
|
| TabControl page order | 10 Feb 2004 16:34 GMT | 5 |
I am fighting a very aggravating problem in my VB.NET compact framework app. I have a tab control on a form. I set up the pages and put them in the order I like. It all works great. Then for some reason at random times Visual Studio decides to scramble the
|
| Emulator and Debug Error | 10 Feb 2004 16:18 GMT | 3 |
Until this morning, I could debug well on the PPC 2002 and 2003 emulators. Now neither works. I have searched the archives and from the information there checked the following:
|
| Set other language | 10 Feb 2004 16:08 GMT | 5 |
how i can use other recource files for multilanguage applications? I have tried it with Threading.Thread.CurrentThread.CultureInfo but this property does not supported under CF. How i can change the language?
|