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 > february 2006 > threads for february 15 - 21, 2006

Filter by week: 1 2 3 4

Accessing a MS Access 2003 DB from .NET CF v2.0 app running on WM2
Posted by MobileMan at 2/21/2006 11:10:27 PM
I'm new to .NET so I appologize in advance if this question is simple. Background -->> We're building a proof of concept application on Windows Mobile 2003 based barcode scanner which needs to look up records in our MS Access 2003 database and display the results based on scanned barcode. By...more >>


Re: Design-Time support for Custom Panel Control
Posted by Russ at 2/21/2006 10:32:46 PM
I expose the entire Listbox from the custom control. I tried to expose the items property of the listbox, the same thing happens. ...more >>

Integrating Vs2005 and Netcf2
Posted by John Olbert at 2/21/2006 7:57:27 PM
Out team is moving to Vs2005 and Net2.0. My question is that once I have installed Vs2005 can I integrate it with the Netcf2.0. Back with Vs2003 there was an Addin that integrated the Netcf1.0 into Vs2003, adding the appropriate project templates. Once I have installed Vs2005 how do I integ...more >>

0xc0000005错误信息
Posted by ren.he NO[at]SPAM 163.com at 2/21/2006 6:10:54 PM
My PDA edition is Windows Mobile 2003 second editon. my application is ok on Windows Mobile 2003 first editon. but it shows error when it runs on Windows Mobile 2003 second editon. and the error is " 0xc0000005". I want to know if there is a pack about Windows Mobile 2003 second edito...more >>

How to convert Smart device 2003 application to Smart Device 2005 application
Posted by Harsh Trivedi at 2/21/2006 4:58:58 PM
Hi, I have developed project in .NET compact framework 1.0, using MS Development Environment 2003. Now I want to convert this application to .NET CF 2.0 for the new device that supports Windows Mobile 5.0. I have try to convert directly from IDE -> Open -> Convert but it supports only Java or ...more >>

Problem with DLL
Posted by MW at 2/21/2006 2:08:48 PM
Hello, I have a following situation I have a web service, which is called from DLL, which is used by Pocket. To ilustrate this: WEB SERVICE --------------> DLL -----------------------> Pocket client The reason for doing this that way is, I also ha...more >>

Inject ? a Compact Framework DLL
Posted by leightonr at 2/21/2006 10:35:29 AM
Is there a way for me to get a Compact Framework DLL loaded into the process space of another compact Framework application (without loading it from the app) - similar to injecting a normal C++ DLL into an application. The purpose of this is so that my injected DLL can use IMessageFilter to c...more >>

GPS API for WM5 Smartphone
Posted by damylen at 2/21/2006 10:25:30 AM
Hello, The C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Smartphone SDK\Samples\Cs\Gps\ mentioned in the SDK does not exist somehow. Is this related to the fact that the GPS control panel is not available on the smartphone? Can I use the gpsapi.dll on a smartphone device? I su...more >>



GPRS Cell ID
Posted by Simon Neve at 2/21/2006 9:54:27 AM
Hi We are trying to retrieve the GPRS Cell ID that we are connected to with a WM2003 PE device. I've searched around and making calls to RIL seems to be only way to do this. Does anybody know of another way, or an example of C# or VB code that uses RIL? Is it possible to do this with TA...more >>

Tips for improving debug performance?
Posted by pmoon at 2/21/2006 8:58:28 AM
Ah, the good old days of VS2003... I am very happy with the performance of my application under CF2, however, development and debugging is much slower. First, the emulator is abysmally, almost unusably slow. I have an application heavy in web service calls and xml, and the emulator is n...more >>

Stop excution (aka silent exception)
Posted by Shloma Baum at 2/21/2006 7:33:51 AM
Hi, I would like to ask if its possible to stop in the middle of some code all running code, something like: if (someCondition) abort; and the whole call stack should stop, the same that happens when an exception occours, but I don't want the exception dialog should appair, but r...more >>

Winsock communication between PDA and PC in the same network
Posted by Rolf Brockmann at 2/21/2006 4:36:05 AM
I want to develop a PDA application which will tranfer data to an other application in the same network via WLAN. My question is can I use winsock in the same way as I do in my PC-Application which is MFC based. -- best regards Rolf Brockmann...more >>

Design-Time support for Custom Panel Control
Posted by Russ at 2/21/2006 2:51:28 AM
Hi all, I created a custom control that inherits from System.Windows.Forms.Panel Class. I added a label and a listbox to this control. The control functions correctly during run-time, i.e I can set properties to both the label and the listbox. During design-time I can set the properties ...more >>

Dataset and web services
Posted by Katy at 2/21/2006 12:00:00 AM
Hi: Where can I find examples about to work efficiently to send datasets across web services ? My application must return too many rows and my mobile application works very slowly. How can I to make a binary serialization ? As I was commenting in a previous post, I tried to use the Dataset...more >>

Getting data from SQL Mobile 05 Transformation problem
Posted by info NO[at]SPAM it-design.biz at 2/20/2006 11:30:35 PM
Hi When I read data from the SQL Mobile 05 all my 01.01.1900 dates are now 01.01.2000 the same select via (SqlCeDataAdapter) worked fine under CF1.1 now under 2.0 this problem occurs Does anyone know any help , hints or tips ? Thanks in advance! ...more >>

Porting small game from Java to .NET CF?
Posted by Rene Ruppert at 2/20/2006 4:23:04 PM
Hi, Recently I wrote a small Boulder Dash game which runs as a Java applet. Now I've ported the whole thing to my PDA and it would work, but the game screen won't show as soon as I include my main loop. In the Java applet this was something like while(true) { Thread.Sleep(GAME_DELAY)...more >>

DataViews causing IndexOutOfRangeException
Posted by Benjamin at 2/20/2006 2:19:29 PM
Here is what seems to be the problem. We have at DataTable Visit_List, and we have two objects that need to bind to this data in different ways. So we created two DataViews based on the DataTable. The DataViews are configured as follows for each of the objects that bind to them: List obj...more >>

color a pixel
Posted by Mart at 2/20/2006 1:47:37 PM
Hi, I want to color a pixel. This doesn't work: e.Graphics.DrawLine(new Pen(color), column, row, column, row); This does work, but it draws 2 pixels wide instead of 1: e.Graphics.DrawLine(new Pen(color), column, row, column+1, row); How can I color 1 pixel? I am working with the com...more >>

Network Adapters
Posted by MDB at 2/20/2006 1:26:51 PM
Hello All, I need to figure out how to pragmatically configure the network adapter to connect to "The Internet". Can anyone give me any good pointers? Is this just a registry setting or is there more to it? TIA ...more >>

How to build a single cab installer for CF2/SQLMobile app
Posted by pmoon at 2/20/2006 12:48:28 PM
I have a CF2 app I am distributing which also uses an SQLMobile database. I would like to build one single cab file to install the whole thing. Currently, I have to install CF2, restart the device, and then install my app and SQL Mobile. Any pointers on getting this process as simplified as...more >>

SqlCeCommandBuilder
Posted by Neelima at 2/20/2006 11:41:24 AM
Hi All, I am trying to build Insert/Update/Delete command objects at runtime using SqlCeCommandBuilder. The command builder method works fine if I use oBuilder.GetInsertCommand(); I want to use the option where the parameter names are based on Column names of the table oBuilder.GetI...more >>

Windows Mobile 5 development team dropped the eight ball and the whole damn company should be held accountable.
Posted by Tim Burr at 2/20/2006 9:04:35 AM
Do I have your attention? Good. I want to go into rant mode and tell anyone who gives a rats ass what I think of Microsoft dropping support for ADOCE/CEDB. I read a thread today by Mike B at http://groups.google.ca/group/microsoft.public.dotnet.framework.compactframework/browse_thread/thread...more >>

Upgrading a device's compact framework
Posted by drumred at 2/20/2006 8:15:29 AM
Hello, I have two PPC2003 devices that need to be upgraded to version 2 of the compact framework from 1.0.4292.00. How can this be done? I am running VS2005. Thank you. ...more >>

Emulator newbie question
Posted by Zeno Loco at 2/20/2006 7:47:45 AM
Hi, I think this is a stupid question (I'm a very newbie in compact framework developing), but .... it's one day I'm trying to understand/solve my problem. I want to create a simple application to make my emulator communicate with a server. The first thing I want to do, is to configure the e...more >>

Hook events in Compact framework to monitor screen change events
Posted by leightonr at 2/20/2006 7:07:28 AM
I want to install a hook procedure so I can monitor screen changes in an application and button presses (not key presses) - how do you do this in compact framework ? ...more >>

Direct Deployment on the PDA (VS.NET <---> WinCE) IP Problems
Posted by Iotha at 2/20/2006 4:59:27 AM
Hi, this Question might have been asked a lot before (I would assume) but as it seems I didn't have the correct keywords for the search-function of this board to find appropriate results. That's why I have to ask this question here now: I have a TCP/IP-application (see here: http://msd...more >>

double click an application causes two run...
Posted by rt at 2/20/2006 3:56:28 AM
hi, iam vs 2003 .net CF1 vb.net i have .exe file sometimes the user double click .exe and wait for sometime ,click .exe again. meanwhile 2 times the program is executing. i want to prevent the user not to click sooo many times on .exe to avoid multiple application running with the same .exe ...more >>

Compatibility Tool
Posted by JP at 2/20/2006 12:00:00 AM
Hi all, I have a class library that I want to make available to developers on the Compact Framework. Are there any tools out there that will run through my codebase to analyze it for incompatibilities with the Compact Framework? Thanks in advance for any help! JP ...more >>

Tab Control Reordering Question.
Posted by Bill at 2/19/2006 5:16:27 PM
Ok, so it is common knowledge that in VS 2003 there was a problem with the tab control in which the designer occasionally reordered the tabs when it regenerated its code. I want to know if there are any MVP’s out there who could answer with authority whether this issue has been resolved in ...more >>

How to obtain User/Password from WinCE 4.2 ???
Posted by hulinning at 2/19/2006 7:27:27 AM
Hi all, I try to access my webservice with Integrate Windows Authentication mode. I pass network credential to my webservice by asking user to provide user/password. It works fine. Is that possible to obtain user/password login (domain account/local account) programmatically so I do not ne...more >>

.NET Compact Framework and PDA
Posted by VJ at 2/19/2006 1:49:28 AM
Hi all, We recently were asked to do maintenance of an already developed mobile application running on PDA. The app is already deployed and used on PDAs. Now we received change request. We completed the changes requested using VS.NET 2003, .NET Framework 1.1. Now I have not used .NET comp...more >>

Equivalent to Java's "Thread.Sleep()" and quest. about double buffering
Posted by Rene Ruppert at 2/19/2006 12:00:00 AM
Hi, I'm porting one of my Java applets to the .Net CF and don't find the answers to these two questions: - Is there an equivalent to Java's "Thread.Sleep()" function to stop the execution of my program for some seconds? - How can I realize double buffering? In Java I do all the drawing on...more >>

OPF
Posted by Peter Morris [Droopy eyes software] at 2/19/2006 12:00:00 AM
Hi all I am currently trying out XPO from DevExpress. It seems to be too slow for my requirements, what other CF OPF frameworks are available for dotnet V2? Thanks Pete ...more >>

GetString Throws FileNotFoundException
Posted by Robert Burdick [eMVP] at 2/18/2006 9:59:28 PM
Hello All: I have a weird problem in the .netCF version of System.Resources.ResourceManager.GetString that doesn't occur on the big .NET Framework. In a DLL assembly called UtilityClasses, I have a resource file called strings.resx where I store a bunch of English strings read at runtime...more >>

Serialport question
Posted by Eric at 2/18/2006 9:46:55 PM
Hi, In my application for PDA I use the serialport class to send data to a navigation computer of VDO Dayton. Everything works fine as long as it is connected to the nav-computer. When the nav-computer is not connected to the PDA, the program hangs. No exceptionerrors, no serialports error e...more >>

Daniel Moth - Question
Posted by Bill at 2/18/2006 3:45:26 PM
Daniel, Regarding the tab control question a few questions back... Was this issue fixed in VS 2005 .Net? Somebody out there... Please tell me this was fixed! Bill...more >>

Tab Control Buggy in VS 2003?
Posted by rodeo rider at 2/18/2006 9:56:44 AM
here is the problem i experience using the Tab Control in VS 2003. can anybody tell me if these are know issues? and are there updates to the Tab Control from MS that will get rid of these problems? problems crop up when the number of tab pages necesssitates a horizontal 'scroll' to grant ac...more >>

serial IO close function from NETCFSDF problem
Posted by Markus Humm at 2/17/2006 7:24:37 PM
Hello, is it normal, that the close function of OpenNETSDF 1.4 shows a "A thread <threadID> has ended with return code 0x0." in the output window of the VS2003 debugger when debugging on a real device? This happens on at least 3 devices, two of them have WM 5.0 and one has WM 2003. One of t...more >>

Capture Uncradling of PDA During Remote Data Access
Posted by Jamie at 2/17/2006 4:14:53 PM
Help!!!! I am banging my head against a brick wall with this... if I am using RDA to transfer data between my PDA and a remote Server and I uncradle the PDA, the application just keeps on trying. There is no lost connection error, the timeout on the RDA connection does not work. If I re-dock...more >>

Running Batch File From CE Windows Explorer
Posted by Gee Vuon at 2/17/2006 4:10:28 PM
Hi All, I'd like to know how to run a Batch file from CE Windows Explorer. I could run it from the CMD Prompt but not by double clicking the batch file inside Windows Explorer. Pls repost. Thanks, Gee ...more >>

UPnP DeviceControl on WinCE 5.0
Posted by Tomppa at 2/17/2006 3:26:35 PM
I am wanting to create a UPnP discoverable WinCE 5.0 device. Can this be done from CF 2.0? I've googled around but can not find examples of this. Is this possilbe? Do I need to use the Intel library? Thanks ...more >>

No Principal in compact framework?
Posted by enantiomer at 2/17/2006 12:59:36 PM
I am researching the compact framework in order to port some of our application functionality to a mobile device. Our application uses a services base architecture with a service project and a common business objects project. My problem is that it seems as though the compact framework doesn't...more >>

[vb 1.1] new application context after close of form to load new f
Posted by Y3PP3R at 2/17/2006 11:14:30 AM
Hey all, I'm developing an vb.net ppc database application with RDA. I use an module which first loads a stringreader, logfile, configfile, userobject and database object and then if it is an new config it runs 'appliction.run(new frmFirstTime)', to collect information to connect to the datab...more >>

Strange behaviour
Posted by Frank at 2/17/2006 5:30:15 AM
Hello, I suddenly encountered a strange problem while programming some additional functionality to a VB .NET app. Another form of my application gets loaded unintentionally. Debugging learned that this happens when... I do a simple MessageBox.Show. Code: Private Sub btnSave_Click(ByVal sen...more >>

"server does not exist or access denied" pocket pc
Posted by Bojan Kuhar at 2/17/2006 2:25:15 AM
Hi I've just lost the whole message so this time short: 1. Develped using VS 2005 and CF 2.0 2. Pocket PC runs Windows Mobile 5.0 and connectes to LAN via WiFi 3. Can ping SQL server using vx Util 4. Connection string copied from the desktop app and it works 5. CF framework and SQL Server Cl...more >>

Problem using regular class library project in device project
Posted by enantiomer at 2/17/2006 2:02:57 AM
I am using vs.net 2005 and have written a class library of business objects. The business objects project is for the full .net framework. The problem is that when I add a reference to the bus objects project to my device project and try to instantiate a business object, it always throws a comp...more >>

Current Directory (System.IO.Directory.GetCurrentDirectory throws NotSupportedexeption)
Posted by Gustavo Curve at 2/17/2006 12:00:00 AM
Hi, when i call System.IO.Directory.GetCurrentDirectory() i get a Notsupportedexeption. What other possibilities are there to get to know the Path to the main-executable? Thanks in advance ...more >>

Need easy tool for editing resource files
Posted by Lonifasiko at 2/16/2006 11:28:11 PM
Hi group, I'm using resources in different languages inside my CF 2.0 project. Of course, I must translate all strings. Well, my client must translate these strings ;-) The problem is that my client is very limited in computer world understanding, so I cannot send him a .resx or .xml file s...more >>

PowerNotifications
Posted by Graham McKechnie at 2/16/2006 10:41:20 PM
Hi, Can anyone explain when turning a pocket PC back on, why I get two notifications that the power is back on. The Message is PBT_TRANSITION and the flag POWER_STATE_ON each time, immediately following each other with no other notifications in between. I'm passing POWER_NOTIFY_ALL to Req...more >>

Grid redraw problems
Posted by ConfusedNerd at 2/16/2006 8:43:16 PM
I am hoping that you guys can help me out with this one, been looking all over the place but can't find a solution. I have a datagrid on my CF VB.Net app that displays what I want. I have more columns that I can see on the screen so I scroll sideways. My problem is that when I scroll back, t...more >>

Wake On Lan
Posted by Tomppa at 2/16/2006 8:01:01 PM
OK I can probally figure out how to suspend but what causes a wake on lan? Not getting very good tech support from manuf. See below. I do not want UDP traffic to wake the device but some special TCP command I am guessing? I would also like to be able to wake on timer so suspend and the d...more >>

New to VisualStudio C#
Posted by Jon Stroh at 2/16/2006 6:52:20 PM
Can anyone tell me how to save a Query, and how to display the data in a datagrid on a CF form? I can't even seem to save the query, the rest of the database program works and the Query executes and locates the data but I can't seem to find how to save it and show data in a grid on a cf form. ...more >>

help! - native exception in CF 1.0 w/Service Pack 3 installed?
Posted by Terry Robinson at 2/16/2006 5:07:46 PM
Hi all, We have an application that is generating a 'native exception' error and closing the application/crashing. I understand that we should not see a native exception in mananged code (we have no unmananaged code), but nevertheless, we get it intermitently. It would seem to revol...more >>

Alternative databases
Posted by Peter Morris [Droopy eyes software] at 2/16/2006 4:48:30 PM
Are there any alternative DBs for CF? ...more >>

SqlCe on dekstop
Posted by Peter Morris [Droopy eyes software] at 2/16/2006 4:38:02 PM
Rather than me importing XML into a SqlCe database, is there a way I can generate a database.sdf on a full-framework PC so that I can FTP it onto the PPC instead? Thanks Pete ...more >>

Windows Service with managed code
Posted by David Nevarez at 2/16/2006 3:30:27 PM
Is it possibel to implement a Pocket PC service using C#? Could the services.exe handle the service in managed code? Thanks, ...more >>

P/Invoke: method returning an array of Structures with char[]
Posted by Lionel Reyero at 2/16/2006 2:57:27 PM
Hi, I have a written a DLL in C myself, and I want to use it in my C# app using P/Invoke. Two functions are returning an array of structures which are containing a char[] field of known size. I tried to write a P/Invoke code in C#. but I get an error when I run the application... I tri...more >>

Show bitmap on form at windowsCE 4.2
Posted by hakan aktan at 2/16/2006 2:06:24 PM
I can show image on form at emulator but can not on my device. Here is my simple code in Page_Load event It gives ex.Message="Exception" Thanx in advance ------------------ Try Dim bmp As New Bitmap("\windows\windowsce.bmp") PictureBox1.Image = bmp Catch ex As Exception MsgBox(ex...more >>

OpenNetCF CSP
Posted by devgrt at 2/16/2006 11:37:04 AM
Hi -- When we use OpenNetCF to get the SHA1CryptoServiceProvider is that just using the Microsoft CSP (calls to MSCAPI) or are they using their own? I want to be able to use MS since that will be good for FIPs validation Thank you! ...more >>

Hexadeciaml Error
Posted by MDB at 2/16/2006 11:04:56 AM
Hello All, I keep getting the following error on some of my devices and it is really inconsistent. When I get the error, I am reading XML into a dataset. The strange thing is that it happens on the same devices everyday even though they are configured the same as the ones that work. Even ...more >>

Printer IrDa comunication and PCL language
Posted by Luca at 2/16/2006 7:49:30 AM
Hello dot net developers, I made a vb.net program that comunicate via irda port to SiPix Pocket Printer A6 but is not a text printer it accepts a sequence of byte but not print. I konw that this printer accepts PCL language. There is a code sample to comunicate with a printer like HP (PCL l...more >>

Error on invoke a method from an assembly
Posted by Marcello G. at 2/16/2006 6:03:35 AM
I'm begginin to works with the compact framework but I found a a problem that's making me crazy I need to invoke a metoth from ax external assembly (a .dll), I open the assembly, create the object, retrive the proper method, but the invoke command raise an error. The stange thing i thate the...more >>

Problem with OpenNet GPS on SPV C500
Posted by chris-s NO[at]SPAM mailcity.com at 2/16/2006 2:15:32 AM
Hi folks, I've been playing with the OpenNetCF GPS classes to write a simple GPS logging application. It works fine on an IPaq, but it doesn't seem to detect the GPS device when run on my SPV C500 (HTC Typhoon) smartphone. I'm guessing it's more of a problem with the way in which the GPS devi...more >>

Type.GetType returns null
Posted by sync at 2/16/2006 12:30:30 AM
Hi, I am kind of curious on Type.GetType(string typeName) function. I have a dll, myDll which contains a form, frmMyForm. It is refenced in another application. When this application is trying to get the type of the form of this dll, let's say Type.GetType("mydll.frmMyForm") it returns nu...more >>

Treo 700w memory usage
Posted by Hilton at 2/16/2006 12:00:00 AM
Hi, Any else seen the 700w eating LOTS of memory - (reportedly) up to where there is only 1M left. App works just fine or every other Pocket PC (2002, 2003, 2003SE, and WM 5.0). Thanks, Hilton ...more >>

TextBox Backcolor in CF2
Posted by info NO[at]SPAM it-design.biz at 2/15/2006 11:32:53 PM
Hi! I use VS2005 with an PocketPC Project in CF2. As a new feature I can set an backcolor for textboxes but in runtime they always appear grey. Is there any known Bug ? ...more >>

Create CAB files
Posted by Peter Morris [Droopy eyes software] at 2/15/2006 7:43:08 PM
What happened to the Create CAB Files option in VS2005? In VS2003 I used to be able to right-click the project in the solution explorer and select this option, now I can't find it anywhere. Thanks Pete ...more >>

SQL Server Mobile database creation
Posted by Eric at 2/15/2006 6:07:01 PM
Hi, I'm looking for a good example of how to programmaticly create and populate a SDF database on the SQL server mobile in a desktop application. I've read on several internet locations that it is now possible, but I can't find a descrption of how to. Please help. rg, Eric ...more >>

[CF 2.0 Sql Mobile 3.0] SqlCeMerge replication Problem
Posted by Steve B. at 2/15/2006 5:26:14 PM
Hi, I have an application that use merge replication to synchronize. I use this code : /// <summary> /// Gets the recplication object /// </summary> protected SqlCeReplication GetReplicationObject() { SqlCeReplication _replication; if(!_configured) throw new NullReferenceException( ...more >>

Label.Text = "B&H"
Posted by Peter Morris [Droopy eyes software] at 2/15/2006 4:20:52 PM
Can I somehow tell the label that the & is not a shortcut? ...more >>

Where is the documentation and source for Button2 class in OpeNETC
Posted by Frankie at 2/15/2006 7:48:31 AM
Where is the documentation and source for Button2 class in OpeNETCF SDF v2.0? I have found docs only for ButtonEx class but there is no ButtonEx in OpenNETCF.Windows.Forms (I use SDF v2.0 for VS2005). Please help Frankie...more >>

Visual Studio 2003's Debug not working with app.exe.config file and .Net Compact Framework 2.0
Posted by welcomebox NO[at]SPAM wanadoo.fr at 2/15/2006 7:38:58 AM
Hi, we use Visual Studio 2003, with Pocket PC installed with NETCF2. We've got NETCF1 applications that we are able to run with NETCF2 when we use an app.exe.config file. What we can't do is to use the Debug mode of VS 2003 on such Pocket PC. When we try to use the Debug mode, we obtain...more >>

I can not install OpennetCF SDF v1.4
Posted by Frankie at 2/15/2006 7:23:26 AM
I try to install OpennetCF SDF v1.4 and I get "Object reference not set to an instance of an object" error. I use VS2005. Please help Frankie ...more >>

how to use notification
Posted by Tamer Hesham at 2/15/2006 6:59:27 AM
Dear all, I want to use the notification of opennet.win32 to play sound while device is turned off, the sound will run when a timer events occur, i don't know how to use it right. anyone help me please? Thanks in advance, regards Tamer Hesham...more >>

2.0 projects not available
Posted by Michael at 2/15/2006 6:53:19 AM
I have vs 2003 on my machine and just installed 2005. When I start vs 2005 and go to create a device project, I'm only allowed to create 1.0 projects. It won't let me start 2.0 projects. Is there something to turn on that tells my machine to use 2.0 assemblies? Thanks. ...more >>

Question about CF Marshal
Posted by Stefano Magni at 2/15/2006 6:45:29 AM
I've copied an example of code for send a WM_COPYDATA to a unmanaged application. I don't undenstand because is necessary allocate unmanaged memory in double size of necessary : oCDS.cbData = (sScript.Length + 1) * 2 Why is necessary multiply per 2 ? Is not sufficient allocate sScript.Length ...more >>

Receive WM_COPYDATA from unmanaged application
Posted by Stefano Magni at 2/15/2006 6:04:39 AM
Hi all, my .NET program (Compact Framework) send to another my application (unmanaged) a WM_COPYDATA message. My unmanaged application receive correctly data from .NET application. Now my unmanaged application must be able to send the same COPYDATASTRUCT struct thougth another WM_COPYDATA to ...more >>

Creating a Shortcut
Posted by Tamer Hesham at 2/15/2006 5:19:30 AM
Dear All, I have a folder for my program installed in the Program Files folder with all the data i want to create a shortcut for the exe file in the Programs folder, how could i do that? thanks in advance Regards Tamer Hesham...more >>

Dictionary collection
Posted by merco at 2/15/2006 4:53:41 AM
hi, i have a System.Collections.Generic.Dictionary Is it possibile to visit it using an index way like: Private D_Materiali As New System.Collections.Generic.Dictionary(Of String, DB_Intervento_Materiale) Dim M As DB_Intervento_Materiale Dim I As Long For I = 0 To D_Mate...more >>

Intercept WM_COPYDATA from C++ program to C#
Posted by Stefano Magni at 2/15/2006 2:36:07 AM
Hi all, Is it possible intercept WM_COPYDATA that send from a unmanaged application to managed application ? Compact Framework haven't WndProc event. Is it possible intercept my WM_COPYDATA througth MessageWindow class ? Thanks Stefano...more >>

Show bmp on form WinCE 4.2
Posted by hakan aktan at 2/15/2006 12:00:00 AM
I can show bmp files on windows form at emulator. But on my device (winCE 4.2) I gives error "Exception". I found some dll for image but i do not know how to register o r include to my device. Would someone help me pls.(Coding by .NET Framework 1.1) Thanx in advance Hakan Aktan ...more >>

About delete SMS message
Posted by cfyam at 2/15/2006 12:00:00 AM
How can I delete the specified sms message in Mobile 5.0 C# app? SMSMessage class don't support that method! ...more >>


DevelopmentNow Blog