Answer Questions
Ricardo Tomé map.HideDashboard(); Not working in Firefox?
Hey guys, using this code -- <script> function GetMap() { map = new VEMap('myMap'); map.LoadMap(new VELatLong(-34.595719307708, -58.394629556952), 14 ,'r' ,false); map.HideDashboard(); } </script> -- The map.HideDashboard(); works fine on IE but it dosn't work on FF. The strange part is that if I use the code on the SDK with onclick="HideControl(); Then it works on both, but I want to hide the control "onload" Thanks for your help! It is due to the VE control not currently supporting FF2. If you put the FF2 hack in place it stops the error being thrown and then it works! < html xmlns ="http://www.w3.org/1999/xhtml"> ...Show All
LouisPeter How to play MPEG File ?
Hi, I'm able to play a .WAV file in the Pocket PC using C#, by using pinvoke method. In which i 've imported the "coredll", and then PlaySound() function. Like this, is there any ways to play an MPEG file or Even the other ways like streaming of MPEG file Plz give me suggestions as soon as possible. Thanks, ramakrishna. Hello Try using ActiveX control for windows media player. Sayed Zeeshan Hi Sayed Zeeshan, Thanks for the reply. I think there are 2 ways to implement Video streaming on Pocket PC : 1. The method you suggested - Using ActiveX Control 2. Using Windows Media Player Control. I'm a bit new to this environment. I need to do much r n d on this topic. I welcome your help - ste ...Show All
KitWest Design inconsistencies.
Hi, Could it be better if there is consistency between objects' methods which return the same type of information For instance (language used: JAVA). AdCenterAccount.getAccountId() returns an Integer while AdCenterCampaign.getCampaignId() returns an int. Thanks. This is necessary as getAccountId can possibly return a null value therefore must be a complex type. getCampaignId does not return a null thus can be a primitive type. Thanks Andy ...Show All
40th Floor Open Outlook in Pocket ready to send an email
Hi, i need to know how to do this: In my appliaction i have the email of a person and a text to send to that person. Throught a button i want to open Outlook, ready to send the email to that person with that text. Does anyone know how can i do this Thanks. Try using tmail.exe on all OSs after PPC2000 (it's pmail before that. The command would be: string exeName = tmail.exe string args = "-to \"user@somewhere\" -body \"a message\""; You can read more about the tmail args here: http://www.nsbasic.com/ce/info/technotes/TN32.htm If you need help sending these to a process just holler and I can post some code for you. Ok,thanks, i have this a ...Show All
CodeVB Edit Datagrid and dataset using textbox value
Hi there, Not sure if this is the best forum to post this question as it covers 2 subjects so i apologise in advance. I'm writing a Windows Mobile 5.0 application using vs2005 which will store data in an sqlmobile2005 database. I have created a form with a datagrid and several buttons and txtboxes to manipulate the data stored and displayed in the datagrid. The datagrid's datasource is a dataset which is based on the data from a single table in the database. i have the following code to update a specific field in the dataset based on the value of txtamount.text but get the error: NullReferenceException on the line ds.Tables.Item("ViewAccounts").Rows.Item(lngRow).Item("PmtMade") = decPmt When i l ...Show All
Intelligence Windows Media Player and Messenger
Where do I find the plug-in for Windows Media Player that lets me show contacts what music I'm listening to on Windows Live Messenger Hi, I got the same problem. I've tried to add a new plug in in proprieties window but it is not availavle. Would someone be so kind to let us know how to solve this problem Thks and rgds JT David Triana's solution works. Thanks. Instead of clicking on properties i clicked on Add which is under the properties options and followed his directions from there. 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 te ...Show All
Fox Me Up can't find PInvoke DLL 'winmm.dll' !!!
i adapt code from window application to device application template. the problem i found is i can import "winmm.dll" (P/Invoke Library)in a window app. and i can run it practically,but when i run on deviceapp. it has an error that "MissingMethodException was unhandled" and "can't find PInvoke DLL 'winmm.dll' " what should i do i use C#.NET ,vs 2005 and hp ipaq hx2400 series to run this device app. pls.. Refer this link. It can contain useful information to you. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=711697&SiteID=1 On Windows Mobile, all waveform audio function are implemented in 'coredll.dll'. Use this DLL ins ...Show All
Krutika status bar help
I am wanting to use something like the round pie looking thing that pops up when the hand held is doing something. My software has times when it takes 3 or 4 seconds to go to the next step due to calculations and sql queries. I am wanting to display something to let the user know that the software is active. does anyone have any ideas on this. I am using VB Hi, why not just use the wait cursor cursor.Current = Cursors.WaitCursor Application.Doevents Pete that is exactly what I wanted. thank you. ...Show All
Jophers 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! Hi Yes, there is: use the extended TAPI API lineSetEquipmentState (hLine, LINEEQUIPSTATE_MINIMUM) The API CeSetUserNotificationEx can be used to implement the scheduling. 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 The problem now solved:on Smartphone it requires code signing. But there is another problem:after I turned the fligh ...Show All
Visualbrin Error MSN Search When Putting Live
I've just finished testing an implementation of the MSN Search functionality into one of my projects. During debugging and testing on my local machine everything was working successfully, searches were being carried out and everything was fine. However when putting it onto the server I came across an error: The remote name could not be resolved: 'soap.search.msn.com' I believe that the problem will be down to permissions on the server. Before messing around with the permission settings I thought I'd ask and see if anyone else has had this problem and whether or not they managed to solve the issue. Thankyou James Most probably it is still the proxy. If your client machine is connected to internet via proxy, you need to explicitly s ...Show All
Henrik G Music Identification
Hello, I'm new here. I was wondering if anyone knew how the MSN Music Identification process worked. I downloaded the msnMessengerActivityKit SDK and took a look at the 'documentation' but found nothing on the topic, maybe I looked in the wrong place I am curious as to how MSN knows what song is playing in Windows Media Player, is it a registry key Thanks. No, that's not right, you can actually retrieve the information. Your application should listen to the right windows messages and then capture the right information. I don't know which messages, but I am sure you will be able to find it on the internet somewhere. Ah I see, now the problem will be looking for them, nevermind I guess I can use somet ...Show All
sfarber About messenger api and vista problems
I have developed a messenger plugin program which used messenger api, it works very well in win98/200/xp, but I tested it in Vista OS today, it cannot work! create object failed: hResult = ::CoCreateInstance( CLSID_MessengerUIAutomation, NULL, CLSCTX_LOCAL_SERVER, IID_IMessenger, (void **)&m_pMsgr); How to solve it Thanks. Thanks very much! Do you have any example code which can share by us That was written against Windows Messenger, and Windows Messenger is no longer in Vista. What we have done is add the API's which WIndows Messenger used to support to Windows Live MEssenger, so when you install Windows Live messenger it will pickup ...Show All
pattyg Thread problem
hi all, I have the main application that uses the Process API to call the another application from the main application.Application called is the console application.Code is have used is, newUpload = new Process(); ProcessStartInfo StartInfo = new ProcessStartInfo(); StartInfo.FileName = "Program Files\\consoletestapp\\ConsoleTestApp.exe"; StartInfo.Arguments.Insert(0, DataBase.ApplicationPath + "\\XmlFiles"); StartInfo.UseShellExecute = true; newUpload.StartInfo = StartInfo; newUpload.Start(); ProcessRunning = true; newUpload.EnableRaisingEvents = true; newUpload.Exited += new EventHandler(newUpload_Exited); i want that i ...Show All
Eusebiu Need help compiling Today Screen Native Code plug-in
I installed eMbedded Visual C++ 4.0 (SP3) and downloaded the samples as listed here http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnppcgen/html/TodayScrn.asp i've been trying to follow the steps in the article but I can't get the unamanaged code to compile, I installed the Pocket PC 2003 SDK and referenced the directories for the inclulde and lib files but I get these errors Compiling... StdAfx.cpp TodayScreenDataMgr.cpp Linking... Creating library X86Rel/TodayScreenDataMgr.lib and object X86Rel/TodayScreenDataMgr.exp LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup TodayScreenDataMgr.obj : error LNK2019: unresolved external symbol _MapViewOfFile referenced in function _TodayScreenDataMgr_Open ...Show All
Ori&#39; Minimap questions
Ah, i like that new minimap on local.live.com, so i just created one for my mashup. But there is one thing i cant get working, the little blue transparent rectangle on the minimap that shows the current cameraposition doesnt bubble its mousedown/click events up to the map control, so there is a 'dead' area on the minimap. For the camerapos. rectangle i created a div with a css filter:(opacity:30) and did an map.AddControl(cameraPosDiv); As i saw, it wouldnt work properly, i started checkin out if i could do it with a polygon instead of a div, but the poly moves if i move the map, so i would have to re-center it after the map-changeview, technically no problem, but looks awful. So has anybody a clue how to do it properly ...Show All
