Answer Questions
Bhupathi Venkatesh Error tryiing to change domains
the specified service does not exist as an installed service. I get this message on a couple of Windows 2000 machines when I try and join another domain. Can't find anything about it Please help Hi, You should repost your question in one of the Windows API or DDK forums. This forum is for Windows Live web services. -Danny ...Show All
Ecrofirt Messenger Live Team Please Help! Error - "Message could not be delivered"
I need to submit a ticket to the Microsoft Messenger Team. For some reason the majority of the bots out there are unable to connect to the Microsoft Network. The following message is displayed to the user: The following message could not be delivered to all recipients: It seems that on rare occasions people are able to get through. This problem started surfacing around the second week in November. Any help in resolving this problem is greatly appreciated. Thanks in advance. Isaac Encouragebot v1.0 EncourageBot@hotmail.com I am using c# - InceSoft SDK latest version (upgrading hoping the issue would be fixed). This is not just me but a few more who are using incesoft (dont know if other ...Show All
delas RNDIS protocol
Hi, I am new to windows network driver development. I had some queries regarding RNDIS driver. Since less resource are available on net; any help is always welcome. How can I support new RNDIS compilant device (e.g ethernet adaptor) in my PC. This is a wrong place to ask this question. Please in the future post in one of the DDK public newsgroup. To answer your question: http://www.microsoft.com/whdc/device/network/NDIS/rmNDIS.mspx and http://www.microsoft.com/whdc/device/network/NDIS/rndis.mspx Windows XP and Windows CE .NET operating systems have built-in support for RNDIS. If you plug your PPC or smartphone to the usb port you should be able to see your device e ...Show All
Dottj is it possible to install windows mobile 5.0 sdk for pocket pc on windows 2000 professional?
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. Having to turn off AV + antispyware just to install an SDK... Congratulatio ...Show All
William Bartholomew Question from newbie about reading file name from listview
Hello I've been searching forums for solution of my problem. I think it's very simple but I have no idea how to make it works. In my project I have got a simple listview with *.txt file names from program directory. I would apprecciate it if someone told me how to get value (file name) of currently selected key. Any help would be welcomed! I've just made it work! It goes like this: private void listView1_SelectedIndexChanged(object sender, EventArgs e) { string Itm; for (int i = 0; i < listView1.Items.Count; i++) { if (listView1.Items .Selected) { Itm = listView1.Items .Text.ToString(); MessageBox.Show(Itm); } } Thanks, for trying t ...Show All
ab2304 RTC API -> Windows Mobile 5.0 for SmartPhone -> C#
Hi! I'm facing another problem. I need to migrate a VoIP application from a normal Windows application to a Smartphone. This application makes use of the RTC API but I think that for the WM5.0 platform I need to make some changes on the API. Anyone know if it's possible to use a RTC API, in C#, with a SmartPhone Thanks Hi. Can you give me a example of code that uses RTC in WM5.0 Using C# All the information that I found states that WM5.0 doesn't include the libraries to RTC. Windows CE, by other hand, have native support for that libraries. Thanks If WM 5.0 does not include it, you can't use it and would have to implement R ...Show All
Tryst Transparent interface?
how do I make the <div id="info"> part of the map from the API transparent like the dashboard Agreed on the entire div (and text) being transparent. Another way around that is a second div positioned relative to the background semi-translucent div; set that div's z-index higher and it's background to nothing. The text and or inline html controls will then render clearly above the other layer. give it a style (or in its CSS) write: -moz-opacity:.30; opacity:.30; which covers transparencies in anything but ie and add: filter:alpha(opacity=30); for ie .30 and 30 determine the degree of transparency. If you add the filter for ie, firefox will give you a litt ...Show All
alvi_du Photo Upload Tool
Photo Upload Tool - The photo upload tool is designed to allow you to upload pictures in a dedicated storage assigned to your space. You can rearange these photos into albums and arrange them in the order you want them to be displayed. You can also choose which pictures you do not wish to be made visible on your MSN Spaces photo album. Many people are having dificulty with the Photo Upload tool. If your Photo Upload tool is not working try these few simple steps. 1. Click here to download a .cab file that is required DOWNLOAD and when prompted click OPEN then close the folder it opens. 2. Click here to download another .cab file that is required DOWNLOAD and when prompted clic ...Show All
Jake2004 Beta of Microsoft Certification Exam 70-540
Microsoft Certification Exam 70-540 is available in Beta form right now! This is a Technology Specialist exam for application developers in the mobility space. The Preparation Guide is available for the Exam at: http://www.microsoft.com/learning/exams/70-540.mspx . To register visit one of our independent testing providers: * Thomson Prometric: http://www.prometric.com/ContactUs/T...rs/default.htm * Pearson VUE: http://www.vue.com/ms/ Please use the following promotional codes when registering: Exam 71-540: BTA540 Best of luck! Howard Dierking Product Planner Developer and Database Certifications Microsoft Corporation Uhmm, if the exam is based on the .NET CF 2.0 then there isn't a ...Show All
minigendo HTTPS problem on Palm Treo 700w
Hi, I've been having problems POSTing to an SSL server on the above device using .Net 1.0. I've seen the other posts on ensuring the latest Service pack is installed and it is for this device. When writing to the output stream I seem to be getting a 100036 i.e. ' WSAEINPROGRESS ', usually the first request goes through OK but subsequent requests fail with this error. Using plain http, everything works fine. Sometimes when debugging on the device if I break before the write then continue it seems to work. I've cut the code into a test app to check things out and included it below (data has been truncated). Any thoughts would be appreciated, Thanks Graeme try { Uri ourUri = new Uri("https://myserver/response.asp" ...Show All
Siva116 I need >netframework:v2.0.50727 to down load
I need help with my computer... All microsoft problems. 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. I think I am missing it cuz I have been having problems with Microsoft Office and Excel. Can it be down loaded and how do I do it ...Show All
Henrik Dahl How TO Minimize a MFC Dialog Program When it is Start?
I want to minimize my program when it starts,I add ShowWindow(SW_MINIMIZE); in OnInitialDialog,but later the Window Received Several WM_ACTIVE message,and Show out. What can I do Thanks. Hi, Can I know further information about the scenario that you are trying to handle If its appropriate you may consider using SW_HIDE since on devices windows should be full screen and there is not much gain from minimizing the window. Thanks As Avinash pointed out SW_HIDE should just work Srikanth Bogadapati Becasue My Program start process take a long time,I want to start it when the system starts,I want to Start it Minimized so user will not aware it.when i want to show the window ,I set it Maxmized.How can I start i ...Show All
SweptSquash MSN Messenger NAT compatibility
Is there any reference document describing how does MSN Messenger detect NAT and open the ports for file transfer or any other feature requiring open ports. If it is using UPNP how it is doing that and/or what should be the router be capable of inorder to be compatible with MSN Messenger in terms of NAT passthrough. Thanks check the news groups it will be more helpfull to say where exactly to find this information :-( ...Show All
AAG Count pushpins in VeLayerSpecification
Hi, I'm adding a number of pushpins using a VELayerSpecification use a dynamically generated GeoRSS file. What I'd like to do is count the number of pushpins that are genereated. Is this possible Or can I somehow pass the information in the GeoRSS and pick it up somehow Cheers Mike from the iSDK: function AddMyLayer(type) { var veLayerSpec = new VELayerSpecification(); veLayerSpec.Type = type; veLayerSpec.ID = layerid; veLayerSpec.LayerSource = txtSource.value; veLayerSpec.Method = 'get'; veLayerSpec.FnCallback = onFeedLoad; map.AddLayer(veLayerSpec); layerid++; } function onFeedLoad(feed) { alert('RSS or Coll ...Show All
lufa [Help] Can i use Communication.dll in VFP9?
Dear All, I have downloaded the OpenNETCF.Desktop.Communication.dll and it works very well in VB.net. it is really wonderful DLL. I have another project abt file exchange between Desktop & PPC which is using VFP9. i have try to use this DLL in this project again. i have declare the CopyFileFromDevice and CopyFileToDevice as follow quote: DECLARE INTEGER CopyFileFromDevice ; IN E:\Work\dot_net\activesync\OpenNETCF.Desktop.Communication.dll ; STRING DesktopFileName ,; STRING DeviceFileName,; Logical lOverwrite DECLARE INTEGER CopyFileToDevice ; IN E:\Work\dot_net\activesync\OpenNETCF.Desktop.Communication.dll ; STRING DesktopFileName ,; STRING DeviceFileName ,; Logical lOverwrite DECLARE INTEGER DeleteDeviceFile ; IN E:\Work ...Show All
