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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

MSDN Article
POCKET PC SMART PHONE
PROBLEM : Connection to emulator device using Microsoft Loopback adapter !
Deploy Problem
WebBrowser back key (Escape key)
How to draw a transparent image on window mobile 5
Cannot add desktop shortcut or shortcut icon
Problem with class library on Smart Device
unresolved external symbol error
Designning my own combobox

Top Answerers

Looper_Kwok
m ghandour
Biocide
gibic
MikeHNatti
paso
Lee Walters
Embirath
CJW99
ilkerrr
sitemap
Only Title

Answer Questions

  • pars382985 Problem: run c# program on Dell Axim

    Hi, I am quite newbies about C#. Well, I wrote a sample application (following MSDN tutorial). It works fine when using the Pocket PC emulator, but it cannot be run on the real pocket pc ( I use Dell Axim with OS: Window Mobile 2003 SE.); I mean it was completely installed there but did show up any result when running. Does anyone have suggestions Thanks a lot for your advance help :) Onion Hi, try this : http://wiki.opennetcf.org/ow.asp CompactFrameworkFAQ%2FDeterminingVersion and install the right NETCF version if this is necessary That is consistent with NETCF missing on the device or corrupted installation. Hard reset and reinstall might help. ...Show All

  • Jon Stroh What framework to use for an application?

    For developing a commercial quality application for PocketPC ATL->MFC->.NET(C#) There’s no single answer to that. Use whatever you feel comfortable with and/or fits you needs and/or your time frame. What would you use Ilya That depends on your project requirements. You should try RAD level first (e.g. C#) because it cuts time to market and saves you money on development. Go lower (C++, pure C, and even assembly) if you can't accomplish your task with RAD tools. Combined solution is also possible, e.g. C# for UI and C++/C/Assembly for real time functionality like VOIP. ...Show All

  • Preeteesh Creating User Control

    Hi, I am developing smart device applications by using CF 1.0 in VS 2003. I need your help. How to create user control and how to add that control at design time in VS 2003 Please send your suggestions or links. Note: Please send solutions step by step creating controls. Because I have already the source code for creating controls but i don't know how to create it step by step. Thanx. M. GANESAN Is this still a problem There is one mistake: the RuntimeAssemblyAttribute attribute is wrong. You have to specify the name of your runtime dll. (MyControl instead of Contoso.Windows.Forms) What build error are you getting - please post the exact error message. Thanx for your response. Yes I tried to create con ...Show All

  • Arjun B Querying SQL Server Mobile (CE 3.0) with Visual Studio

    Hey all! I'm comming across fustrations with the sql querying tool that is built into visual studio 2005. I'm trying to query a Sql Server CE 3.0 database, and have dropped a few tables onto the diagram pane, and select my columns and everything queries fine. However, if I change my join between the two tables to a Right outer join, the designer automatically slaps a '{ oj ... }' around my where clause which isn't supported by sql server ce 3.0. Anytime I remove it and try to execute my query it automatically re-adds these sumbols and displays an error to me. Is there any way I can get visual studio to stop automatically adding these sql symbols when talking to a database that doesn't support them Below is the query it produce ...Show All

  • mr4100 I need to detect my network connection to see if my computer can connect to vitural earth map (http://dev.virtualearth.net/mapc

    I am developing a virtual earth map application by vc, I need to detect my network connection to see if my computer can connect to vitural earth map ( http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js ), how should i do this can you give me one sample code for me to have a reference I appreciate your help. lol. Have you searched the internet or MSDN Sounds like a fairly common thing for all sorts of applications not just VE. If not i would go and ask a vc forum. John. error: System.WrongForumException ask vc specific questions in the correct forum. ...Show All

  • markovuksanovic Custom pushpin images not showing up in 3D mode

    Hello All, Each pushpin I map has a custom image and that image shows up fine in 2D mode but is replaced with an orange thumbtack or something in 3D mode. Has enyone seen this before is there a solution TIA Andrew Can you provide us with a link to your gif as well as some sample code to duplicate this bug Thanks Brian and Duncan. It looks like it is the security issue like you said. I placed the files (htm and gif) on a web server and refernced them using http://... and all works well. Thanks again for your help. Andrew You need to use a full path, not a relative path for your image URI.  The 3D control doesn't kn ...Show All

  • Dashwood Ping Windows CE 5.0

    How do I ping an Ip address from Windows CE 5.0. In Windows Mobile I can use My.Computer.Network.Ping, but it is not available on CE. I am using Visual Basic – Visual Studio 2005. In VB.NET, My.Computer.Network.Ping maps to the framework class System.Net.NetworkInformation.Ping which is only available in .NET Frameworks 2.0 and 3.0 and not under the Compact Framework yet... so instead you are stuck either going without, writing your own or using someone else's. One thing you might try is some of the code from this CodeProject article which contains a couple VB.NET class for sending Pings over ICMP packets (see the modMain.vb file). ...Show All

  • Tryst LinkId=26320 not found (Windows CE Emulator)

    I am trying to use Microsoft's eMbedded Visual C++ 4.0 on WinXP SP2 and it is giving me a driver conflict error. The error I get says: Virtual PC/Windows CE Emulator: "A driver is installed that causes stability problems with your system. This driver will be disabled. Please contact the driver manufacturer for an update that is compatible with this version of Windows." The message also displays a Contact Information link: Web Site: http://go.microsoft.com/fwlink/ LinkId=26320 But the link is no longer available . A phone number is also listed (to Microsoft) but I can not get an answer since I am not an MSDN subscriber. Some research into this problem has infomed me that Microsoft and Sun have settled ...Show All

  • VIKI esquire Slow load times. Can I Remove Allowed Contacts?

    I have noticed lately that Messenger is quite slow. The reason being is that a friend gave me a contact list and told me to add it. I now have a completely useless list of about 300 contacts. After deleting the contacts, I have noticed that load times haven't decreased. This is obviously because the "allowed contacts" are still loading. If you try out DotMsn (the example code), you will see that it returns ALL contacts, blocked, allowed etc. Is there any way I can remove allowed contacts that aren't in my actual (visual) contact list Thanks ...Show All

  • Henrik Dahl Making existing MFC application DPI aware...

    Hi Guys! (These are probably trivial questions for the MFC Pros, but after searching 2hours in the MSDN library i thought it is worth to post a few questions ;)) I am having some problems making an existing MFC application DPI aware. --- Question 1: I am using SHGetUIMetrics to get the current system font size and create an "application font" in InitInstances of the application. I then use a public function to get the handle to the font in the various classes and dialogues that need to be DPI aware. Well not sure if this is really safe in types of encapsulation, but it's working. So now the guide says i have to register the metric changed message: WM_SH_UIMETRIC_CHANGE = RegisterWindowMessage(SH_UIMETRIC_CHANGE); and handle it i ...Show All

  • jan3784 Can't set focus in custom event handler

    Okay, I am trying to set focus to a control on my form in the handler of a custom event. But it doesn't work. If txtBox1 has focus and my custom event is triggered, then I want to set focus to txtBox2. But the Me.txtBox2.focus statement below does not work. Here is a sample of my code: Public Class clsReader Public Event OnRead(ByVal e As System.ComponentModel.CancelEventArgs) Private Sub ReceiveEvent() Handles SerialPort.OnComm rxBuffer = SerialPort.InputArray RaiseEvent OnRead(New System.ComponentModel.CancelEventArgs) End Sub ... End Class Public Class myClass Private WithEvents EIDReader As clsReader Public Sub WeHaveARead(ByVal e As System.ComponentModel.CancelEventArgs) Han ...Show All

  • Dany V .NET Compact Framework

    Hello everybody. My question is as follows: In my Pocket PC 2003 Application I am using a string in the form of: String mystring = "some text here" + "\r\n" + "some other text here"; Instead of getting the second part of mystring in a new line, I get a box next to the first part. Is there any way to solve that Thank you in advance, Korina Set your textbox to Multiline.  If you still get problems then rather than set textBox.Text, set textBox.Lines = mystring.Split(new char[] {'\n'} );   ...Show All

  • Alex1st How do I know what match type the click is from?

    With Overture, you can set up your destination url's like: http://www.mysite.com/ trackingcode={ovmtc:standardcode:advancedcode:contentcode } Overture will fill the {} with whatever tracking code you specified given whatever the match type was for that impression. This way you can track your ROI at the keyword/matchtype level. How do I do this with adCenter I don't see any way of knowing what keyword the click came from along with the match type. As of right now I am going to stop development on the adCenter API, I don't see the point of integrating it with my ROI tracking software if I can't track it properly. If anyone knows how to do this let me know. Thanks. So is this the way it is going t ...Show All

  • warkaid open under user and password on net

    Hi everyone, i got this problem: when i make a simply fileopen on a net (i guess vpn or local isnt important) i see the file and i read it but if the directory on the lan is closed with user and password i cant see files and read it. I can imagine i need something such "netuseradd" but i dont find it on Evc++. So...how i can do it pleeease help me,thanks. news the problem it's that i need #undef _WINNETWK_ before the include but i dont understand why _WINNETWK_ is defined if the header isnt already included in the project (the compiler says undefined the stuff in the header...) there's some placeholder in others header The call to use is WNetAddConnection3. ...Show All

  • arunr14 GPS libraries

    Hi there, I have heard that CF 2.0 has some libraries that directly deal with the serial port issues in GPS and also has built-in NMEA parser. Anyone has any information regarding this Regards Hi, Error message on build is: Error 1 Projects targeting .NET Compact Framework 1.0 require version 1.1 of the .NET Framework, which is not detected on this machine. GpsSample I am running .net framework 2.0 - didnt realise that I have to have the 1.1 version installed also http://franson.com/gpstools/ Low cost and very good. Yes and no. Microsoft provides a class for communicatingwith the serial ports however you need to actually write code or use a 3rd party component to commu ...Show All

646566676869707172737475767778798081

©2008 Software Development Network

powered by phorum