Software Development Network Logo
  • .NET Development
  • Visual FoxPro
  • Visual Studio
  • Game Technologies
  • Audio and Video
  • VS Team System
  • Visual C#
  • Windows Forms
  • SQL Server
  • Microsoft ISV
  • IE Development
  • Visual C++
  • Windows Vista
  • Smart Devicet
  • Visual Basic

Software Development Network >> Smart Devicet

Smart Devicet

New Question

How to get event of polygon boundary ?
Question about using .aspx files for singleuser activities
Live Communication Server and Windows Live Messenger
Installer for Pocket PC WM 5.0
Shift Tab
installing my WinCE SDK corrupts VS2005??
Failure loading resources
Online-Event
Installation Error
UPnP (once more): linking problems

Top Answerers

NMM
Terry Mohre
xeondev
Hamed_1983
Martin123
benwaynet
Nick Macis
Jaime Stuardo
Simon Gorski
Zeeshan Ahmed
Topix: Computers
Only Title

Answer Questions

  • Brad B Pocket PC Voice Recorder audio file format

    Hi, I have made a voice recording in Notes, that shows up as a speaker icon in a document. Using ActiveSync the file converts to Word as a blank document. How can I get the recording out of my PDA and into a file that I can use elsewhere, such as mp3 Scott ...Show All

  • Sideout How to declare a Public Variable in C#

    Hi All, I am a VB developer and I am doing a project using C# in CF. I have created 2 forms and I need to reference a public variable on both forms. Lets say I have Form1 and Form2 and I have a public variable call GlobalVar. I need to have a read/write access on GlobalVar on Form1 and Form2. Any help about this is much appreciated. Many Thanks If you want the variable to be truly global one option is to create a class, and then add a public static variable, this will then be globally accessible e.g. public class MyGlobals { public static in MyGlobalInt = 4; } You can add some additional error checking etc if you keep the variable private but add a public property to get/set the val ...Show All

  • MMuffett mygeoland.com - for people that are sick of whereis

    http://mygeoland.com Hey guys, i haven't shown much of what i've been upto so i put together a simple site for Australians to search for places. Nothing really out there in terms of VE functionlaity but i've integrated about 12 little things that you all may like to read about like 3D shims, getting the pin to actually appear in the right place on a find call, javascript optomisation, the preloader i talked about last week so your site shows up really quick etc. Check out the blog post and visit the site: http://www.soulsolutions.com.au/Blog/tabid/73/EntryID/71/Default.aspx Let me know what you think. I have put all the peices on the new VE wiki. Someone has already spotted a problem with hiding the message box so lets get ...Show All

  • Basani Search is returning only 25 results

    Did the number of results returned by the MSN Search change from 50 to 25 Rama Definitively not. The variable Count of the SourceRequest accepts values from 1 to 50 and the service returns up to 50 results. ...Show All

  • Dace86 ReadXml under CompactFramework 2.0

    Hi, I'm trying to find the ReadXml class in the CompactFamework, or an equivalent, but I stil can't find. In the CF 1.0, it was part of the namespace System.Data, but it seems to not be anymore. Can you help me to find a way to read XML documents under CF 2.0 Regards, Ch'Portos. OK, it was that : - I added in the project properties the reference to System.Xml.dll - I added at the beginning of the project the line Import System.Xml Thank you guy ! Ch'Portos. Thank you, I knew that under CompactFramework 1.0, but I can't use it when I'm using the Compact Framework 2.0. Is it normal, or did I do something wrong I think that all the XML related classes are on namespace System.Xml. As far as I know the only similar to wh ...Show All

  • ashopson Transfer VB.6 project to .NET for windows mobile 2003

    Hello! I'm new in this forum and I'm not so experienced in VB programming. Nevertheless I've done a project in VB.6 that runs on windows 98, 2000, xp and so on. I'd like to ask whether there is a certain method to setup this project fpr pocket pc's. It is somehow difficult, as I tried to import the VB.6 project to .NET which did not work correctly - and I don't know why. Of course, if someone is interested in helping me, I can post the source code in this forum. Pleeeeease help! Truly Bernd I don’t believe you can import VB 6 project into device VB.Net project. You might be able to convert it into desktop project then port it to device. Or, better, start from scratch. Considering you're ...Show All

  • mamatham CCommandBar accessing the Tool bar buttons in VS 2005

    Hello, I am porting an app from ecv4 to VS2005. I am having a problem accessing the toolbar buttons(2) that I have added to CCommandBar. m_ToolTipsTable[0] = MakeString(IDS_ACTION); m_ToolTipsTable[1] = MakeString(IDS_ZOOM_IN); m_ToolTipsTable[2] = MakeString(IDS_ZOOM_OUT); if (!m_wndCommandBar.Create( this ) || !m_wndCommandBar.InsertMenuBar(IDR_MAINFRAME) || !m_wndCommandBar.AddAdornments(dwAdornmentFlags) || !m_wndCommandBar.LoadToolBar(IDR_TOOLBAR1) || !m_wndCommandBar.SendMessage(TB_SETTOOLTIPS, (WPARAM)(3), (LPARAM)(m_ToolTipsTable))) { TRACE0( "Failed to create CommandBar\n" ); return -1; // fail to create } m_wndCommandBar.SetBarStyle(m_wndCommandBar.GetBarStyle() | CBRS_TO ...Show All

  • Ranjit Thayyil Service does n't work

    Peace be upon you how are you people :) I have little problem with services on Pocket PC, it is so simple when I try to add service to registery, it does n't work in the start up even, I did sign the DLL and still nothing working, when I user RegisterService it work ok until I do soft reset after that it gets back again to "Nothing working :D mood" -- RegisterService and DeregisterService working OK, but I said before when I leave it to registery nothing work. thanks for your time. :) These registry setting sould be fine. The problem is most likely that your service DLL is not signed with a truested privileged cert. I assume you installed the SDK Certs for the file SdkCer ...Show All

  • Vijay_kar Contacts not adding suddenly...

    Basily what the title says. i've been using live for a long time now with no issues thus far. however now all of a sudden, its giving me all kinds of issues adding people to my contact list. i add them, yet the "request" isn't going through to them on their side... any idea why this is happening no more then 2 weeks ago i've added multiple contacts with no issues, however anyone i've tried to add within the last week or so hasn't worked. i went back to msn 7.5 untill i fully understand this situation thanks a lot. rob Yeah, I've had this problem too. Where are these news groups where i can find out more info on this problem. Otherwise i'm taking other ppls advice and going back to an earlier ve ...Show All

  • tongyong Window Mobile 5.0 locale problem in developing .Net application

    I have got a .Net program run in PocketPC 2003 SE absolutely no problem in different locale. Once I deploy it into WM 5.0, I got exception in reading http://....xml , but it works fine in other language. This problem only occurs in China-related city locale . Other locale even greek also works fine in .net 1.0 and 2.0 WM 5.0. The code are below, HttpWebRequest req = null; HttpWebResponse resp = null; FileStream str = null; Stream respStream = null; BinaryReader binReader = null; BinaryWriter binWriter = null; int bytesRead = 0; byte[] buffer = new byte[1024]; if (File.Exists(SaveTO) == true) { ...Show All

  • Gravy FindLocation doesn't work in sidebar gadget

    I'm trying to make a sidebar gadget that uses the VE api but am unable to use the FindLocation method. The following works when viewing in IE (shows new york city) but when viewed in the sidebar doesnt focus on new york city. I can only set the location using the LoadMap method passing a VELatLong object in the sidebar. < html > < head > < title ></ title > < style > body { width : 130 ; height : 150 ; } </ style > < meta http-equiv ="Content-Type" content ="text/html; charset=utf-8"> < script src ="http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></ script > < script > var map ...Show All

  • adam99 Document's body height and pushpins....

    I have a frustrating problem. The map and the document's body height works great when used without pushpins... However, the document's height gets enlarged when you add a pushpin. This is creating a scrollbar that strangely goes away when you mouseover the pushpin. There is some code below that illustrates the problem. Does anyone know a hack around this Mayber there is a way to force a mouseover with a given pushpin ID Thanks, -Steve <HTML> <HEAD> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script src=" http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js"></script > </HEAD> <script> var map = n ...Show All

  • Sukh1983 screen resolution

    Hi, we work on small app for Pocket PC 2003 (c++/MFC). I code DLL which creates forms and workmate calls it from main app. Problem is that my forms are four times bigger and not all controls are visible when called from his app. When I test that DLL using my test app all is ok. I tried to add this call to DLL: int cxscreen=GetSystemMetrics(SM_CXSCREEN); Now DLL returns 480 when called from my test app and 240 when called from his app. We suppose that problem can be in that he started his project in eVC4 and lately converted it to VS 2005. I am using VS 2005 from start. We both has same iPAQs for tetsing. We probably miss some project setting or something similar, thx for any t ...Show All

  • rebelR VS.Net 2003 Installer

    Hi, I am looking for a way to make a smart device installer for my application made with VS.net 2003. I have tried to use the article for VS.net 2005, but the user interface of the IDEs are different. For example, the first step is to make a "Smart Device CAB project" but this isn't one of the project options in the 2003 IDE. I can make a "Cab Project" but I think it could be different than a "Smart Device CAB project". Here is the link I already read for the 2005 IDE. http://msdn2.microsoft.com/en-us/library/aa446504.aspx Does the KB article for 2003 smart device projects still exist I remember reading it several months ago and I bookmarked the link. My bookmark no longer works. I'm looking for an ...Show All

  • SuriP API Phone() method

    Hi there, I am writing a program in C++ which uses the Messenger API. I would like to use the Phone() method in order to make a call to a user-specified string of numbers. A simplified version of what I'm trying to do is shown below: CODE IMessenger *pIMessenger = NULL; IMessengerContacts *pIMessengerContacts = NULL; IMessenger *pIMessenger = NULL; IMessengerWindow *pIMessengerWindow = NULL; VARIANT vSIName = NULL; // ... SNIP: some initialisation to get IMessenger object ... // // get contacts list pIMessenger->get_MyContacts((IDispatch**)&pIMessengerContacts); // get first contact pIMessengerContacts->Item(0,(IDispatch**)&pIMessengerContact); // get contact's email pIMessengerContact->get_Property(MCONTACTPROP_EMAIL,&a ...Show All

454647484950515253545556575859606162

©2008 Software Development Network

powered by phorum