Software Development Network Logo
  • Visual C++
  • Windows Forms
  • Microsoft ISV
  • Game Technologies
  • Visual FoxPro
  • SQL Server
  • VS Team System
  • Windows Vista
  • .NET Development
  • Smart Device
  • Visual C#
  • Architecture
  • Windows Live
  • Visual Studio
  • Visual J#

Software Development Network >> Smart Device

Smart Device

New Question

windows mobile 5.0 smartphone use serialport reading gps data problem
Can't start emulator in VS 2005 CR1
VS 2005 install - SmartPhone Device Forms not working in designer
Error creating Smart Device app in VS.Net 2005
[post deleted by poster]
Win CE 5.0 device emulator availability
[MFC][VS2005 B2] Ressource editor
eboxII and Visual Studio .NET 2005
Installation of Compact Framework 2.0 failed. Why?
RenderFile() error on smartphone

Top Answerers

Spoofed
RichSmith
Lajos Malozsak
Gmoney1404
Netenrich
sqlJohn
Ray Angeles
MikeeSiow
Jim.C
Florian Krusch
Denver Data Systems
Only Title

Answer Questions

  • dbloke Receiving SMS example

    Hi all, Have anyone tried the Receiving SMS example from the MSDN library There seems to be a problem... It seems that I can deploy it to my PPC but an error of MissingMethodException at the function call to DllRegisterServer() will always occur. Need help urgently!!! Hi Nazim, Thanks for the link. Yes it can do what I want, but it is in embedded visual C++ which is too profound to me. And i also have trou ...Show All

  • JeffGilbert Time span

    Hi, I need a help to calculate elapsed time (start time -end time). I used the following code in windows apps. it's Working perfectly. But, when i use the same in Pocket PC apps,getting some negative result. I've tested it in Pocket PC Emulator.(VS2003,.NET framework 1.1) Code: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ck = DateTime.Now Timer2.Enabled = True End Sub ...Show All

  • AMDCLOCKER Run scripts on a SQL Mobile Database

    I receive an error "Provider not supported" when attempting to run a sql script on a SQL Mobile Database from the Solution Explorer. Should it be possible to run scripts on a SQL Mobile Database from the Solution Explorer Only certain set of providers are supported. SQL Mobile provider is not supported for database script projects. ...Show All

  • amr osama Desktop application to be ported to run on smartphones

    I have a small desktop application developed using C#.NET 2005 (.NET 2.0). It does have 3 command buttons, 1 tree control and has the capability of accessing the Web services offered by another application. I just want to know if the same can be ported to run on Smartphones. If yes, how and If no, what is preventing me to do so Please let me know. Appreciate your help! You can certainly share the business logic. See this: http://ww ...Show All

  • coder_number_9292 Compiling error C1190 while building solution for Visual C++.net project

    Hi, all, I am using Visual studio 2005 to make a Visual c++ project. I was trying to make a simple UDP socket and threading program. The device manager i am using is wm 5.0 for Smartphone, and wm 5.0 Smartphone emulator. Here is what I have in the header file: #using <mscorlib.dll> using namespace System; using namespace System::Threading; using namespace System::Data; using namespace System::Net; using namespac ...Show All

  • shellback vs2005 beta2 compact framework emulator

    I have tried and tried again to get the Pocket_PC emulator to connect to VS2005 beta2. I can make the emulator 'browse' the network, I can even ping it, however, all the VS2005 beta2 attempts to connect to the device give a variety of errors. The VS2003 emulators work fine with VS2003, but even using the device manager I cannot connect to the beta2 emulator. You think this should be easy or there should be doc's to guide you, but if there are, I ...Show All

  • Varun Sood VS2005, adding an InputPanel to CF custom control.

    I have derived from DataGrid to make an editible datagrid.  All is well and it appears in designer and I can add it.  I decided that I want popup input panels so I add Microsoft.WindowsCE.Forms to the reference list and add the 'using' tag.  As soon as I decare InputPanel ip; in the class, when I try to go back to main project and view it in designer ( the custom controls are already in place), it claims that my class no longer ha ...Show All

  • Preston M. Price Link error 2019, Please help

    Hello everyone: I just tried to port a EVC ATL project to WM5, after I added two files, a *.h and a *.cpp, in cpp file's function, I called a C library function gmtime, then I got the following error messages: Error 1 error LNK2019: unresolved external symbol mktime referenced in function "public: void __cdecl sipparser::SipDateField::set_date_time(unsigned int,unsigned int,unsigned int,unsigned int,unsigned int,unsigned int)" ...Show All

  • Joe Kingsly Threading

    Hi folks, I am trying to develope an application on .NET CF with a progress bar to display the progress of tasks and the tasks can be canceled when the tasks are running by clicking the Cancel button. could anyone please post a simple sample, or tell me what key issue will be involved Thanks in advance. Justin Hi Justin, You would need to use Control.Invoke() if you are updating the task progress from a worker thread: ...Show All

  • StaceyG65 API to measure the GPRS signal

     Hi all,  I have a qtek 2020  What are the Api to measure the GPRS Signal  I would prefer not to use the OPENNETCF classes  Thanks and sorry for my little Henglish  By Nicola You should better ask a SDK from the manufacturer. I dont think there is a standard solution for hardware specific applications. ...Show All

  • DaveScotese TextChanged/KeyDown/KeyUp etc on NumericUpDown

    Why can't I hook into this event... It doesn't seem to fire for a NumericUpDown contorl. Any ideas ValueChanged works, but none of the others. Anyone know of a work around Thanks! The articles mentioned here on the .NETCF team blog site might be of hlep to you. http://blogs.msdn.com/netcfteam/archive/category/9118.aspx ...Show All

  • daned9 Convertion issue on embedded vc++ 4.0

    I have an application in evc++, i need to read text file and return what i have read. The problem it’s that in the debug mode i see the text in the file under &strSN and i need to return CString (strSN it’s TCHAR). I don’t know how to convert it. Please HELP!. Thanks in advance. Guillermo. HANDLE hInFile; TCHAR strSN[65]; DWORD dwBytesRead; GENERIC_READ,FILE_SHARE_READ, NULL, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, 0); hInFile = Cr ...Show All

  • Meridian sqlceresultset error

    I'm running a piece of code to get some info off of the sql mobile on a pocket pc device. But I keep on getting a strange error, I dont think its a connectivity error. This operation is not valid because the cursor is not scrollable. Here is the code I'm using: string connection = "Data Source = Test.sdf; Password=Test"; SqlCeConnection conn = new SqlCeConnection(connection); SqlCeCommand cmd = co ...Show All

  • Kalyan Chakravarthy unresolved external symbol wWinMain referenced in function wWinMainCRTStartup

    Hi. I used the included wizard with VS2005 to update my EVC++ 3.0 created project. After sifting through other migration issues I ended up with the error given in the title: unresolved external symbol wWinMain referenced in function wWinMainCRTStartup Ick. I looked at another forum entry, but it did not seem to help. It just created more problems. What do I do to resolve this Keith Thanks for answ ...Show All

  • Hidenori Yamanishi .Net CF Getfiles IOException

    Hi, i've a problem with my VB.NET application and GetFiles() function. I try to run my application on Emulator. I've shared a folder in my Desktop simulating a Storage Card and i try to access files on it but GetFiles() function return IOException error... Any suggestion to solve this problem I use Visual Studio Team suite 2005 beta 2. thanks Andrea. Hello, i'able to explore shared ...Show All

272829303132333435363738394041424344

©2008 Software Development Network

powered by phorum