Answer Questions
AlexBB USB MASS STORAGE device problem
Im using XP SP2 and had all the latest updates in Windows Pro Xp. When i plugged in or turned on the power of my USB 2.0 Mobile HDD, it doesnt display the storage device in My Computer or Explorer. And even my Cellular phone,which has a USB interface to download stuff to my PC, is not recognized or detected. The device (hard disk in a USB Enclosure) is displayed in USB Controllers section as "USB Mass Storage device" and in the Disk Drives Section, its displayed as "serial number" of the Disk drive (Seagate brand). -> I cannot browse it. it Should be displayed in the browser. Please help me. Thank you. I am sorry but this forum is dedicated to question ...Show All
Jeffn Alternative of System.sr.dll
I have a application for which if I to add extra cab file for system.sr.dll for exception error message strings . Is there any other work around so that I can show exception error message strings without system.sr.dll {I don't want an extra cab file foir this system.sr.dll} You can add SR CAB to your CAB project and make your application check if SR CAB exists on startup. If it does, launch WCELOAD.EXE with requred arguments to install SR CAB and then delete it (or make WCELOAD do that). Thanks Ilya very much. I will definitely have a go on it on monday.Mean while I will look into what is WCELOAD.EXE and how to use it Thanks Ilya, That's seem to be the solution of my problem. I have an solution which have multi ...Show All
Hans H Popups for pushpins have wrong Y coord in Firefox
Not doing anything fancy - just supplying some text to popup for a bunch of pushpins. Location of popup is fine in IE, but in Firefox the y coord discrepancy gets worse the larger the y-pixel value of the pushpin is in the map. Anyone know of a workaround I hacked up a demo at http://durango.farecompare.com/maps/myAirportCategoryMap departure=DFW&category=Europe Also - there is an example in the Virtual Earth for a custom callback which displays a different looking popup (a div that stays put and you have to dismiss) - but the source tab doesnt show the code for how it works. Do you know have any example code of how that works regards Graeme I see now. I used ...Show All
Yousef ED dll files
i make dll file for serial driver that will load by another program, it was written by C++ and Assembly when i use it on windows 98 it work very good but when i decide to use it on windows xp there is an error message appeared and it doesn't work so what i can do what is the best solution and is i can change any settings of windows or not thanks 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. Otherwise please post to relevant forum or ne ...Show All
killerless Displaying a loading... Form
Hi, I am using socket communication and it takes some time to connect to the server. I want to display a form with a progress bar and till the response is received from the server, is it possible to do so Thanks But you;d need the thread to frequently talk to the form (main application) so that you could update the progress bar. only once, to indicate that yes its connected, which you use a delegate method to talk to the UI I guess so. You can put your connection (socket communication) code on a thread, and then get this thread to update the UI (in your case a Form) with the progress. Thanks well socket communications should be running on a thread as reading/recieving data will mos ...Show All
Handra Layers on and off
I am develpoing a map that contains many pushpins in a small area. I would like to turn them on and off by using checkboxes. Doe anyone know how to go about this Yep, that's pretty close...the only problem with that approach is that if you call AddLayer to an existing layer and pass in the same UniqueID, the API will throw an error. The solution I came up with is two in-memory javascript arrays, called arrayShowing and arrayHiding. So if you add a layer, PUSH it into the showing array; when you go to uncheck it, iterate through the array to see if the layer is indeed ADDed and showing...at that point, call the HideLayer method, SPLICE it out of the showing array and PUSH it into the Hiding array. Simi ...Show All
A.Kahn mouse wheel zoom in behavior (vs google version)
I noticed the mouse wheel zoom behavior in VE is different than Google Map, and I was wondering if it is possible to set the behavior in VE same as GM because I like that version better(we can have a poll on the perference on this feature without going into generate debate). In GM, when your mouse is pointed to a place that is not at the center of the map, your mouse wheel zoom will keep that place under your mouse AFTER the zoom, so you can continue to wheel in. In VE, the zoom seems just a zoom in based on the current center, and the place you are pointing to may well be out of the map view, you have to pan around, find it, then wheel on. Or, you will have to pan that place to the center of the map before you roll your first wheel click ...Show All
pinoyz Where is Firefox support?
Does anybody have any ideas why my site loads in IE7 but not firefox 2.0.0.1 I have tried the work around from Marc Sutton (Codev Ltd) but it doesn't seem to have resolved anything. If anyone code take a look I'd really appreciate it. http://www.gisconsultancy.com/photomap/photomap.html Kind Regards, Rob If you look at the firefox error console you will see that the loadmap causes an error and script execution stops. I had a problem in that the map does get drawn but I wanted to add a pushpin. Plecing the addpin in a later seperate script block worked for me. David. Wow, sorry guys the site worked for me fine, but the layout in firefox meant the map was render w ...Show All
Neil P Directshow filter : splitter
Hi, When I want to run a mp3 file, could you tell me what is doing the mpeg 1 splitter As The mpeg1 splitter splits an MPEG-1 system stream into its component audio and video streams and I have only audio. Thanks a lot Sorry, this forum is intended for questions related to Device Emulator only. You may want to post it to relevant forum. -Thanks, Mohit ...Show All
ALFKI how to assign huge decrypted string values to String datatype?
Hi , I am assigning decrypted string to a variable of datatype string. For eg Dim str as string str=" " str= decrypted string from a file "sample1.dat" The file sample1.dat is about 700KB of size.When i assign decrypted string from files like sample2.dat , sample3.dat , sample4.dat of 700 KB one after another i am getting out of memory exception. So what is a proper way of assigning huge size string values to a string datatype and how to dispose allocated memory. I used GC.collect, but also i am getting out of memory exception. Hi Senthil, I don't believe the assignment is what's causing the problem since this is just another refere ...Show All
JesseJ Is it possible to suppressing events temporarily?
Hi, How can i suppress events for a short time on a form. My prob is that i've a listivew on a form, say A. The item_Activate event on the listview creates a new form, say B and shows it. But as on PPC it takes few seconds to display a new form. The mean while if i tap on another listview item on A, it creates another child form. Now what i need is, i should disable any events( or the same item_Activate event) on A from firing, until the item_Activate event handler is executed. This is just one case in the app. There are many such cases where i need this kind of a check. How do i do this Plz help! Thanks, ...Show All
NeilCFD i need some help on nick changing
the problem is i can't change my display name in windows live messenger, and my current display name is my email address, it just remains the same display name no matter how i change it. just recently, i tried to log in my account using windows messenger. i change my display name there and it did work. however, when i back to windows live messenger, i encounter the same old problem again. by the way i can neither change the personal message in windows live messenger. anyone know why on earth does this happen I was disconnected aswel because of router problems and then the display name problem occured when i loged back in.. i found out another problem here . few of my co ...Show All
Duncan_311 Display username from phone book to my own application
Hi, I am new in using C#. I am write a program for WM 5.0 pockect PC .I would like to display username on to the listbox from phone book to my own application using C#. Thanks From the filepath in your error it looks like you are targetting ppc2003. Microsoft.WindowsMobile.PocketOutlook is not supported on PPC 2003 , only in Windows Mobile 5.0 and higher versions. An MVP has developed "Mobile In The Hand v2.0" ( http://www.inthehand.com/WindowsMobile.aspx ) which is similar to WindowsMobile.PocketOutlook and it works on PPC 2003 as well. You might want to check it out. Do you have Windows Mobile 5.0 PPC and SP SDK install ...Show All
Chips_in Problem trying to consume a web service behind a web service proxy
I am hitting a rather critical bug regarding consuming a web service on a mobile device that is sitting behind a web service proxy (Jaxview). My device is able to see the wsdl of the service (on IE) and it is able to send a request to the service, but on the response I get the error below. The response is processed just fine if I bypass the proxy but that is not an option in my environment. I also have been capturing the tcp traffic to confirm that the proxy is indeed sending back valid xml responses to my request and it is. I am really at a loss as to why I am getting this error. Regards, Darren "The response did not contain an end of entity mark." at System.Net.HttpWebRequest.finishGetResponse() at System.Net.HttpWebRequest.Get ...Show All
japt How do I capture "panel" scroll event?
I want to do some drawing bigger than the PocketPC Screen. I need to be able to capture the panel scroll event to draw the picture correctly base on the scroll bar position. Thanks in advance. .NETCF doesn't expose the scroll event on scrollable controls. Since you are planning on painting your panel's client area, just hook the OnPaint event. When deciding what part of your picture to draw, look at the AutoScrollPosition property to see what offset to use. ...Show All
