Answer Questions
Ronaldlee Ejalu Suggestions for Spaces photo gallery
I think that there should be an option to show the gallery in reverse chronological order (ie. latest photos first). In my case I generally use my space as a travel blog and readers obviously would want to see the latest photos first, rather than going through the ones they've already seen. The second thing is: I think that the photos that are added to a blog post, from the spaces gallery, should link to a page with a html wrapper, rather than just linking directly to the photo. That way they could also contain the caption for the image. Perhaps including a checkbox to display the caption under the thumbnail in the blog post would also be a good idea. ...Show All
Xzarian Native Errors
Hallo, I sometimes receive a native Error (Error Code 0xc0000005) when i try to write a file on a Flash Disk. I know, that re-writting on FlashDisks is limited, but it's important for my application to keep running, even if writting on Flash-Disk fails. Maybe there is a possibilty to catch this error by using the coredll Thanks for help in advance! Sabine Well, I'm using NETCV2 SP1, the application run's in the main storage. The exception is not always happening, but if it happens, it's while executing the following code: try { DbClientApiLocal . GlobalData .DbConnection.Close(); } catch { return false ; } try { if ( File .Exists( GlobalData .PathToDb)) ...Show All
enric vives Tab & Hold on smartphone
Hi, how is it possible to make a tab'n hold function on a smartphone I know this is not a part of the smartphone API. I want to make a context-alike-menu as it exists for pocket pc's. Is that possible Thank you Nima Hey Andrew. Thanks for the fast reply. I thought of the same thing, but how can you check to see if an Up-Key event has been triggered or not in the code of a down event. - Nima Hi Andrew. Of course :) It wasnt that hard that I thought. Thank you very much for your help and time, Regards Nima Nima_DK wrote: Hi Andrew. Of course :) It wasnt that hard that I thought. Thank you very ...Show All
David N.4117 How to Insert a Menu bar to a DialogBox()?
Hi, all, I am doing my app on smartphone devices with Visual Studio 2005, and I am using DialogBox() function to create a dialog box instead of initializing an object of DialogBox class. I am just wondering how I can insert a menu bar to a dialog box by calling the DialogBox() function Thanks in advance Hi, As per the msdn documentation http://msdn.microsoft.com/library/default.asp url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes/dialogboxreference/dialogboxfunctions/dialogbox.asp we do get a WM_INITDIALOG message in the dialog procedure. You shall need to use ::SHCreateMenuBar with the appropriate resoureces to created the menubar while handling this message, just as you do it in the OnInitDialog hand ...Show All
learnerplates GetWirelessDevices/ossvcs supported?
Are the APIs within OSSVCS.lib supported Are they for use only by ODMs (users of AKUs) Thanks Technically whatever is not documented in the SDK is not supported ...Show All
Abhishek_SE How to turn on/off flight mode on smartphone
Hi, all: Can I turn on/off flight mode on scheduled time by code Is there any APIs to turn on/off flight mode Thx! Don't forget to call lineRegister after lineSetEquipmentState ;) Greate! Appreciate your help! Hi Check the EXTAPI samples shipped in the Windows Mobile SDKs under 'Samples\CPP\Win32\Cellcore'. These samples show how to use most of the those APIs Michael Hi Yes, there is: use the extended TAPI API lineSetEquipmentState (hLine, LINEEQUIPSTATE_MINIMUM) The API CeSetUserNotificationEx can be used to implement the scheduling. The lineSetEquipmentState() only works on Pocket PC, on Smartphone it doesn't work.That is why The problem now ...Show All
MrWolf78 onclick VE Collection
Hey! I have found out how to add a VE Collection pulled from local.live.com. I had a program in the past then when you clicked on a custom pushpin the address would show up in the text box, now I am trying to figure out how to do with a VE Collection. I have the code and it shows up but once you click it nothing happenes. It goes by ID so I dont know if you have to do something special it being the collection but the code it below so it you can help that would be great! Thanks < html > < head > < title ></ title > < meta http-equiv ="Content-Type" content ="text/html; charset=utf-8"> < script src ="http://dev.virtualearth ...Show All
wpcmame Newbie. I want to enhance the image quality.
Hello, this is very basic, but I need to know the power and flexibility of this tool. I need to see in a superior level of detail, in 3D view, a city with a few mounts... ( I don't need buildings, just the terrain ) But everything that is at a certain distance from the camera looses quality (geometric detail level and image quality). I know this is done in order to increase render speed, to save memory and bandwidth... but I need more quality, and I'm ready to pay the cost. Is there a workaround to increase the quality, someone knows a website, parameter, anything that might help me please I need it, even if it takes quite a long time to display one single image. I need excellent quality. Thanks in advance! Albert G ...Show All
Antonio Neeves adCenter API implementation with nusoap in PHP
Hi, Currently, I am implementing adcenter API in PHP using nusoap tool kit. I already had my sandbox environment activated. Here's my problem. < php require_once('nusoap.php'); $parameters=array("APIFlags"=>1); //msnapi.wsdl is a copy of https://beta6.api.idss.msn.com/adcenterapi.asmx wsdl $soapclient = new nusoapclient('msnapi.wsdl','wsdl'); if ($soapclient->call('GetAccounts',$parameters)) echo "success"; else echo "false"; > When I executed the above script, It displays false. What could be the reason I am new to adCenter API and SOAP. any code samples available for PHP Please advice. Thanks, Hari Hari, Thanks for the response. Sorry, I've been out of the office all ...Show All
Ross Watson my ppc can't connect to web services
i have create webservice and i can connect to ws by win app but i can't connect using my ppc i try to connect to my ws on my pc http://localhost:2996/ws it work! can anyone help me thank you! Hi, You didn't specify how you connect to the webservice from the ppc, was it through ActiveSync or GPRS, and are you using real Device or the Emulator please specify more info to know how help you. Regards, Ahmed H. Waly hi, I also faced the same prob.u r using VS 2005 If yes, then when u create the webservice, u have option of providing HTTP while selecting new site or service, provide url as "http://localhost/projectname. By default it would be File System. Other thing, while selecting the web service provide the ip ad ...Show All
shift244 Draw Gradient Background - Error with Tabs
Hi all, I'm trying to draw a gradient (linear) background on my devices. I've found some stuff using System.Drawing.Drawing2D.LinearGradientBrush but for some reason my application doesn't seem to be able to find it. I can get System.Drawing.Drawing2D but that's as far as it goes I also can't find SystemGradientColors and ControlPaint which are things I need. I'm using CF2. Any help would be much appreciated. Kind Regards, Grant. Hi Grant The sample should be fine - except the remarks about the Windows Mobile 2003 Pocket PC in step 7. I've successully used this on Windows Mobile 5.0 (Smartphone and PocketPC) devices. It's hard to say why this occurs without knowing your code. ...Show All
KevinRevenueResearch updating web reference thru UI
how can i do this i was thinking they wont be able communicate like at the IDE once i change the IP, it will automatically refresh/update the WS.. so it works the same way on the client i am workin on a mobile app. interacting with web services. i got a suggestion to let users update the IP to their own web services (if any) thru the UI. how can i do the updating when users enter the IP like refreshing basically im only trying to see if i can let users change the web service IP to their own web service. eg. directing wsA(default) --> wsB(own). then again since web service wont be able to update after changing IP then it is pointless ...Show All
SteveAdams Remapping POWER button
Hi to all, how i can remap POWER BUTTON with the aim to replace the POWER_STATE_SUSPEND with a POWER_STATE_IDLE ! Thanks for any help, Muzero You do not remap the power button - instead you should use PM API: PowerPolicyNotify(PPN_UNATTENDEDMODE, TRUE); to ensure that your application keeps running even after power button has been pressed Hi, I have tried this, but when my Mio A701 switches off after 1 minute of idle time (enabled in power manager), all apps stop running. I have changed the "SuspendToUnattendedMode" from 0 to 1 in the registry. That makes no difference. I have produced this C# code: public enum PowerMode { ReevaluateStat = 0x0001, PowerChange = 0 ...Show All
mattii Selecting processor type for VC++ Smart Device Application
Hi all I want to write an embedded device application using VC++.NET and Visual Studio 2005. Also I would like to mention that one of the goals is to have source code and binary level compatibility for all processor types. Now when I create a new project for VC++ smart devices using the wizard, I am not given an option to select the CPU's. Rather I am given an option to select an SDK out of PocketPC 2003 or SmartPhone 2003. The instruction set for these SDKs is ARM. On the other hand, if I create a new project for C# smart devices using the wizard, the application can be run on CPU. Can anyone guide me how can i make my VC++ application run for multiple processors. Also how can I configure my project settings to make the applic ...Show All
Cesar Francisco How can a web application call a window application?
1) Is it possible for a web application to call a window application out Somthing like a pop out window application. 2) After closing the pop out window application, the web application can read what is value that have passed in, in the window application 1. a web app calling an app on the client desktop or device, or on the webserver if you want to do something on the client desktop, you need to use an ActiveX control. on the server, yes, it's possible to call from the web app to another app, though typically not wise unless the app is designed for use in conjunction with a web server. 2. same question, on the client, or on the server what values exactly are you talking about -- user inpu ...Show All
