Answer Questions
CliffInDC Wave Recording In SmartPhone
Hi Everybody, Currently Smartphone supports PCM format of the wave file. Now can we RECORD in Mu-Law format in a smartphone I was looking into the p-Invoke Sample Library. here i made a few changes to record Sound in Mu-Law format. Till now no success. Can we record sound in a smartphone in the mu-law format ie waveformatag = 7 Thanks Venugopal.B This forum is more about building apps using V ...Show All
camelo How to build Visual Studio 2005 Smart Device CAB files?
Most of my apps are written in VB.NET. I have been convert all my apps over to VS 2005 from VS 2003. I have a lot of Smart Device Programs I have also converted over. Now this is my issue in VS 2003 under the build menu you had Build CAB Files. This would very fast and easy create all your CAB files. In VS 2005 I no longer see that option so how do I do this in this new version Thanks that really helps. You are going to kick me but I have ...Show All
Mich_chool WeFly247 Error
I am trying to get the WeFly247 application running on my Pocket PC (a Verizon XV6700), and I get the following error at runtime: Can't find PInvoke DLL 'Graphics.Native' It is unclear if I am supposed to replace 'Graphics.Native' with the native DLL for my device, and if so, what is the native graphics driver for my device. Did I miss something in the docs I have Visual Studio 2005 installed and working properly. The application co ...Show All
DanVS How to implement multiple row selection in datagrid?
Hi, Im trying to implement a multiple selection control, but as the data source is a Datatable im unable to find any suitable control. The datatable contains product codes and product names, some of which will be selected and added to another datatable, datagrid in .net cf does not support SHIFT+select or CTRL+select all it supports is multiple selection if you drag the stylus across the row headers, that to only once. the list view is jus ...Show All
stephensells Managed Direct3D Mobile and the Emulator
Is there a CE 5.0 emulator image that supports Direct3D mobile or do I have to build the emulator in platform builder At this point there are no 5.0 device emulator images available. You can build your own, however you will need to include the D3DM Reference driver to get D3DM running on the emulator. This is how D3DM was placed into the Windows Mobile 5.0 device emulator images so it should work ...Show All
mcory1 Debugging Hanging App in VS2005
I developed an application in VS 2003, NETCF 1.1 and Pocket PC 2004 that occasionally experiences a deadlock or "hangs". It happens approx once every 8 hours of use (which makes it extremely hard to debug.) The main reason I know this happens is because my users tell me. I am aware that updating controls created on the GUI thread is probably the most likely culprit but I have spent hours trying to figure out where this could be hap ...Show All
mfenske "\Windows\wceload.exe", "/noaskdest/noui ?
Hi, I am installing cab file of my application using wceload.exe. While my application already exist it gives message "My application is already installed.Reinstall I should not get this message and the application should silently installed.I tried using Rapi class of Opennetcf.Desktop.Communication as shown below. Dim m_rapi As New RAPI m_rapi.CreateProcess("\Windows\wceload.exe", "/noaskdest/noui \Windows\MyApp_PPC.ARMV4.CAB") But ...Show All
dbanker How to Soft Reset a Device programatically
Dear all, Is there any command in VB to Soft Reset the device Please give an advice. Thank you! Michael Koster wrote: Hi Call the Win32 API SetSystemPowerState to reset the device Declare the Function as folllowed: Const POWER_STATE_RESET As Integer = &H800000 <DllImport("coredll")> _ Private Shared Function SetSystemPowerState(ByVal psState As String, ByVal StateFlags As In ...Show All
Shaxs CToolbar images not visible, but the toolbar is working
I'm migrating my PPC2003 to Visual Studio 2005, and I have a problem with CCommandBar. My old code used CCeCommandBar.InsertToolBar() and CCeCommandBar.InsertMenuBar() to initialize the commanbar, and then later I would change the menubar and toolbar by calling InsertToolBar() and InsertMenuBar with other resourses. After migrating my application, the toolbars gets loaded, but the bitmaps on it are not visible. Can anyone tell me what is wrong, ...Show All
Tomer Gabel Changes from 2003 to WM5?
I have a couple of small programs that work fine in on a Dell Axim 50 with 2003, but they will not run on WM5. After much searching I can not seem to find a website or post that explains what has changed between 2003 and wm5. Anyone know of such a place Would it be possible for you to tell us what these programs do, so that we can figure out why they do not work on WM 5.0 My guess is that it might have to do ...Show All
Daniel Hern&#225;n Pallarez Is there a way I can identify the model/manufacturer of a device in .NETCF?
Is there a way I can identify the model/manufacturer of a device in .NETCF Thanks. Is a string containing some of this info stored anywhere http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/browse_frm/thread/2af7e157cc45e878/f063fba292f92e76 q=OEM+info&rnum=1#f063fba292f92e76 ...Show All
DaniMaia DateTimePicker appears above msgbox when msgbox opened from ValueChanged event
Hi, I've got an smart device application that when a value is changed in a datetimepicker needs to show a message box if the value selected is less than another date. The problem is in both the valuechanged and textchanged event handlers for the datetimepicker if i get the messagebox to open it is shown behind the datetimepicker calendar and the calendar will not close. Has anyone else managed to work around this The code looks like ...Show All
tfeaster MFC DLL link error
Hello, I have experienced the following problem: I have created an MFC DLL which is linked to a static library. When I try to use functions from the .LIB I get the following error: Error 1 error LNK2019: unresolved external symbol Both libraries are using Multi-Threaded debug DLL as runtime library and the .LIB is included in the additional dependencies of the .DLL. Both libraries are smart device projocts and they are compiled for the same pro ...Show All
Firoj H Shaikh Treeview Losing Focus.
Hi, I'm new to VB and .NET programming and I can't figure that one out. I have a TabControl with a Treeview on Tab 0 and a ListView on Tab 1. Clicking a node on the treeview loads the listview and shows the second tab (TabControl.SelectedIndex = 1). Problem is when clicking back on first tab to see the treeview, the selected node is no longer highlighted and I have to click anywhere on the treeview to make ...Show All
Mike_Lange How to connect the Pocket PC to the Internet through the cradle?
Hi, I am developing wireless application for PPC 2003. However in some case, e.g. the wireless signal is not strong or there is no wireless access point arround, no GPRS,etc.. and my destop can connect to the Internet through wired network, is it possible for me to connect to the Internet through the cradle and debug my application Thanks and Regards, Stefen Huynh It depends on VPN type and setup. I’m not sure why would you need th ...Show All
