Answer Questions
Sheik Badhusha Sending Messages from a CE Device to PC and back
Hello Im having problems using MSMQ to send messages from a CE Device to a PC I have created the queues on the 2 platforms but when I try to send a message to or from I get a queue not found error. using server explorer I have verified that the PC queue exists and using msmqadm I have verified the the CE Device queue exists. output from admadm for the CE Device Status command: 0. DIRECT=OS:RLC_XSCALE\Private$\Client;JOURNAL PRIVATE, LOCAL, LOCAL CONNECTION, 0 Msg, 0 Bytes 1. DIRECT=OS:RLC_XSCALE\Private$\Client PRIVATE, LOCAL, LOCAL CONNECTION, 0 Msg, 0 Bytes 2. DIRECT=OS:RLC_XSCALE\PRIVATE$\order_queue$ MACHINE, LOCAL, LOCAL CONNECTION, 0 Msg, 0 Bytes 3. MACHINE=0dabb9e6-b032-d96c-cf5b-29da644da953;JOURNAL MACHINE, LOCAL, LOC ...Show All
Tabas Threading issue?
Hello! I've got two threads, one which recieves data from a socket, and one which is a windows form. This two threads are both in different classes and I now wonder which would be the best way to update a progressbar in the windows form from the recieving class Noted should also be that the form and the reciever both is initzalized from another class which listens to the socket and sends it to the reciever when an connection is incoming. This "listener class" is inited itself by the mainclass of the application, another windows form. Thanks, Martin Be careful of updating controls in your UI thread from another thread. The right way to do it is to call a Control.Invoke on the property you want to set. Daniel Moth's excellen ...Show All
dagfari a socket was attempted to an unreachable host?
Hi, I have opened my middle tier application with VS2005,CF2.0 (which is developed with VS2003(CF1.1)). When I run on VS2003 and pocket pc emulator 2002 , it is connected to server with out any error. but when I open on VS2005 (pocket pc emulator 2003) It is giving the following error. A socket was attempted to an unreachable host. can u plz give me the solution fot this if u know. Malleswar wrote: Thank you for responding. yes it is reachable outside the code. I am able to connect to my server through VS2003 (simulator 2002). but not with VS2005 (simulator 2003). If you know any solution please let me know. you have the virtual machine network driver in place I'm not cer ...Show All
Wildert Windows Live Messenger Add-in
I have created a simple msn add-in. I compiled it with vb.net and a .dll was created. When I try to add it into msn this error occurs. The add-in MyFirst.dll can't be loaded. Make sure that the name of the add-in class matches the file name of the add-in assembly. I have changed all the names to MyFirst.dll but still I coulnd't do it. Can someone tell me which names I have to change to MyFirst.dll I have the same error. what must i do to run my add-in ..... tHx chriz If you're using namespaces, make sure that you also include the name of the namespace. For example, if your add-in class is like this: Code Snippet namespace Sample { publi ...Show All
Jabber System Menu Creation
hi all, I m working on the application that works based on the built in camera of the device. Wht i want is whenever the user captures the image, i have to popup a menu on that window itself. Can any1 guide me how to create system menu, without any window if possible or any other way to implement it ...Show All
Dave Jenkins MD3DM mesh.Intersect
Hi I am currently developing a project in c# and my focus is on manipulating a mesh of a human body, I need to get the point of intersection on the mesh from a ray using MD3DM. What I will eventually get it to do is highlight the selected area with a colour or image of some sort. From what I understand Mesh.Intersect() would allow this to be possible but this is not available in MD3DM. How do you suggest I go about getting the point of intersection on the mesh using MD3DM I am already using a bounding box, but this is just allowing the user to differentiate between the mesh and other areas of the screen and is not detailed enough for what I am trying to achieve. What would be the best approach I am doing this for my ...Show All
Michael Bird Find Location UK Postcode Error
Hi, I have been using the map.FindLocation function for quite a while now, just giving it a UK postcode everytime it always gave the correct results. Now it doesnt work at all and cannot find postcodes Is there any reason for this and will it be working again soon Thanks, James Hi Derek, It seemed to be a mixture of the service not working and a caching problem. It seems to be all operating okay now. Thanks, James. Could you please post a sample search and what results were given back Also I've noticed that VE has problems searching for European postal codes, and it seems to be a bug in the searching algorithm. It's probably the ...Show All
orouit RingTone FileName (.amr) is not saved on my mobile handset properly --it needs some new MIME types
Dear Microsoft: I have created a Mobile Application in C# using Visual Studio.net 2003. I am sending a WAPPush SMS to users who may request Mobile Services such as (Ringtones, Pictures). I have a problem in downloading ringtone(True Tone of file extension AMR) on WAP Browser, the ringtone name is not saved. After downloading the Ringtone file takes the link file name "userlink" which appears in url(ex, url: http://IP/webapplication userlink.aspx pwd=887768 ). The ringtone is saved as userlink.amr on mobile handset after downloading. I can download file type AMR (or in MP3...) from my Web Browser but it is not saved on mobile handset in its real name just it can be heard.Moreover, the filename and length have been specified in Respons ...Show All
p0lar_bear Non full screen width Soft Input Panel
Hi I have a SIP that I've made for PPC2003 with eVC4 which is only displaying on half of the screenwidth. The rest of the screen width is shown as transparent, so that inputfields on the left side of the SIP is visible. When trying the same dll with PPC2003SE or WM5.0, the left side of the SIP is not shown as transparent. Otherwize the SIP works perfectly. Any idea what I can do to fix it Can send screenshots and code if it will help explain my problem. hi, To get the full screen, use GetWindowRect() API to get the rectangle of the window size and call the InvalidateRect() API to update the windows region. Handle these API in the OnPaint or when OnActivating the dialogs. PLs chec ...Show All
wijay_da Optimistic way of storing info on a PPC??
Hi, I need to store an ArrayList generated by my application on the PPC for furthur access. Right now i store it in an XML file. But i have an optimization prob. Reading from the XML file takes more than 3 sec. The startup form of my app actually needs to access this file and display a listview corresponding the elements in the ArrayList stoted on the PPC. Can any one suggest whats the better and fastest way of storing and retreiving info on a PPC ( Sorry, Database is an exception, coz my app needs to be run on variety of platforms like smartphone which do not have the d/b) Thankx, ...Show All
Matrixisrl Opening Simple Smart Device VS2005 app in Device Emulator
Hi everyone, I created a very simple application in VS2005, and I deployed it to run in the Pocket PC 2003 emulator. Within the emulator, I saved the state. I then go back and copy the .dess file to my desktop (for easy reference), and I open that file using the MS Device Emulator. When the emulator opens the save state, everything runs well except I no longer see the simple application I tested within VS earlier. What exactly would I need to do in order to access the application in the emulator Or am I mistaken in my understanding of what the Save State feature in the Device Emulator actually does (for example it only loads the OS image instead of OS image + application) Thanks! Kirupa Where exactly did you copy the saved state ...Show All
lalithak SendKeys in Compact Framework 2.0
Hi, I'm looking for the SendKeys method in CF 2.0. Is it in the framework and how do you send a tab and shift-tab Grtz Annihil8 I've managed to send a key by tab byte VK_TAB = 0x09; const int KEYEVENTF_KEYUP = 0x2; const int KEYEVENTF_KEYDOWN = 0x0; keybd_event(VK_TAB, 0, KEYEVENTF_KEYDOWN, 0); keybd_event(VK_TAB, 0, KEYEVENTF_KEYUP, 0); Shift tab byte VK_TAB = 0x09; &nbs ...Show All
Thomas Edstrom who to build pda aplications
hi, i need build a aplication for pda. i want know wich produts exists like Microsoft Visual Studio 2005 that can develop pda solutions. Thanks for the help VS 2005 SE or above can be used for PDA development. There are also now obsolete eVB, eVC and VS 2003 (Pro or above) Post to some generic forum if you interested in 3 rd party tools as this forum is specific to Microsoft products. hi, i want to know more than that produts do you know other else thanks :) ...Show All
jam281 Getting file's directory
I'm trying to get the full directory path for a file in VB .NET and have tried a variety of techniques. My biggest problem is either a 'NULL' return or a "" return. Attempts include: 1. FileSystemInfo.FullName .... this returns a Null 2. FileInfo.Directory....returns a Null How do I get this work without it returning a null result Hi, try this using System.IO; FileInfo File = new FileInfo (FileFullPath ); Directory = File.Directory.ToString(); thanks I'm trying to retrieve a directory path of a file. Thank's for that last post...unfortunately I'm working in VB .Net. Maybe if my questions were better worded I wouldn't waste your time. Sorry. You're trying to get full directo ...Show All
LuckyL 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
