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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

WM6 standard emulator
Migrating from VS 2005 C++ Express to eVC++ 4.0 SP3
warning when build .Net Framework Soluation
Bypass GPRS Connection in WM'05 Smarphone/Pocket PC
stopwatch on compact framework
GPRS & GSM simultaneous connexion
Hide a Map Control?
UDP Client mobile Client For Communicating to desktop pc
help
How to refresh the window in this case?

Top Answerers

Rabbitrun
Jawad Naeem
hodosh
dpeeth
AoggY
Penicillin
Rhubarb
Henry Wu
Joshua Garvin
nattylife
Minster Systems
Only Title

Answer Questions

  • Ronaldlee Ejalu using the NtFrsApiEnumBackupRestoreSets

    I am trying to a Locating SYSVOL by using the NtFrsApiEnumBackupRestoreSets function but I can’t find the header that NtFrsApiEnumBackupRestoreSets declared in, to include it in my project, also I can’t find the function parameter declaration for this function. I send to ask how I can use this function and in which OS this function supported and where I can get the Function header and DLL http://windowssdk.msdn.microsoft.com/en-us/library/ms728854.aspx You definitely have the wrong forum for this... Windows Live Writer is a blog editing application. ...Show All

  • Jay K POOM: Can't delete appointment if using IAppointment*->Display

    In Windows Mobile 5 for Smartphone POOM is now supporting the Display method in ITask, IAppointment and IContact (Display was not working in pre-WM5 versions). The Contact card and Appointment card also have a menu connected with the right soft key - the menu enables to beam the contact or the appointment, edit the contact, etc. In the Appointment card, however, the "Delete" menu item is not working. The same command works perfectly in the Contact card - you get a dialog asking to confirm the operation and, upon confirmation, the contact is removed. With the appointment menu, no way - the appointment is retained. Tested on two different Smartphone models from two different OEMs. Is anyone aware of this issue and of a workar ...Show All

  • Jason D. Camp Soft-reset on a WM2005 device removes registry entries created by cabinet files

    A soft-reset on a WM2005 device removes registry entries which where created by cabinet files... Why How to avoid this xxxx behaviour! The same applications / CABs worked on PPC2002 and WM2003... Regards, hfrmobile The registry settings which where removed by the soft-reset where made a long time agoo (some days to weeks!!) How to flush registry settings changed to flash memory BTW: The newer registry settings which I have done manually using a registry editor where not removed. Only the registry settings made by CAB installation files where removed after soft-reset... WM 5.0 uses flash for storage, it takes some time to flush changes from RAM to flash. Make sure to wait a while before resetting device after making ...Show All

  • RMooreFL Unicode VS ANSI encoded files on Windows Mobile Devices

    Hi All, I'm very much aware of the sole use of unicode on Windows Mobile devices and that .NETCF2.0 strings are all unicode based.  I've developed an application that reads INI based files.  I created this file on my laptop and ignored the fact I saved the file with ANSI encoding.  This did not give me a problem reading the file though.  It worked just fine.  I haven't yet written code to write to the file so I've no idea whether I will get a problem.  I've since realised that this file is ANSI based so I saved it a Unicode just in case.  Obviously it doubles the size of the file. I'm going to be using a lot of text based files in this application (some rather large) and wondered if ANSI would ...Show All

  • airin problem in webservice

    hello i am calling a webservice from a ce 4.2 device and the error that i get is that the content type is 'text/html' but expected 'text/xml' the strange is that when i call the webservice from the desctop computer it works fine so probably something is wrong in the ce 4.2 device-the device has the compact framework 2.0 sp 1-- any ideas i found what was the problem there was an error in connecting to the w-lan and the error was returning an exception in text/html type ...Show All

  • Dmitry Medvedev DLL questions in the compact framework.

    I haven't done much with libraries outide of .NET so please help me out here.. Where can I find information about using an MFC dll in .NET Also, can I use an MFC dll in the CF (one that was not designed for a mobile device) My main problem is that I have a dll that handles our user list and security that was written in unmanaged MFC. I need to use this library in an application that runs on windowsCE. Can you tell me if this is possible.. and possibly a few links to the information I need to research to do this. Thanks, Alan This isn't quite what I was asking.. Can I use ANY library written in mfc that a co-worker of mine wrote in the CF What's the difference between an ...Show All

  • BillyB Stopwatch for exact timer in VB compact framework

    Hi, I need an exact Timer for my pda, I used the Timer from Toolbox, but this isnt exact enough. I read from Stopwatch in - system.diagnostics.stopwatch - but it doesnt work for me. I tried it in Visual Basic 2005 for net compact framework 1 and 2 without success. --- dim sw as stopwatch --- But i got "type stopwatch is not defined" Is "stopwatch" not available in compact network or is there anything to define before stopwatch is running Who can help an show me the right way A little code would be nice (Im a beginner) Thanks Pit any other ideas it isn't available anymone on opennetcg.org i am working on a stopwatch for swimming training and can't get the accuracy of it to the centesimal of a second.. ...Show All

  • Bachmo MSMQ Over http in .net cf 2.0

    Hi, I am trying to use msmq over http (or srmp) in a smart device application (.net cf). I have been able to send messages over http in a desktop application ,but I am not able to do the same in .net cf. Is msmq over http supported in .net cf 2.0 For Windows Server 2003 I had to install a msmq over http component , is there something similar that needs to be done on the device/emulator Am I missing something here Thanks, Deepthi Hi, I am trying to use msmq over http (or srmp) in a smart device application (.net cf 2.0 windows mobile 5.0 emulator). I have been able to send messages over http in a desktop application ,but I am not able to do the same in .net cf. In fact I am not able t ...Show All

  • StarSS skipping among controls of form

    when navigate through controls that placed on Form (or panel), the ‘next’ of the last placed control is the first control that placed on the form (with the assumption that we keep the tab order..), my question how can I change the form behaviors that when last control is focused, this skipping will not take place (the only way to move will be up), like all the native menus of the WM OS. thanks, Oren Why would you want to double maximum navigation time Anyway, you can disable normal tab stops and implement your own navigation which would do what you need. Probably can be done with key preview. Hi Guys, You may have already tried this, however, this may help... Private Sub fr ...Show All

  • Young K RUNNING POCKET PC PROGRAM

    I HAVE ONE WINDOWS PROGRAM,"AAAA", AND ONE C++ PROGRAM,"BBBB". THE AAAA PROGRAM HAS ONE TEXTDRAW TO INTERFACE TO THE BBBB PROGRAM. I AM NOT ABLE TO GET THE BBBB PROGRAM TO RUN. I HAVE 3 TYPES OF BUILDS, WIN32 CONSOLE, WIN32 APPLICATION, AND ONE POCKET PC 5.0 THE SMART DEVICE AND THE WIN32 APPLICATION STOP ON THE BBBB PROGRAM AT THE MAIN() FUNCTION. THE CONSOLE RUNS THE BBBB PROGRAM AS A CONSOLE. I AM TRYING TO WRITE TO THE WINDOWS SCREEN FROM THE BBBB PROGRAM. ALL I GET IS HELLO WORLD. I AM SUPPOSE TO GET HELLO WORLD AND THEN A 21 X7 INPUT SCREEN. WHEN I RUN THE BBBB PROGRAM AS A CONSOLE I GET THE 21X7 INPUT SCREEN, SO MY SCREEN HANDLER IS WORKING. I CAN PROGRAM WINDOWS TO GENERATE A 21X7 INPUT SCREEN, EXCEPT I NE ...Show All

  • brian_tsim UserControl Databinding

    Hello, I would like to create a usercontrol with labels and checkboxes. It should seem like datagrid but with one column of labels and one column of checkboxes. Datasource of the my usercontrol would be a dataset. I dont have any idea how to do it... If you “don’t have any idea how to do it” then it’s impossible for you to do. You can, however, extend existing DataGrid, see this . Hello sedlin, This solution may help you if you do want to use a usercontrol. Add a new datasource first, a typed datasource will be created. Set the display property of the column, e.g, Label and CheckBox. Drag them onto UI of your usercontrol. Hope this can help you. Thanks~ Zero Dai Thanks! That is exact ...Show All

  • Ferdinand Kuiper Suggestion Req. – how to overlay USA Radar?

    Help! I am attempting to overlay US Radar images on a VE Map. The images in transparent gif format can be sourced free from here http://www.srh.noaa.gov/jetstream/remote/ridge_download.htm I can also generate KMZ / KML definition files from here http://www.srh.noaa.gov/ridge/kmzgenerator.php by taking apart a kml file I know the URL and the lon/lat bounds of the image for example the radar Dallas is http://www.srh.noaa.gov/ridge/RadarImg/N0Z/FWS_N0Z_0.gif with the upper bounds of the image being.. <north>36.5657291342995</north> <south>28.5657291343</south> <east>-92.932092312899</east> <west>-101.659365040172</west> So I know the lon/lat edges and corner of the file – I gue ...Show All

  • Can-Ann Logging in!!!!

    I work with VB.NET my application has several diffrent browser controls in it and I try to use the Live ID sdk to sign in. Basicly when my app first loads it requests the user to sign in, after that it navagates 3 seprate browser controls to 3 locations all of which require a Live ID, but each one will ask me to sign in individully what am I doing wrong Thanks for the clarification! I will research this and get back to you. Weavor, you mention that you are using the "Live ID SDK", could you be more specific What SDK are you using If you are using the Client SDK, you can use the OpenAuthenticatedBrowser() method to open a pre-authenticated browser window to a Windows Live Service website. If you can provide a little m ...Show All

  • WebService4Ever Obtain the name of the current executing Function

    Hi I need to obtain the name of the function which it’s executing, in other words the function need to know its name. Thanks for your help. That is not a solution because System.Diagnostics.StackTrace is not part of the Compact Framework. Any other ideas On desktop I would probably use MethodBase.GetCurrentMethod() instead of StackTrace, but yes - it's easy to do on desktop. It's not a very common task though and it was not needed internally so it was cut on devices. It’s incredible that there is no way to obtain this info.In the full framework you could go throw the system.diagnostics.stacktrace. I think that if when and excepction come you have the information about the st ...Show All

  • Taylor Meek Calling Map Object From Another Browser Window

    Is there some reason why I can't do step "(c)" The intent is to enable a given hyperlink, when clicked, to pan to a specific lat/lon. This used to work before new Map control version. (a) Create a map instance in Window #1. (b) From Window #1, open a popup window populated with hyperlinks containing lat/lon data. (c) Refer to the map object in Window #1 using, var map = opener.map; Here is the relevant script located in the popup window: < html xmlns ="http://www.w3.org/1999/xhtml" > < head > < title > Mapped Facilities </ title > < script language ="javascript" type ="text/javascript" src ="http://dev.virtualearth.net/mapcontrol ...Show All

98990123456789101112131415

©2008 Software Development Network

powered by phorum