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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

How to get HDC from Handle on PocketPC?
Moto Q emulator problem
Local.live query string API
The difference of WinCE 5.0 and its core version
Localize Network Folder
Getting VEMaps inside PDF.
Garbage memory on array creation
Accessing the PDA's File System from a VB.Net App on a PC?
visual c++ - smart device - win32 smart device project creation failed
Transparent images inC#.NET Compact Framework

Top Answerers

kanna215
dgcl
Cryton
yabing
vahdam_mn
Peter Richard
AMSS
noiseunion
cdun2
ThE ViKinG
sitemap
Only Title

Answer Questions

  • mettoff I wonder how should i include virtual earth control sdk in my project so the html file can use the function of virtual earth co

    in vc6, I am developing a application of virtual earth control sdk, it is necessanary to realize some functionality in html. I wonder how should i include virtual earth control sdk in my project so the html file can use the function of virtual earth control sdk Thanks -- jake The SDK is just the documentation on how to use the control; it is not the control itself. The control itself is a javascript control that you reference from your HTML. If you are building a Windows app, rather than a Web site, then you need to include an IE control within your application and handle the javascript through that control. Another alternative is to reference the MapPoint Web Service...probably easier to do in a Windows app, but you don't ...Show All

  • morphius1 Resource DLL still active

    Hi all, We made a .Net DLL that is the managed end of an unmanaged - managed bridge. There is nothing in the DLL besides the wrappers to the unmanaged function calls and the P/Invokes. When I terminate the program the managed DLL stays active. Any ideas on why it would stay in memory Do you have to terminate a managed DLL in some way Alex, Nope. Everything is a command-response call, no threads. I did notice that it's only when I am debugging and the debugger terminates in an abnormal fashion, like an uncaught exception. It does not seem to occur when I run the program outside of the debugger or the debugger terminates the app normally. Ah, I see. That's entirely possible. Sometimes the debugger fails to terminate the ...Show All

  • Digo21 Targeting the different device with existing pocket pc application

    Hi, I developed an application for Pocket Pc2003. I want to target to Treo700WX. But Generally I get only 5 devices in the list (in "Deploy" window) when I use F5 to deploy and debug. Treo700WX is already added to All platforms menu(Tools-->Options-->devices--> All platforms). Can anyone tell me how to target the Treo700WX or any other device with my present developed application.. Thanks in Advance, Mohit Gogia, Actually, when we select WindowsCE in platform type, we can be able to target any type of device. Any way thanks for ur response. Mallesw ...Show All

  • M. Simioni how distribute new version of an application ?

    Hello ! exists a way for being able to distribute one new version of an application on win ce.net devices in transparent way to the customer thank you entirely transparent if you need to replace binaries, not really. at run time, you can check version (through assembly info or a hash digest/signature) against a remote filestore, probably most easily through a webservice. if the original app detects a new version, you would need to call a second process (EXE), terminate the original application, and have your second process replace the application itself with the newer files, then restart the original application. In the first place thanks in order to have to ...Show All

  • Minherz auto complete for COmbo Box

    hi all, i'm building a auto complete combo box, problem is i have alot of items in my combo box. Is there anyway to search through the combo box without looping through the whole thing. Say if you're looking for the last item, you don't need to loop through from item 1 to the end Here's my code : Public Function PointToComboItem(ByVal cboComboBox As ComboBox, ByVal strValueSearch As String) As Boolean Dim i As Integer Dim currentIndex As Integer If cboComboBox.SelectedIndex < 0 Then currentIndex = 0 Else currentIndex = cboComboBox.SelectedIndex Try If Trim(strValueSearch) = "" Then Exit Function For i = 0 To cboComboBox.Items.Count - 1 cboComboBox.SelectedIndex = i If Left(Trim(c ...Show All

  • robertlamour How to prevent user from powering off the PDA

    Dear all, I'm working for a communication program. I found if I power off the PDA when my program is in 'talking' state (sending and receiving RTP packets using socket), the system will be frozen and dead when I power on. So I decide not to allowed user to power off during talking. I could use SystemIdleTimerReset() to disable auto power off, but I don't know how to prevent the 'manual' power off. I know there must be a way, because I see Tomtom could do it. Could anyone give me a hint Thanks in advance! Yun I would really like to know this too. If anyone has any ideas, could you please help I've found some stuff on power.  Namely the POWER_ACTION_POLICY in which it looks like yo ...Show All

  • tone-loc button with round corners

    Is posible to make a button with round corners and in case that is posible how can i do that. thx Do you have some source code of example, and can you give me your msn to contact you . Is the same for a pocket pc aplication . Yes, I'm talking about Pocket PC, SP and Windows CE. That is only natural since this is Compact Framework forum and NETCF runs on devices. You'd need to create a custom button which would draw a button with round corners (or with picture or with several lines of text or whatever else – same solution). Here are some pointers: http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework/search group=microsoft.pub ...Show All

  • JawKnee LatLong correct until I move the map?

    Hi, I am working with the map control inside a win forms app. I get the LatLong object from e.View which I get in the OnClick event. The event fires twice for some reason. I get the same lat or long each time the event fires provided I havent panned themap. If Ive panned the map, the first time the event fires I get the correct value, the second time I get an incorrect value. It stumps me. Why are events firing twice Why do I only get the correct lat or long (the second time it fires) if I havent panned the map Any help appreciated. Rob Hi I dont know whether i am correct or not. as i am also having similar problems when i am reisizing the map div.   So after resizing t ...Show All

  • Buddhist Cab installation failures due to signed files

    Hi. I have a Smart Device CAB file targeted for WM5 Smartphone. I'm using Visual Studio 2005 to build it. For my executables/dlls, I'm signing the files using the SDK developer certificate. When I'm installing on an actual phone or on the emulator, I will sometimes get errors on the signed files. Usually, they happen on the same files but not on all the signed files. I think it is more likely to happen on a file that self-registers. The problem goes away when I reinstall with a rebuilt file that is not signed. In setup.log under \Application Data\Volatile, I will get something like this: <characteristic type="fsbraille.dll" translation="install"> <characteristic-error type="Extract"> <pa ...Show All

  • robinjam VS2005 Deploy to CF Card

    I have a VS2005 Deployment Project and want to install myApp to the \CF Card\myApp directory. I tried adding a Custom Folder to my Deployment Project, but it won't let me have the "\" character in the Folder name. How do I do install to the CF Card using a Deployment Project Thanks for the quick reply. I created a custom folder name "CF Card" and a subfolder name "myApp". I put all of the files that were in the Application Folder into the "myApp" directory and did a rebuild of my Deployment Project. When I run the CAB file, it still installs everything to the "\Prpgram Files\myApp" directory. I am running VS 2005 8.0.50727.42. ...Show All

  • Prashweenet file opened?

    <deleted> I have a file extension with my application on the Windows CE operating system and when I click on a file with my extension, my application starts and I get the name of the file as a command line argument using the "myexe.exe -opendoc %1" shell open command. but, once the application is running and I click on another file, I do not know what method to implement to catch the next file that is opened... I presume my application will be notified using the shell open command "myexe.exe %1" So here is my question: How do I "catch" the file that is being clicked on ( in CE ) when my application is already running Thanks Mike ...Show All

  • Biju S Melayil regarding moving a directory including all its sub directories from device to storage card

    hi all, i have a requirement that i move a directory including all its sub directories from device to storage card. i need to do it in a control's event like some button click. i have tried using: MoveFileW(LPCTSTR lpexistingfilename, LPCTSTR lpdestfilename); i have seen no success. is there any other windows api i can use to do this thanks in advance. kulkarni Hi Michael, CopyFile does not operate on directories, so is there any other API for copying(not moving) directories along with its contents within the same storage volume thanks in advance, Mahesh Hi MoveFile fails because you are trying to move file accr ...Show All

  • dafin0 Type.GetConstructors() - InvalidProgramException on CF, works fine on the standard framework

    I have a piece of generated code that the CF (2.0SP1, August patch) just won't accept. The code is working just fine on the big framework, but mscorlib in CF gives me an InvalidProgramException. The context of the call to Type.GetConstructors(): protected virtual object CreateInstanceWrapper(Type type, params object[] args) { object instance; #if !CF instance = Activator.CreateInstance( type, args ); #else ConstructorInfo constructor; Type[] argTypes; argTypes = GetTypeArray(args); constructor = type.GetConstructor(argTypes); if (constructor == null) throw new ArgumentException("There is no matching constructor"); instance = Activator.CreateInstance(type); constructor. ...Show All

  • Bill Henning Why the toolbox is empty for smart device project in my VS 2005?

    I just installed VS 2005. I created a new smart device project. But I noticed that the toolbox is empty. Then I created a windows application, everything is OK. I am confused. Did I miss something during my installation Thanks. Toby First, thanks very much for your advise. But I still have some difficulty here. My version is professional edition. The system on my ppc is WM2003. I downloaded the first file you listed. When I tried to install, it showed that it is for embedded c++ 4.0. Not for C#. In addition, when I tried to deploy my project. A message box showed that "no such interface supported". Is that because I did not install proper SDK Thanks. Toby ...Show All

  • stswordman Connecting emulator to network?

    Hi i wish to connect the Phone emulator to my network. I have downloaded and installed netsvwrap.exe the virtual network piece of software. Under PocketPc configure/network/ Enable NE2000 PCMCIA net adaptor i have it enabled. What else do i have to do Thanks for your time. Im new to PocketPc's I have it working now following info from this webpage: http://blogs.msdn.com/vsdteam/archive/2005/10/07/478295.aspx Yes I am using visualStudio 2005 with visualStudio emulator. I have now cradled the device but still can't access network, IE wont show webpage. A dialog comes up saying 'Unable to obtain a server assigned IP address. Try again later or enter an IP ...Show All

456789101112131415161718192021

©2008 Software Development Network

powered by phorum