Answer Questions
StevePO vista and live messenger
hi, i dont know if im posting this in the right place but ive recently bought a new laptop ACER Aspire 9300 with Vista. It will not let me run Live Messenger and says something about a DEP (Data Execution Prevention) Can anyone tell me how i can get Messenger to work because as soon as it opens it get shut down again. Thanks. Hi, I am having same problem on Acer 5636. Have found if you right click on the MSN Live Messenger Icon and select Sign in as Administror it runs. However sound on video calling was very broken and cracky. Must be something to do with compatability to vista although I find that very strange as is Microsoft Progarm. i am no expert and finding this very frustrating as well having just upgraded to ...Show All
Learning VB Info needed: appverifce and managed code
Hi, has anyone used the appverifce.exe from the platform SDK to check a c# .net CF 2.0 managed code Is it a good idea to do so Thanks... Hi This tool is only applicable for native code. Using the Application Verifyer with managed code does not make sense - you would only check the native parts of the CLR and the adaptation layers. ...Show All
SteveCsharp ActiveSync Internet
I am trying to connect to the internet via ActiveSync 4.2 on my Treo 700w and it will not work. Anybody have any suggestions 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 news group: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All
Eran Kampf Designing my own Combobox
Hi, i'm developing my own control inherited from combobox class, but i have some problems with the dropdown, keydown behaviours. More exactly, when i press enter button in the smarthphone and a combobox have focus i don't want to shown all combobox items list to select one. I have made my own combo, something like this : Public Class Class1 Inherits System.Windows.Forms.ComboBox Protected Overrides Sub OnKeyDown(ByVal e As System.Windows.Forms.KeyEventArgs) If (e.KeyCode = System.Windows.Forms.Keys.Enter) Then MsgBox("hi") Else MsgBox("bye") MyBase.OnKeyDown(e) End If End Sub Public Sub New() Me.Items.Add("Baseball") Me.Items.Add("futbol") Me.Items. ...Show All
Todd Saylor Unable to change deployment directory to point to storage card!
i got a Dopod smartphone 577W running windows mobile 5.0. As the available ram in the phone is very limited, i would like to deploy my programs into the storage card instead. So, i fitted a micro sd card(1gig) into the phone and it was detected correctly. when i go to properties tab of VS2005 to change the 'Output file folder (generated)' directory, i found that i wasn't able to modify that field as it was masked out! When i tried to changed the 'Location of the output on device' from the drop down menu, there was no option to select storage card. i've verified that the storage card is working correctly. pls help! thanks! here's a screenshot: <a href=" http://photobucket.com " target="_bla ...Show All
sanwanas good job, the WM5 team !
hi, I m trying to installl windows mobile sdk 5.0 sdk for pocket pc and smart phone on the operating system windows 2000 professional. Its not possible to install the sdk, it gets hang up while installing it. Help needed regarding this. Thanx in advance. hi, Thanx alot. after unistalling the norton antivirus, it got installed. But i am facing the problem in developing the new application. When i make new project for windows mobile 5.0 for pocket pc or smartphone i m not getting the controls in the tool box as they r disabled. Can any1 help me to knw whts the prob can be Thanx in advance. agreed with ilya Microsoft cannot "override" every single AV software i ...Show All
Babak Farahani What is emulatorstub.exe?
What is emulatorstub.exe It’s throwing a couple of exceptions when I launch a Pocket PC image I built. The reason I ask this is that I’ve ran into a problem running my image in an emulator launch by VS2005 or standalone. I’m trying to use the emulator as a dev platform since it’s a faster debug turn around that actually using a device. What I have done is replaced the RIL, built a Pocket PC emulator image and connected an Evaluation Board (containing a cell phone module) to a com port. Everything work great in Platform Builder I launch the emulator, load the image and I can make calls, receive SMS and run GPRS data connections. The problem appears when I do the same thing under VS2005, I get the image up but I’m unable to communicate w ...Show All
MohsinAta Unable to create cab files in visual studio 2005
Hie, i think i am facing the same problem, so i just reply here instead of starting a new thread. if this isn't the same problem, i will create a new thread later. i followed the how to article on using smart device cab project to create the cab files. i successfully created the cab file and when i copy it to the device via activesync, it install successfully. but when i package it into a installer and use ce application manager to install, it say this is an invalid setup file. so i open the cab file and compare it with the sql ce cab file. and guess what, it is different. In the cab file that i create, it doesn't have a *.999 file, but all the other cab files like sql ce, sql ce client, and compact framework have. so, what am i d ...Show All
Eighty Finding a pin
Hi, Once I've loaded a number of GeoRSS layers onto my map is it possible to use any of the Find methods to locate a pin by its title Or do I need to maintain a list of all loaded pins and write code myself to search for the required pin Also : I've used the methods to add layers and pins to a map - are there any methods to retrieve the pins from the map object Can't see any in the documentation. Thanks for your help. ...Show All
ducksauce Can anybody help me out with some code...
to get me started I know a little SQL [mySQL is what my hosting service offers], a little less PHP and even less Java - I am fighting the local live API - but I need to get some mappoints [name, lat, lon] pulled from a SQL database (actually it does not have to be sql, since our main database is filemaker pro and it is not sql - so if it can be done from a csv, or excel, or something along those lines... just as well] and map them... I actually have a ton of mappoints [4000+], though having them pulled based on the map that is showing might be too much to begin with..... Can anybody point me to some code that gets me started Thanks a lot elwood Actually, I'm not sure John's answer is necessarily the way to go. ...Show All
gofur What's problem about errorcode "80048869"?
MSN Messenger in my computer can't login MSN server. But myself component demo can login OK. Would you like to tell me what's meant about "80048869" post this message to the news group and mark it as login problems ...Show All
J Quick how to start develop C#.NET application on Windows Mobile 5
i have install VS.NET and WM 5.0 SDK on my pc but i don't know how to config it to develop and run my application on my emulator i want to know what i wrong with my project can you give me an example (how to fixed it) thank you * i have create new project and it work There's nothing to "configure". Simply create smart device project and hit F5 to deploy. No, you do not need to change any project properties, defaults should work. It's only natural to get an error like that if emulator is closed. But what happens if you don't close the emulator Form what you saying it appears emulator starts and VS deploys NETCF on to it which is how it should be. Note: it might take a while for deployment to ...Show All
Caffey CAPICOM Usage on WM5.0 & CF 2.0
Hi, I have created a wrapper over the capicom.dll which microsoft is providing as a dll. I am able to use it properly on the .NET FrameWork. When i try to use it on WM 5.0 Emulator it is giving me class not registered error. I had created wrapper using tblimp.exe which microsoft suggets to do it. Is there any thing specific procedure to follow for CF or am i missing somthing Please help me out on this Hi, Thanks for the reply. There are no classes in System.Cryptography namespace to parse a pkcs12 certificate file. The cryptoapi/unmanaged code is causing problems which was posted in msdn website. You can find the post at http://msdn.microsoft.com/library/default.asp url=/library/en- ...Show All
Herru Perdana DataGrid coloring (SP1)
Hi, I'm having trouble setting (individual) color for the rows in a DataGrid in a custom DataGridTextBoxColumn. I'm running the SP1 of CF 2.0. I have overridden Paint as shown below, but for some reason the paint method is not used in my own test projects. If I import the same code into the sample from Ilya Tumanov and replace one of the TextBoxColumns with my own it is working ok. Why could this be I've tried to "analyse" the sample code from Ilya, but I haven't come up with something. Thanks, Adrian ----------------------CODE-------------------- SolidBrush color1 = new SolidBrush(Color.Aqua); SolidBrush color2 = new SolidBrush(Color.CadetBlue); SolidBrush color3 = new SolidBrush(Color.FireBrick); protected override v ...Show All
developer00x how can i associate my app to one button?
Hi, all, I am doing some application on my WM5.0 smartphone by using VS 2005. How can I associate my app with one button I mean, when you push this button, my app will be executed, instead of every time going the directory and execute my app Thanks for the reply! H, Lyon, Thanks for your reply.... But I dont quite understand..... How creating a proecess can be related with one button launch application Could you please be more specific Thanks a lot Sounds like you need a service running in the background. You can activate a service by using ActivateService: http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcecomm5/html/wce50lrfactivateservice.asp Just to give you my 2 cents overriding a button on your ...Show All
