Answer Questions
IanO Flex implementation
Hi, I would like to move away from my current map provider and implement VE within my Flex application. I found a working example of such an implementation but i was wondering if there were already known ways to do this and if it were supported Thank you for your help, Vincent ...Show All
dr.acv is CameraCaptureDialog only for wm5?
how about mobile 2003 I want to make my application available for capture picture from the camera my pda is hp Rx3417 does anyone know any sdk for the camera You should call HP and ask them. Yes, WM 5.0 only. On pre WM 5.0 devices you'd need to use camera SDK from particular camera manufacturer. If it’s not available then it is not possible to use that camera. Please contact camera manufacturer for info. will it be free coz it is my guaduation project. You should call HP and ask them if it would be free or not. ...Show All
Gnanadurai Speech API 5.0
Hi, I'm developing a pocket pc application in C#.NET, VS2005. I need to incorporate Text-to-Speech feature in the application. SAPI5.1 doesn't support WinCE. But this link http://msdn.microsoft.com/library/default.asp url=/library/en-us/wceappservices5/html/wce50consapi50sdksamples.asp is telling that SAPI5.0 supports WinCE. I searched for SAPI5.0, but couldn't find it. Anybody knows where SAPI5.0 SDK can be found... You've mentioned you're developing for Pocket PC which has no SAPI 5.0 support and thus there's no SAPI 5.0 SDK. SAPI 5.0 may be included into custom CE device, in that case SDK is provided by device OEM. Actually what I want is, SAPI5.0 SDK setup... ...Show All
Uncle Dave Getting Client Error while searching
Hello, I am developing ATLAS based MSN search. I configured as similar to the MSNSearchCSharpSample. But it throws me exception 'Client error' Can anyone help me Can you post the source code of the Atlas page or the URL of the page Does the service send an error message or is it your Altlas code Thanks for your reply, Basically the service sends the error message... See the coding... //C# Coding starting int Count = 10; int nSource = 3; MSNSearchService. MSNSearchService s = new MSNSearchService. MSNSearchService (); SearchRequest Request = new SearchRequest (); SourceRequest [] SR = new SourceRequest [nSource]; SR[0] = new ...Show All
Sabrecat Driving direction coordinates not match the route in IE
Hello, I'm trying to take an example from MSDN http://msdn.microsoft.com/library/default.asp url=/library/en-us/VEMapControl/HTML/M_Namespace_VEMap_GetRoute.asp <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src="http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></script> <script> var map = null; function GetMap() { map = new VEMap('myMap'); map.LoadMap(); map.GetRoute("Space Needle", "Microsoft"); } </script> </head> <body onload="GetMap();"> <div id='myMap' style="position:relative; width:400px; height:400px;&qu ...Show All
Jonathan Sampson deploy with the .exe file
I have finished an application with c# .net cf 2.0 And I build it with the setting is "release" "any cpu", then I send the application's .exe to my user, and the exe file be in the application\bin\release . the user's handset is windows mobile 5 handset. Can the .exe run at the user's handset Is it right of my deploy way Please tell me, Thank you Dear ahmed, the files i have posted are working well and i receive no complains from any customer about it, plus the link you posted is 37 MB so it will not be very easy for all customers to download it. I have created a cab file for my application by creating a new setup and deployment projec ...Show All
Joe Kehnast !
I have same problem here with PPC 2005. Please, can any one help on it I'm going to close this thread. Like Ahmed said, please repost with more info Please change the topic title appropriately - give it a meaningful but short title relating to your query Explain the DEVELOPMENT problems you are having with the .NET Compact Framework, specifying the version, the device model, code snippets, exact error messages etc.... Again, these forums are for software development for Windows Mobile smart devices I'm going to close this thread. Please post with more info as Ahmed pointed out ...Show All
danskcarvalho Photo upload tool please start working in my space !!
hi.. this is my first post here, and i hope i'll get a beneficial answer from anyone. u see i've got a space in MSN and when i tried adding photos a window poped up and asked me to accept installing Photo upload tool inorder to have the ability to upload pictures to my space. I did install that program and it works well in hotmail when choosing to attach pictures but the problem is in my space. Whenever i try to add a photo, the same old window that asked me to install the tool pops up but it looks blank without any thing, it just blinks every almost 5 seconds. I thought it might need time to appear but i've waited forever and it's still balnky blinky !!! Any bright brains around !!!! am in Microsoft's site .. so i thin ...Show All
Shobha69358 msn spaces photo gallery
hi i am new to this site and was just wondering why i cant see mine or my friends photo's in the msn spaces photo gallery. When i go in it just says loading and doesnt stop. Any help widely appreciated Bourkey my msn space does the same thing it will not allow me to post new pictures and i do not have enough to fill the memory. Also when i try and search the help it wont search it. ...Show All
z2171999 Component migration to compact framework
Hi all! I have a component designed for the .net framework (could be added to the toolbox in VS 2005). I'm now trying to use my class in the compact framework. I get compile errors for all my design time attributes like; [BrowsableAttribute(false)], [Category("MyTab"), Description("Used to ...")]. How to solve this Is some other teqnique used for design attributes in the compact framework (why) Please give me some example... The second question is how to make the component visible in the toolbox for both a WindowsApplication and a DeviceApplication project (Maybe it will, if I get rid of my attribute errors...) /Mats Tanks! I will have a deeper look into this soon. But when looking at the links above it seems like quite m ...Show All
Steve Dunn Process Size
Anybody know how to get the size(memory usage) of a process that is currently running I suppose you can use ToolHelp API to get a snapshot or the heap. Once you get that snapshot you can calculate the heap’s size. ...Show All
BBesser Socket Error in HttpWebRequest using .NET CF
Hi all, My PDA application is currently encountering an "An operation was attempted on something that is not a socket" error when uploading large files (22 mb) to a webserver using HttpWebRequest with its property SendChunked = true and AllowWriteStreamBuffering = False. I tested it with SendChunked = false and AllowWriteStreamBuffering = true and get an OutOfMemory exception instead. Do you guys know what are the possible causes of this Might it be that the Socket error and the out of memory exception have the same cause A little background: The program memory allocated to the PDA is about 50mb, more than twice of the uploaded file, thus i was wondering what might cause of this "OutOfMemory" exc ...Show All
Ramesh Jha Is DirectDraw supported by Windows CE?
I have a fast graphics API to support WinMobile 2003+ and I also want to support fast graphics on generic Windows CE devices (non-WinMobile). Should I be using DirectDraw for this If so, should it be provided by the hardware vendor as part of their CE operating system or can i just redistribute DirectDraw on my own. If so, where can I get this redistributable package I'm new to using DirectX. Thanks, George Moved to Smart Devices forum. Robert Lettan wrote: v3 supports DirectX6.1 v4.x supports DirectX8 v5 supports DirectX9 Interesting, where did you get this information from Robert Lettan wrote: if you are still unsure about the support, each version of CE also h ...Show All
old mpipe Component designer error
I am developing a C# Smart Device "device application" for Windows CE 5.0 and have run into a strange problem. In this particular project I have a few classes that inherit from Component. Initially, there were no problems. Now, however, whenever I try to open one of these components in design mode, the following error message is displayed in the designer: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. Unable to cast object of type 'System.ComponentModel.Component' to type 'System.Windows.Forms.Control'. Hide at Microsoft.CompactFramework.Design.Data. ...Show All
Pros Van Dessel An established connection was aborted by the software in your host machine
Hi, I am using sockets to communicate with a Java Server. I get a list of sponsors as text so I used sockets instead of tcpClient. I use this function to send a request and receivve the response but the problem i guess is the buffer size I want something that would read till it finds "\n" public void SendRequest( string req) { lineToBeSent = req; socket.Send(encoding.GetBytes(lineToBeSent)); byte [] Serbyte = new byte [5000]; socket.Receive(Serbyte, 0, 5000, System.Net.Sockets. SocketFlags .None); IT BLOCKS HERE response = encoding.GetString(Serbyte, 0, 5000); } Can I have an example of the code plz. If you want to rea ...Show All
