-
- Datagrid issue = "Value does not fall within the expected range."
by GustavoFR
- 3 Replies
- Last post
by Ilya Tumanov
- Hi All,
I'm developing an app under VS2005 SP2, CF 2, and SQL CE 3.1
I've used datagrids so far without any issue, however now I'm faced with the following situation
Dim style1 As New DataGridTableStyle()
style1.MappingName = ""
Dim col1 As New DataGridTextBoxColumn()
col1.MappingName = "Source"
col1.HeaderText = "Source&
-
- Compiling C# on a mobile device
by Scionwest
- 5 Replies
- Last post
by Scionwest
- Does the compact framework include a C# compiler Can I use it to compile C# files on my mobile device I am wanting to build a simple IDE that allows me to work on my application when I am away from my Visual Studio at home (which tends to be quite often thanks to work), so I was hoping to get in some quality programming on my mobile device while at lunch.
Any suggestions I know there are th
-
- An error message cannot be displayed because an optional resource assembly containing it cannot be found
by batpox
- 7 Replies
- Last post
by dhToday
- I've seen many threads where this is listed and then the answerer tells them how to fix their problem. However, what I want to know is what this message is and how to fix it. What "optional resource assembly" is missing (a file containing the error messages)
It appears this "generic' message can come from a variety of sources. I would recommend to the MS team that they provide mo
-
- Can't initiate sync from PPC 2003 SE SDK Emulator.
by rr12
- 6 Replies
- Last post
by Mohit Gogia
- I have created a VS 2005 + NETCFv2 application which uses ActiveSync. I am able to deploy, debug, and run everything I need to on the WM 5 emulator and the PPC 2003 emulators with no problem.
On the WM5 version of my app, I use ActiveSyncStart which works great.
On the PPC 2003 version of my app, I'm using "repllog.exe /remote /all /h" instead.
However, on PPC 2003, the synchron
-
- Problem with Windows Mobile 6 running Bluetooth GPS
by Neil Highland
- 1 Replies
- Last post
by Ilya Tumanov
- I am trying to run route 66 mobile 7 on my HTC S710 running on windows windows mobile 6 with a Bluetooth GSP receiver. The phone can find the Bluetooth GPS and the Bluetooth works find with other bluetooth devices. The problem i am having is either route 66 doesnt find my GSP receiver or if it does when i select the map i want to use (Britain) the program shuts down and returns me to the windows
-
- Issue with Web Service connectivity
by Koding
- 5 Replies
- Last post
by Koding
- I am having an issue with Symbol MC 9000 series handhelds, a vb.net program and our web service. There is a Web reference to the web service in the project. There is a module with a sub class that connects to the web service when the program first starts on the handheld.
The actual problem is that for some reason the handhelds will just disconnect from the web service seemingly at random. I
-
- SD card Serial Number
by solderer
- 7 Replies
- Last post
by Eric Liang
- Any body know about:
How can i get SD card Serial Number (Pocket PC, Smartphone platforms)
-
- java to C#
by SPESHOW
- 3 Replies
- Last post
by Guang-Ming Bian - MSFT
- hi how do i convert this code to C# thanks alot..
public void showAlert(String msg,String pic, Displayable d){ System.out.println("IN ALERT12"); try { iLoginSuccess = Image.createImage(pic); }//end of try catch(Exception e){ System.out.println("Image couldn't be display (loginSuccess())"); }//end of catch /*********************Aler
-
- MSMQ accross 2 platform, is it possible?
by Mariatta
- 2 Replies
- Last post
by Mariatta
- Is there a way for a device application (on WinCE 5.0) to send and receive messages to a message queue that resides on a server computer that runs WinXP
Can you provide examples to this
-
- Is it possible to disable the OK button in the settings page?
by Steve Waring
- 6 Replies
- Last post
by Steve Waring
- I would like to do this when validation code (onchange=) detects a invalid input. The user would still have the escape route of the Cancel button.
-
- Can't find PInvoke DLL 'ArithmaticCE.dll'.
by ygcho
- 7 Replies
- Last post
by ygcho
- Hello!
I am developing an application program whose target device is Pocket PC with Windows Mobile 5.0 under Visual Studio 2005 IDE.
A GUI program (ArithGUI.exe) which is coded with VC# (managed code) calls a dll program (ArithmaticCE.dll) coded with VC++ (native code).
For the dll file, the project type is Smart Device, the template is Win32 Smart Device Project, Platform is Windows Mobi
-
- loading registry value and displaying the number
by rynfua
- 1 Replies
- Last post
by Jonathan Abbott
- Hello, I would like to know whether there is any function
to call and load a certain registry value or not.
Could you tell me about the function to load a certain registry value at a ceratin registry directory
Is this possible to implement under the sidebar gadget
-
- Make Context Menu appear
by rcbextol
- 2 Replies
- Last post
by rcbextol
- Hi,
I am developing in 2005 VB.NET for WinCE5.0. I would like to make the context menu appear by touching and holding the screen. When I touch the screen I see the circle of dots appear but the menu doesn't. I saw on another post that I need a context menu extension handler but I didn't see any code and I think the solution was for C++ anyway. Can anyone show me how to make this work in VB
-
- Set Standby Time in C#
by Bj&#24
- 2 Replies
- Last post
by Björn
- Hi, I am programming with the compact framework 2.0 and Pocket PC 4.2 and now I want to set the standby time through my application. I think I have to use the coredll.dll, but I can't find any description of the methods. Can anybody help me, by sending a link to the documentation or to tell me the method I have to call Edit: I found out, that I have to use SystemParametersInfo, but it also doesn'
-
- How do I send SMS message from pocket PC 2003 PDA to a mobile phone? [C#]
by Saswata Basak
- 1 Replies
- Last post
by Ilya Tumanov
- Hello everyone,
I want to send & receive SMS message from my .NET compact framework application (Pocket PC 2003) to any mobile phone.
I would be very glad if you kindly advise me in this regard. Please provide me with full details & explanation.
Please post the relevant code in C#.
Thanks in advance.
Saswata.
-
- RDA or WebSerivce for simple PUSH/PULL - PocketPC 2003
by Waqar Azeem
- 5 Replies
- Last post
by Ilya Tumanov
- hi,
I am just trying to transfer my SQL CE 2.0 table to SQL Server on desktop. For this I have used RDA objects. But it has some annoying issues.
So, shall I use a simple web-service on PC with two functions PUHS/PULL. And from device transfer my data by using these two functions.
I hope that I will be able to access web-serivce from the device (as the device will be connected
-
- Is it possible to display a web page in a gadget?
by cause21
- 3 Replies
- Last post
by cause21
- Hi All,
Would you know if it is possible to show a web page in a gadget. We used to use active desktop to show our help desk calls which are in a sharepoint list - just a link to the list. Now that active desktop is gone in vista i was thinking about maybe trying to write a gadget which we could have on our desktop.
Any information would be great!
Thanks!
-
- Reliability Monitor
by Christian P.
- 1 Replies
- Last post
by Christian P.
- Hi all,
I'm looking for a possibility to use the ¡± Reliability Monitor¡± from Windows Vista for a monitoring gadget. Does anyone know if there are any registry keys or something like that I could use
Thanks, Christian.
-
- using XML file in Compact Framework vb .net
by Majka
- 3 Replies
- Last post
by Ilya Tumanov
- hey, i have a simple application in the window application which uses the xpath to download xml file into the tree; i wanted to implement the same application with the same functionality to PDA application; i changed few things and everything seems to be ok, except that i don't know where should i put xml file and how to call it from the application; for now i have it in one of the folders on my c
-
- My first gad
by ClaudeGarneau
- 1 Replies
- Last post
by Rajeesh C V
- Well, I just createdmy first gadget. It's a little app that is supposed to take me to a French Web site that has a daily prayer anmedidative thoughts on it. I created the Priere.gadget directory in my %userprofile%\appdata\local\microsoft\windows sidebar\gadgets path, and created the Priere.htm and gadget.xml files in Notepad, saving them as utf-8. However, the gadget does not appear when I try
-
- Standalone WM6 Emulator
by George Henne
- 14 Replies
- Last post
by Eagle117
- Congratulations on getting the WM6 SDK out! When will a standalone Emulator V2 with images for WM6 Basic, Classic and Pro be released While these files are available as part of the SDK, that's a 500 meg download. A standalone version would be much easier to download and install. The standalone emulator has been very useful for people doing training, demos or using third party development tools!
-
- Notes???
by Pacwageo
- 5 Replies
- Last post
by Blue dog
- I've been looking around quite a bit and for the life of me cannot figure out how to access Notes programmatically via a pocket PC. What I'm attempting (and would like to do) is synchronize notes from a pocket PC using software that I am designing. Pocket Outlook from what I could tell does not provide any framework for Notes. It's as if it doesn't exist in Pocket Outlook I'm not trying to access
-
- How to play an audio file (.wav) in WM 5.0 SP?
by Valery Zharkov
- 14 Replies
- Last post
by Valery Zharkov
- Hello. In project Visual Studio 2005, Visual Basic, Windows Mobile 5.0
Smartphone, Device Application, I have added an audio file, for
example, drumpad-crash.wav.
On this forum, from Mr. Ilya Tumanov (posts 3313) there is the program,
which in the given project I have written down in such kind:
Public Enum PlaySoundFlags
...
End Enum
Public Declare Function PlaySound Lib "C
-
- Problem with WebBrowser control
by BigHands
- 3 Replies
- Last post
by Sandeep Prabhakar
- In my PDA app I'm using the WebBrowser control, but am having a bit of a problem with it. My app runs completely offline, and I'm populating the WebBrowser control with HTML built from a database and setting it with WebBrowser.DocumentText = "<b>myHTML</b>". The database HTML contains links that aren't really true HTTP links, but something like HTTP://MyCustomInfo. So in the
-
- Standalone WM6 Emulator
by George Henne
- 14 Replies
- Last post
by Eagle117
- Congratulations on getting the WM6 SDK out! When will a standalone Emulator V2 with images for WM6 Basic, Classic and Pro be released While these files are available as part of the SDK, that's a 500 meg download. A standalone version would be much easier to download and install. The standalone emulator has been very useful for people doing training, demos or using third party development tools!