Answer Questions
kennm How to Get g_hInstance In CustomForm
Hello, Everyone: Does anyone know how to get g_hInstance value in CustomForm sample(or Tv_inbox sample) In this sample, the g_hInstance value is setted by LibMain( ), HINSTANCE g_hInstance = NULL; /****************************************************************************** LibMain - Entry to dll ******************************************************************************/ BOOL WINAPI LibMain(HINSTANCE hinst, DWORD dwReason, LPVOID lpv) { switch (dwReason) { case DLL_PROCESS_ATTACH: { g_hInstance = hinst; break; } } return TRUE; } But, in this DLL was called, the function LibMain() was never called, so the value of g_hInstance is always NULL. I want to use g_hInstan ...Show All
MrSkoby GSM Signal Strength
Hello Everybody Through my VB. Net application for my iPAQ, how can I know the GSM Signal strength. Regards Easy way - to use the State and Notification broker in Windows Mobile 5. If that's not an option, you can try P/Invoking lineGetLineDevStatus in Tapi. OpenNetCF should also be able to help you out ...Show All
CPPUSer7 mtom
Is MTOM a viable option for client server communciations between Server and a Win Mobile 5.0 device. I was unsure whether WM50 had WSE 3.0 support. Apologies if my question is imprecise. I've no idea what MTOM is, but there's no WSE 3.0 support on devices. Also, here's some important reading for you, item 17: http://www.danielmoth.com/Blog/2005/03/please-read-before-posting-to-ng.html By the way, I forgot to mention: there's WSE support (2.0 as far as I remember) implemented by OpenNetcf.org. You might want to check it out. Thank you. You essentially answered my question. Ic ould not be certain if WSE was available on WM50. However, in the event I was unclear, causing the post to be unhelpful, see below: ...Show All
kushpaw How to add Check Boxes in Owner drawn Listview
Reaspected Sir/madam I have used owner drawn listview in my project. But according to requirements I have to place check boxes before each item. unfortunately I am unable to add check boxes before each item. If any body knows the solution please help me Regards Bijay Kumar Pathia Hi AlexY Thanks for your help It is now working fine Regards Bijaya Make sure that you're using the latest source for the OwnerDrawnList which should be in the SDF v1.4 Thanks Alex for your suggestion. Again one more problem arises. When I delete an item from the owner drawn listview it gives some "Argument out of bound " exception Actually this item is reappeared after ...Show All
kristoffo How to code image button for Win32 Window Mobile
Hi, I would like to create image buttons using C but do not know what's the approach. I have been googling for quite awhile but still have no idea. Maybe a button on top of Bitmap. But it I don't want a Command Bar to hold the image. I only know that I can use the dotnet 2005 to create picture control n trigger events using the tools provided by dotnet. However, I need to migrate the same code for linux platform as well. So I would need the source code for the implementation. Thanks.. Hi, You may want to consider using the CBitmapButton class added in SP1 Beta. Otherwise you will have to write code to draw the image on the button's client area. Hope this helps. ...Show All
goozbee Programming for motorola Q phone
Hi All. I cannot find a template in VS.net 2005 for mobile 5 smartphones. Can someone point me in the right direction for developing for a motorola Q phone thnaks You'd need to install Windows Mobile 5.0 For SmartPhone SDK. Download it from Microsoft’s web site. Really! Oh, yes. Q is Windows Mobile 5.0 SmartPhone so you need Windows Mobile 5.0 SmartPhone SDK. As soon as you install that your VS 2005 would get WM 5.0 SP project type. If you’d like skins I believe there’s special Q download on Motorola web site. Can an application drive the camera, taking images on a timer and sending them without user intervention Is there a website with t ...Show All
wallaceli1981 Messenger Plug Inn Question
Hi I wrote a plug in for messenger, it is very simple. It is compile ok, and i install in Messenger. All seems to be ok but it doesn't work. What's wrong I use strong name assemblie Thanks Here is the code: using System; using System.Collections.Generic; using System.Text; using Microsoft.Messenger; namespace AnswerMachine { public class AnswerMachineAddIn : IMessengerAddIn { public MessengerClient m_client; public void Initialize( MessengerClient client) { m_client = client; m_client.AddInProperties.FriendlyName = "Answer Machine" ; m_client.AddInProperties.PersonalStatusMessage = "Envia un mensaje" ; m_client.AddInProperties. ...Show All
John Paul Cook Toolbox Icon
Hi guys, How do I provide an icon to be displayed when my custom control is added to the toolbox with CF In the full version, its easy: [ToolboxBitmap .... ] but this seems to be missing in CF. Obviously it can be done, but having trawlled through here and MSDN, I cant find anything. Thanks in advance, Millie. Hello! We are are currently trying the same thing, simply adding a toolbox item to a custom control. Therefore we added a xmta file. <Class Name="Gulliver.CSharp.Controls.Forms.Button"> <ToolboxBitmap>Gulliver.CSharp.Controls.Forms.Button.bmp</ToolboxBitmap> <DesktopCompatible>true</DesktopCompatible> <Property Name=& ...Show All
Montana47 API V3 SSLException - unable to find valid certification path to requested target
Hi, Has anyone successfully updated to adcenter API V3, it seems there is new certificate for the url adcenterapi.microsoft.com added to the certificate, I imported the certificate into my keystore but was getting the following error. PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException : unable to find valid certification path to requested target javax.net.ssl.SSLHandshakeException : sun.security.validator.ValidatorException : PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException : unable to find valid certification path to requested target at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source) at com.sun.net.ssl.internal ...Show All
jay_jay Getting standard emoticons
Is it possible to get the collection of standard emoticons not available with any of our current sdk's ...Show All
jneilb Host Unreachable
Hi, I am using T-Mobile SDA (WM5) I am trying a ftp program. When I debug the program through VS2005 when the SDA is connected to computer, everything is working fine. I can connect to a ftp server and can download files. But when I run this on the cellphone as a standalone program without connecting to computer, its giving the following error: "System.Net.Sockets.SocketException: A socket operation was attempted to an unreachable host" I have a data connection (GPRS) and I can browse the internet. (But when I am browsing the internet the symbol "G" which signifies GPRS Connection is appearing on the top pane.) When I am running the program, it has to go through GPRS so I think "G" symbol must appear, But its ...Show All
Hyung scan bluetooth device and pair it
i would like to create a PPC application that , first , scan the bluetooth device and show it on PPC and then you choose the one you want to pair , and then this program pair their bluetooth serial port automatically.. is it possible i use C#.NET and hp ipaq hx 2400 series to do this application.. can you give me any suggestions or sample code pls.. but it's required Pocket PC SDK: Windows Mobile 5.0 Pocket PC SDK. and this web told me that Navigate to the solution file (*.sln), and double-click it. By default, the solution file is copied to the following folder: C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Samples\CPP\Win32\Bluetooth\btsearch\ btsearch.sln but i do ...Show All
Eyso Zanstra Treo 650 no longer reads windows media player
Ok, here's the skinny: I had windows media player 9,10 and was using Pocket Tunes music emulator for music for my treo 650, which works great with both until I downloaded media 11 Beta. At first, everything was fine- syncing was flawless and files were going great on the first five syncs. after that, it no longer reads the application is connected at all. I made sure it was connected(even used contact cleaner on the points) but i had to switch to media player 10 for it to work, but it when I reload WM11 it will no longer work! Any suggestions will be appreciated. MuscleImpala Sorry but this is a development forum and not a mobile device support forum. you may need to contact the manufacturer or visit ...Show All
herocomplex disabling the disaapearing of the ero popup when mouse moves away from it
Does anyone know how to disable the vanishing of the ero popup when the mouse pointer moves AWAY from the ero popup Does anyone know how to OVERRIDE the popup over e pin in such a manner that when the mouse moves out it still DOES NOT HIDE. I think the implementation does ero.hide() on it. I need to make sure that once the baloon pops up it NEVER HIDEa again until the pushpin is destroyed. I have window.ero.setContent( "<div id='" + DivID + "'>" +tempTitle+popupEdit+ "</div>" ); window.ero.dockToElement(e); Now I already tried: VEPushpin.OnMouseOut=f; where f is a function also I tried window.ero.attachEvent("onmouseout",f); but all to n ...Show All
hrubesh find a category
hi, i'm trying to use find(), to search categories, eg train station, Churches, hosipitals.. but i found the results return are not right, is there any other way i can do such kind of search thank you! Yuki thanks... but i think i just stick to VE for the moment ... Yuki Yes, there is. You can sign up for a mappoint webservice account, then you got tons of different categories of points of interests acessible via the webservice. in that case i would have to use visual basic, is it Yuki Php no, im a c# guy, sorry cant help with that issue. And the mappoint webservice doesnt run in a browser environment, you consume th ...Show All
