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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

How to show pushpins from a datagrid?
How to turn on/off flight mode on smartphone
can you help me to access the outlook via mobile
Urgent - Handling Map Click event
Smart device web service client
Regarding Resolution
how can i associate my app to one button?
Why no managed C++?
Comments on Live Pages
Arabic Characters on PPC 2003 Emulator ...

Top Answerers

BetsyT
max-holz
trackdaychamp
Robert Hugo
Soumya B
markm75c
Darkside
NipplesAndLicks
leclerc9
BIG S
sitemap
Only Title

Answer Questions

  • Dr.Virusi CreateThread

    I am using C++,SmartDevice,PPC I am trying to start a thread off WinMain, in order to activate the GUI. Are the following commands legal if(CreateThread(NULL,150000,YESSS(),0,0,NULL) == NULL){checkstartupflag = 100;}; CreateThread(0,150000,YESSS(),0,0,0); _beginthreadex(NULL,150000,YESSS(),0,0,NULL); A proper way to create this thread is: CreateThread(NULL,150000,YESSS(),0,0,NULL); This works. ...Show All

  • donkaiser Device eumlator won't work

    I have been using Visual Studio 2005 for a short time and have been working on a simple mobile application. I am now to the point where I would like to see what it looks like on the actual device. I tried to start the device emulator by selecting Tools/Connect to Device and then picking a device. No matter which device I choose it fails after just a few seconds. It originally complained that I didn't have ActiveSync installed but I have now done that. The message I get is simply that the "connection failed". What am I doing wrong Thanks for any help... Yes, doing a "repair" of VS is the next course of action. Please let me know if your situation improves afterwards. Barry ...Show All

  • Chuff Bluetooth file transfer?

    Are there any good samples or blogs available that show how to transfer files via Bluetooth on NETCF from one phone to the next programmatically I’ve searched the forums but all I can find is many suggestions and some desktop samples but no mobile samples that simply transfer a file from one phone to the next. Your help would really be appreciated ;-) thanks I'd take a look at the personal area networking library available at 32feet.com which includes Bluetooth support. First of all thanks Brendan for your response.. Though sadly that’s the sort of answer you find on Google and spend hour trying to figure out how to use.. Since I finally got it working, here’s the detai ...Show All

  • ardmark Invisible Window

    Hi guys, I want to have an invisible window so it can exist in the foreground or background and not effect any other windows. Basically all it will do is handle global key events (a hotkey most likely) if and when they happen. If it can then become invisble, that's a bonus, but it's not a huge deal. There has to be a way to make an invisible window, but I've tried CreateWindow with so many different types of windows and had no luck. Could it simply be a matter of not doing anything with WM_PAINT events Would that let the window exist and receive events invisibly Cheers, Dan. It's still a window, I think having message loops in console programs in impossible as you have to have a window to se ...Show All

  • Vijay Guru Prasadh Why is the CF 2.0 so huge?

    Hi, I was told that .NET CF 2.0 is roughly 8 - 9 MB but I just downloaded .NET CF 2.0 Redistributable and its around 25 MB! Why the huge difference Zii Hi, I guess the person telling you that made a mistake. Even the latest 1.0 CF has 14MB. -- SvenC NETCF V2 would take about 6 MB uncompressed/2MB compressed on your device. You've just downloaded an MSI which is not for your device but for your desktop. It contains NETCF CABs for all supported CPUs and OS versions plus NETCF SDK to be used by VS 2005. Only one CAB from MSI would actually go to your device. SvenC wrote: Hi, I guess the person telling you that made a mistake. E ...Show All

  • dtorg1955 WebClient

    I created a new C# project for WM5 PPC and try to use WebClient. But when I compile it, it prompts "The type or namespace name 'WebClient' could not be found(are you missing a using directive or an assembly reference )" I have added "Using System.Net;" at the top of the Form1.cs. Anything missing Pls help. Thx. Rebecca rebeccat wrote: Can anyone give me more hint I can read a html file content, but dunno how to save it.... And the file I want to download will be mp3 / jpg / other binary file, how to do The current code using is like this: ------------------------------------ HttpWebResponse response = (HttpWebResponse)request.GetResponse(); System.IO.Stream stream = respons ...Show All

  • kesim Create product registration

    Hello! Simple question: How do I protect my application with a registration code I cannot seem to find any answers to this. Thanks, Martin Take a look at InTheHand's library - it has support for regisaration code generation and checks. It has been written for WM2003 though ...Show All

  • Soup01 'System.Xml.Serialization.XmlElementAttribute' does not contain a definition for 'Form'

    Hello, I'm getting the above error message in the generated client code for a web service. The web service is a JAXWS 2.0 and I'm generating the client part with VS 2003. What I found was that the Form property is supported in CF 2.0 but not CF 1.0. I need to use VS 2003 so I'm limited to CF 1.0. How to solve the problem Thanks Pls let me know if u were able to get it through. I am facing very similar problem. Trying to get JBOSS web service with .Net compact framework 1.0. Did u try upgrading to .net cf version 2.0 Regards Tapesh What is the XmlElementAttribute.Form property set to before you remove it If it is set to "unqualifie ...Show All

  • Tucan55 keybd_event() drops duplicate characters

    To All, I’ve written a program which takes the input from a barcode scanner and sends it as a keyboard wedge to any textbox that has focus. I’m using keybd_event() to send the characters, and the program works well, unless I have duplicate characters in my character array. For example: FQT-123 in my array displays just fine in the textbox. However, FQT-100 will display as “FQT-10” Or “Q6335-10009” will be read out as: “Q6334-1009” or sometimes as “Q634-109” I’ve tried to remedy this by throttling the FOR loop that iterates through the character array with a sleep(50) for (uiLoop=0; uiLoop<uiCount; uiLoop++) { Sleep(50); keybd_event(bOutput[uiLoop], 0, KEYEVENTF_SILENT, 0) ...Show All

  • WedgeSoft Sample Applications/Projects that use Data Access & Business Logic Layers

    Hi all, I am after some sample C# (.NET 2.0) sample applications for Smart Devices that make use of Data Access (for SQL Server mobile ) and business logic layers so that I can make use of them as references for when I'm developing layered applications for Smart Devices. Hope you can help me. Thanks Tryst Checkout MSDN How To page here http://msdn2.microsoft.com/en-us/library/ms184404.aspx that has lot of information and samples about Smart Devices database programming. Manav Best way to learn the Mobile Smart Client Factory is to download the sourcecode and go about navigating the dB access code. It contains ported version of Data Access Application Block. More info on the block here http://msdn.microsoft.com/library/def ...Show All

  • Alan Zhou ErrorProvider

    Hi there, I suppose this is a very common question: how do you provide user with errors on a data entry form in CF I'm currently changing the background colour, but don't know how to show something like a tooltip... Cheers, Shafa Shafa, Use a Notification control ( http://msdn2.microsoft.com/en-us/library/microsoft.windowsce.forms.notification.aspx ). HTH Dan ...Show All

  • daijun Accessing POOM from C#

    Using C# in Visual Studio 2003 .Net I'm trying to access the POOM Contacts list. Long ago I built a simple program with eVB to do something similar but after reading dozens of links I still can't figure out how to do it. Can anyone shed some light Robert W. Vancouver, BC Should there be ”much simpler way”, there will be no 3rd party toolkit, right But you are correct, there’s a way but only on WM 5.0. So, you have these options: Drop support for older devices (pre WM 5.0), upgrade to VS 2005 and use WM 5.0 features. Purchase 3 rd party toolkit, it should work on all devices but you probably want to verify that with manufacturer. Code everything yourself. ...Show All

  • cmwith CABs of multiple platform in single MSI

    Hi, Have created respective .CABs for WM 2003 SE PPC, WM5 PPC and WM5 Smartphone, bundled and built them into single .MSI release. However, ActiveSync doesn't seem to be able to pick and install the right WM5 CAB onto right WM5 device. Have set the OSVersionMax/Min to 3.00 to 4.99 for WM 2003 CAB; and 5.00 to 5.99 for WM5 CABs. The .ini file was defined as such: CabFiles = WM5PPC.CAB,WM5SP.CAB,WM2003SE.CAB On running the .MSI generated, which then activates ActiveSync, the WM5 PPC CAB was being installed on my WM5 Smartphone. Question 1: Any further definition in .MSI to help ActiveSync differentiate WM5 PPC from WM5 Smartphone Question 2: Could I reduce two .NET CF2 projects, WM5 PPC and WM5 Smartphone, into a single ...Show All

  • lilshorty Pocket PC 2003 C++ native application

    Hi, I have started to get strange errors when I am trying to start and debug my application. I get An error occured that usually indicates a corrupt installation (code 0x8007007e). I have reinstalled the application, did not have any effect! What shall I do thanks in advance Patrik Hi, I have solved the problem. My exe app was trying to open a dll file that didn't excist. The problem was that I didn't know what file it wanted. Depends.exe helped me. I hade made a .def file with incorrect filename in my exported library. thanks, Patrik Hi Gaurav Application is a native app, and "Remote Executable" is telling me %CSIDL_PROGRAM_FILE ...Show All

  • Simjith no sound

    i need this device code22 The Device Manager reports Code 22 when the driver was disabled by the user. Try enabling it... you need to be more specific on what you are asking. What problems are you having (apart from "no sound") what device are you using what sounds are you trying to play any code any errors ...Show All

474849505152535455565758596061626364

©2008 Software Development Network

powered by phorum