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

Software Development Network >> Smart Device

Smart Device

New Question

Datagrid TableStyles with ResultSet as DataSource
Auto-generated Code
.Net CF Getfiles IOException
Error in deployment application for wce5.0 using vs.net 2005
WM 5.0 Install update to Existing installation
Visual Studio 2005 Beta 2 - Emulator problem
Dell Axim's x50v/x51v hardware Direct3D driver slower than software rendering in HX4700
win ce 4.1 and seting / getting timezone in c#
UDP over activesync or NTP over TCP
Developing app for custom SDK with VS'05

Top Answerers

rbreidenstein
Astronicus
CDRDeveloper
Reijo Tervonen
lthomasny
Farhan Zia
dannycaro
Don Perkins
InvalidSynTax
Nayan Mansinha
MCSD in a Nutshell: The Visual
Only Title

Answer Questions

  • Geof The Canuck Windows Mobile 5.0 compile error (RTTI)

    Hi All, While compiling application for Windows Mobile 5.0 linker error: LINK : fatal error LNK1181: cannot open input file 'Ccrtrtti.lib' I tried searching and what i observed is Ccrtrtti.lib file is available with only D:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\PocketPC2003\Lib\armv4 The same is missing for armv4i Windows Mobile 5.0. Where can i find the same Can i use the one available with PocketPC 2003 ...Show All

  • swanie111 WebException when running NETCF1.1 SP3 vs. Older version of .NETCF1.1

    Why am I getting a WebException when running .NET CF1.1 SP3 vs .NET CF1.1 I'm using JBOSS as the App server... but... I'm truly puzzled as to why this version of the framework would cause this issue. Appreciate any advise... Thanks! Here are some comments from another user in a different forum... Ok this about drove me nuts.... basically here are my findings through a packet sniff... this fixed the issue. Here is the issue… ...Show All

  • carl64 maximize form mobile 5.0

    I have a problem maximizing a form correctly. Everything is coded for a Pocket PC under Windows mobile 5.0. Actually, my forms are maximized. When I click a button on one form, it opens another one (all in maximized mode). The problem is that when I close the actual form and want to come back to the original one, There is that Windows title bar on top that appears and stay there until I click on my window to get focus. We have tried several thin ...Show All

  • mwoehlke How to use SetWindowLong in VB

    Hi! I am trying to use the SetWindowLong and CallWindowProc API functions in VB. In desktop VB, they're supposed to be declared as: Declare Function SetWindowLong Lib " user32 " (ByVal hWnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long Declare Function CallWindowProc Lib " user32 " Alias "CallWindowProcA" (ByVal lpPrevWndFunc As Long, ByVal hWnd As Long, ByVal Msg As Long, ByVal wParam As Long, ByVal lParam As Long) As Lo ...Show All

  • Ranu Error : 0x8007007e

    I am developing a smart device project which reuses dll's as well as static libraries. The code builds fine but fails to launch the exe giving the following error "An error occured that usually indicates a corrupt installation (code 0x8007007e) . If the problem persists , repair your VS installation via 'Add Remove' in control panel. I have tried reinstalling VS and also tried to run the project on a different machine but with no succ ...Show All

  • aytas Webbrowser Control - .net cf 2.0

    Hello, I’m having a problem with an application i’ve been developing with VS.NET 2005 beta 2 and currently being developed under VS.NET 2005 Professional Edition (both with Windows Mobile 5.0 SDK). Compact framework 2.0 seems to have some differences between its beta 2. Now, links ("<a>") on the webbrowser control don’t work anymore with my pocket pc 2003 device. I don’t even get the navigating event (it does work on emulator on windows mo ...Show All

  • jagphysics RegistryPermissionAttribute on Windows Mobile 2003

    Hi, having some troubles here... within visual studio 2005 beta 2 environment, when i insert the code [assembly: RegistryPermissionAttribute(SecurityAction.RequestMinimum, ViewAndModify = "HKEY_CURRENT_USER")] a) into a normal windows project the RegistryPermissionAttribute will go green when "using System.Security.Permissions;" is added above.  the function has been ID'd or whatever is going on... b) in a windows mobile project it jus ...Show All

  • asd9ny0yy Problem receiving SMS messages

    Hi all, I've tried to run the sample CaptureSMS from "Receiving SMS Messages Inside a Managed Application" but I get a MissingMethodException at the function call to DllRegisterServer(). I am trying on my PocketPC emulator of PocketPC2003 SDK. Please help me as soon as possible, Thanx in advance.... Same Error, I've tried to run the sample CaptureSMS from "Receiving SMS Messages In ...Show All

  • Albert Pinto Migrating from eVB to Mobile 5.0

    Hello, I have the unenviable task of porting an application from eVB (with custom dlls to work with bluetooth) to VB.NET to work in Mobile 5.0 on a Dell Axim.  I can't get my hands on VS 2005 until early next year, so I thought I would start transferring the forms and code to VB.NET 2003 (which I do have), then port this to 2005 when I get it. Does this make sense or should I wait until I get 2005 and skip the intermediate step I' ...Show All

  • Phil Van Houten Tracking WiFi radio signals

    Is there anyway that I can display wireless access point's MAC address together with its radio signal strength using C# development Yeah it worked. Thanks a lot Michael. I'll try to explore the full capabilities of it Hi The OpenNETCF Smart Device Framework implements a type OpenNETCF.Net.Adapter which provides the required infos. Download the framework from http://www.opennetcf.org  in either binary or source form. Hope this w ...Show All

  • Mark Arend "No such interface supported"

    I recently received and installed Visual Studio 2005. When I create an empty Pocket Pc 2003 (or Windows Mobile 5.0) application and try to deploy it, I get a messagebox that says "No such interface supported". The actual .exe is there and I can copy it and run it on the device.. but it seems that the communication layer between visual studio and the device is broken. I get the same error if I try to deply the application to the e ...Show All

  • BraBo Defragmented Internal Memory

    Is there a tool that can be used to defragment internal memory. Not an SDCard. I have found lots of tools for that. But nothing for internal memory. Any odeas Thanks What benefits are you expecting from it Defragmentation of hard drives improves performance because it takes some time for HDD heads to move from one file fragment to another. There's no such time penalty in RAM based storage, reading next memo ...Show All

  • Jon_The_Coder Privilege Certificates

    There is some confusion over the need for privileged signing in our product. We are porting to WMv5 PPC. According to the link, http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/wce51conWindowsMobileDeviceSecurityModel.asp , this has one-tier security. Part of our product installs a small device driver that implements the stream interface. In order to get it running on one manufacturer's device, ...Show All

  • Christopher Fleming 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

  • Boomstik WinCE.Net with Platform Builder

    I have ST2410 device, bought it from www.ucdragon.com . It is loaded with WinCE.Net 4.2. I would like to build the image myself with customize components, load my program and sell it to my customer. Where can I get Platform Builder Do I need to register first Thanks ! It turns out, I do have BSP, and they are going to send PB4.2 cd to me. The only thing I need to do it to implement PSM, and buy wince runtime l ...Show All

596061626364656667686970717273747576

©2008 Software Development Network

powered by phorum