Answer Questions
Bruno Kovačić Activity Development
Hello J-Thread, Could you perhaps please help me with an issue regarding the speccie@live.nl activity May I send you an email Greetings Sorry for the late response, missed this post. You can send me an email, see my profile for my address. ...Show All
jwagner20 SSL Certificate
Which certificate issuer is used for the HTTPS parts of the MSN client login Regards, Mattias The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, please check the following resources... Messenger Technical Support is available on the Messenger newsgroup: http://support.microsoft.com/newsgroups/ dg=microsoft.public.msn.messenger&cat=en-us-msn&lang=en&cr=US&ln=en-us nntp://microsoft.public.msn.messenger Get the latest information on Messenger from the Messenger Team MSN Space: http: ...Show All
Nat999 Datagrid in PPC2003 that wrap line in column.
How I wrap line in datagrid and only set border color for one row in compact framework Is autowrap available in Windows Form only If not, is there any control that someone has done that replicate datagrid but with ability to autowrap line, and set border for row . And how do I detect a row is not visible in datagrid thank DataGridColumnStyle seem to work with the column with no control over each row in compact framework. Is there any fragment of code that show wrapping line in datagrid and that line actually change the height of each individual row The API usage seem confusing to me. Please help thank There's no good way to change row height. You might use reflections for that – it was discussed before on this for ...Show All
PentagonMaster Quota Question
Hey Guys Just wanna know.. What is the quota limit for accessing the production version of the API is there a limit and if yes, is it monthly/ daily lemme know There is a monthly quota limit - please look up the documentation for quota in the SDK help (.CHM) file (simply search for "quota"). Alternatively, call GetQuota() and GetQuotaBalance() on the Administration WSDL to know your numbers. This is probably the recommended approach, since the limits depend on a number of factors and they may change in the future. Notes: 1) We do not charge money for API usage. 2) There is no quota limits for calling the sandbox. Thanks, Shai ...Show All
rWarrior readlog.exe questions
hello all, actually i am dumping some of my application events in celog.clg file using celogdata i just want to know... is there any way to read it back in my application only.......currently i am reading this celog.clg file only on some other development machine using readlo.exe...... i want to read these event vy calling some APIs in my application if the answer is no.....than can i change readlog.exe according to my requirement.. thnaks vishal thanks Michael for d reply...cpoul you help me out on this issur also... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1103458&SiteID=1 vishal!!!! Hi Vishal Simply write your own CE Log Fil ...Show All
Pavan Podila DirectX on windows ce 5.0
Hi, I want to create an application which uses directX. On WM5.0 i can add the microsoft.windowsmobile.directx reference. when I add this to a CE project it doesn't work. My question is: does this exists in windows CE If not, how do you draw with directX then Grtz Annihil8 CE does not, by default, share the DirectX multimedia libraries from windows mobile. you can however add the reference explicitly under the solution explorer, right-click the references, add reference, and add Microsoft.WindowsMobile.DirectX. At that point you can reference the library with a using statement. ...Show All
kymaita How to get pixels from Picturebox
Hi, I'm developing smart device application by using CF1.0 on VS 2003. I need your help. I've a code for drawing objects (Rect, Circle, String, Image) on PictureBox. what my question is how to copy/get Pixels particular part of area and display its in another PictureBox. Please send your suggestion or links. Thanx. M. GANESAN Did you try the code , I think it will work even if you draw some shapes on the Picturebox. Sorry, You misunderstood my question. I want to copy particular area of a picture box and display its in another picturebox. OK i'm going to explain briefly. I have two picturebox and one button. PictureBox1' ...Show All
Amid How to debug a dll during deployment
I have added a cab project to my solution. Now I can deploy my dll and test changes in the emulator due to it. Now I want's to debug whole deployment process or simply you cn say I want's to debug the dll[It is a self registered dll] When I debug application I get this error --------------------------- Microsoft Visual Studio --------------------------- Unable to start program '%CSIDL_PROGRAM_FILES%\ctxmenu\mymenu.dll'. The system cannot find the file specified. --------------------------- OK --------------------------- What Can I do You can debug an executable - since dll by itself does not execute you can not debug it from VS. You've to debug the process which is using the dll. You can attach the debug ...Show All
Santosh Ransubhe How to determine if phone has SMS capability?
Hi. I am using VS2005/VB.Net and CF2 to write applications for Windows Mobile 5 Smartphones. I'm developing an application that relies on the phone having the ability to send and receive SMS message. I believe (but I could be wrong) that in some countries, and/or with some network providers, that the ability to use SMS is something that must be "turned on" by the network provider and/or setup within the phone. Therefore, I would like my application to be able to confirm that SMS is enabled and working on the phone, and if not, inform the user appropriately, rather than the user thinking that my application isn't working as intended. So, is there a way to programmatically determine if the Smartphone has the ab ...Show All
jayakhanna The oncontextmenu event isnt fired when im in 3d mode
The oncontextmenu event isnt fired when im in 3d mode. helphelphelp... Yep; you have to build a shim for everything. It is pretty easy to build a single function called AddShim() that adds a shim for any element you create. It fires for me. I've noticed that displaying a pushpin or route in the 3d mode can take a long time. My oncontextmenu event method does some AJAX calls then plots the point on the map and everything works fine except the pushpin can take about a minute to load. Any one have any thoughts about how to add a shim for a non-rectangular based control Perhaps a shim for the rounded panels in Atlas ( http://atlas.freshlogicstudios.com/ ) ...Show All
SheelaKathuria music
I was going to purch. the messanger package until I read the music file downloding problem I have realplayer will I have the sme type of problem I also can't find a set of headphones for me treo so that I can use the realplayer, any ideas I borrowed a friends mp3 ond it sounds real good but can not find any so any help would be much appriceiated. Cindee This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party software, please contact respective software manufacturer or reseller. Ot ...Show All
jameyer The process can not access the file because it is being used by another process.
I have some issues related to WebBrowser Control in .net cf. And in its URL Property I am assigning one .htm file. In that .htm file we are setting the backgroung using one image file "#BKGROUND#" , "\"" + FilePaths .stStrImagesFolderPath + @"\backgroundImage.jpg" + "\"" But sometimes, specially while doing fast navigation , Its throwing exception "The process can not access the file because it is being used by another process." Sometimes its coming for .htm file and sometimes it comes for backgroundImage.jpg file. How to avoid this. Kindly help. Subhasmita, I've got a couple more questions: Which platform ( ...Show All
Mike Cole Using PocketPC serial port
Can anyone give me some advice about using serial ports in VS2005 beta 2 on a pocket_pc. At first glance it seems easy, just declare an object as System.IO.Ports.SerialPort with events and process the datareceived event. Simple enough. However, putting this code in a class and tring to generate an event based on the DataReveived event results in "An unhandled exception of type ' System.NotSupportedException occured in System.Drawing.dll" the Additional Information states "Control.Invoke must be used to interact with controls created on a seperate thread". This really has me confused since when you look at the code included, I am not even intentionally using threads. The application files included - opens as serial port when the use ...Show All
SidharthMalhotra Uniobjects.dll
i am trying to create a CF program that i can use/reference this dll. the dll is supposed to be .net compatible. this is an IBM dll for communicating with a U2 database. i can add the dll to the program as a reference but, when i try to instanciate the class, i get this error: "COM object with CLSID '{3ED50B8E-0667-11D4-BE19-00104B2A91CE}' cannot be created due to the following error: Class not registered ." i tried tlbimp and it didnt work. any ideas i was also toying with that idea as, i had found something online somewhere about the web services. Thanks so much for the help! answered! You are trying to create a COM object. For this it is not en ...Show All
John Aschenbrenner How can I download doc, jpg and other files to PDA via CF.Net?
Hi all, I really need some advice here - I'm developing a PDA app in Cf.net 2.0 with SQL Server 2005 on the server. The app allows medical professionals to take selected patients data with them when they go out to consult or to hospitals etc and as part of a patient's record there could be associated documents (say, referrals or letters from another doctor or text files or even JPG's/BMP's of xrays, etc) and what I need to do is when the user syncs with the server (via my CF.Net app) those files should be downloaded to the PDA so they can be opened there - so a .doc file will open with PocketWord for example. My problem is literally how to do this! ActiveSynch does this stuff automatically if you copy a file manually but I want to downlaod ...Show All
