Answer Questions
Lnn714 Inbox transport
I am experience a problem loading custom Tmail (Inbox) transport DDL on Windows Mobile 5.0 Pocket PC. I used 'TransportDemo' sample from Windows Mobile 5.0 SDK for Pocket PC, located at: <C:\\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Samples\CPP\Win32\Transportdemo> I followed MSDN documentation and setup instructions in 'readme.txt' file located in the same directory: 1) The DLL implements and exports: On ...Show All
SnowFiveOfNine how to draw a persistent image?
Hi, I have a PDA running under Windows Mobile 5 and I'm working with Visual Studio 2005. I want to draw an image anywhere on the screen, ie. even outside of the application's window, in a way that makes it 'persistent' (unless I want otherwise). Let me explain. Normally when a window pops up (presumably external to my application) at the position of the image, the window covers the image so that it disappears. But I want to prevent that from hap ...Show All
Briam Load Image
Public Function LoadImage(ByVal imageName As String) As Bitmap Return New Bitmap(System.Reflection.Assembly.GetExecutingAssembly(). _ GetManifestResourceStream("orderapplication" + imageName)) End Function Hi all, can anyone tell me how this function work , what is the meaning of the "System.Reflection.Assembly.GetExecutingAssembly(). _ GetManifestResourceStream("orderapplication" + imageName&qu ...Show All
Marcus Alt DataGrid issues
Hi, I've installed the CF2.0 SP1 patch so that my DataGrid could be align to the right (I'm writing a RTL program.. hebrew) But I didn't understand how to get the headers to be align to the right aswell, another question regarding the binding of the SQL MOBILE and the DataSet, I have a table, and i want the user to see only 3 columns in the datagrid, but the problem is that one of the columns vary in the DB, I need to display i ...Show All
rrmadhav Transfer of Voice file from PDA to server
Hello , I want to transfer voice file with datatype (image) to server without merge replication . Which is better and efficient way to transfer it . Thanks in Advance Rups There are many ways you can do this... depending on your app, what kind of network connections etc.... you could use an FTP contol like the one from nSoftware. or you could use windows netoworking and map a share (I have not d ...Show All
Preethi Mohan Run an application on CF and the full framework with SQLCE
Hi, Is it a easy way to write a application that will work fine on the CF and the full version of the Framework when using the Sql Mobile database Now WebServices and other parts works just fine with the same executable, but I get an error when trying toopen the Sql Mobile database from the full version framework. I guess I could write a seperate component for this, but I would like to know if there is a easier way of doing this. With t ...Show All
Mike C&#35; CE.Net 4.2 and Compact Framework 2.0
Hi, I'm hoping someone can help understand why those of us that work with Industrial Handhelds (and therefore CE.Net) got the short end of the stick. We have equipment that was just purchased this year with CE.Net 4.2 and Microsoft is not supporting it with VS2005. It's not like 4.2 was a down-level version, it was the latest version of that build. Our only options are: 1) Pray the vendor certifies on the new version, pay ...Show All
jb_tiburon debug DLL from C# code
Hi guys, Is there a way to debug dll that I wrote I am doing dll import to this dll from my c# project and I want to get inside the dll code... thanks in advance, Oren. Hi Oren, Are you talking about debugging a native dll called from a managed (c#) code for smart device application If yes then you can debug either native part or managed part at a time. Following link will help you out http: ...Show All
ehanders Today Screen Programming Issue using .NETCF
Hi all, I done today screen programming using Today screen plug-in provided by microsoft.Its working fine with pocket pc 2002 english version but it is not working with pocket pc 2002 German OS.Please help me in this regard.Thanks in advance. Regards, S.Sevugan. Hi, S.Sevugan, There isn't really enough information in your post to understand the issues y ...Show All
LordHits CABWIZ/Makecab problems
Hi all, I'm having trouble building a CAB file for a CF 2 project. Done the usual steps, Added a Smart Device Deployment project to my solution, set its propertys, go to build and Always get back a message saying ; Error: CAB file "C:\Documents and Settings\DAVE\My Documents\Visual Studio 2005 \Projects\Project1\DeploymentCAB\Release\Project1. CAB " could not be created It's really annoying, I dont want to have to go back to us ...Show All
srjing2 C# Inputbox for Pocket PC
I know that C# doesnt have a built-in inputbox like VB, and i cant find one for Pocket PC either.. But is it any way to get it Like a dll or something that can help me out Thanks The InputBox is supported in any language so long as you add a reference to the appropriate VB assembly. http://msdn2.microsoft.com/en-us/library/microsoft.visualbasic.interaction.inputbox.aspx ...Show All
BLOODream Application Verifier for wm5, where?
Where does one find this elusive creature - the fabled AppVer for wm5 - in the deep depths of msdn search Doug Boling said "real soon now", but that was a half-year back. Same problem with me too. Any inputs workarounds to get this going -Seemit I can start the desktop/AppVerifCE.exe, but at the connect box I get nothing but Can't instantiate Platfor ...Show All
chrisexv6 what
i downloaded what the link said would be the device emulator but got bpvault.asp, what do i do with that am i not getting the right link or something or do i have to get the program off of the bpvault is it like an image or something Use Internet Explorer to download it. i have the same problem as the other guy. i'm trying to download DeviceEmulator050419.msi . this is the l ...Show All
scsi0505 Updated images for Windows Mobile 5?
Does anyone know when or if the Windows Mobile 5 images included in the Pocket PC or Smartphone SDKs will be updated I suspect the versions in the SDKs are not the same as the versions included with WM5 devices. Thanks, Frank Is there a stand-alone bluetooth manager software that will allow audio to be sent to a bluetooth headset I understand that the coming update to Windows Mobile 5.0 will fix this, but I ...Show All
render77 Bitmap Rotation
Hi, is it possible to rotate a bitmap with any angle within Windows Mobile 2003 and thus without DirectX Thanks! .NETCF (v1 or v2) does not provide a method to rotate an image to an arbitrary angle. In V2, you have access to the raw bitmap data via LockBits. You should be able to take that data and call into native code to perform the rotation. ...Show All
