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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Device Driver Development (how to communicate w a device driver?)
Custom Pushpin Transparency Issue
TileSource on server farm
User Control data binding
An internal error occurred in PlatformVerificationTask
WIA Scanner Minidriver
How do you call an ActiveX component from C++?
control throw USB port
map.GetRoute flags and numbers
Load Image from stream?

Top Answerers

Vijay Bhaskr Reddy.Y
yababer
mstasi
-D-
Helen999888
ZopoStyle
gavjohn
sabha
XycsoscyX
sakarmo
sitemap
Only Title

Answer Questions

  • supersonic1976 Article - Encoding Latitude and Longitude pairs for performance

    Hey guys I been busy but managed to get a simple article finished today. http://www.soulsolutions.com.au/Articles/Encodingforperformance/tabid/96/Default.aspx Hopefully it will go up on the ViaVE site and I'll put the code in the WIKI also. Anyway I'm going to aim to write a little article every week to share with you all, this is the plan currently: Encoding Latitude and Longitude pairs for performance Loading your pushpin popup content on demand Clustering Virtual Earth V2 Throttling AJAX webservices Exploring Circles Clustering in Javascript alone Preloader for Javascript MS AJAX Extensions and Virtual Earth Processing VE data in batches for performance That should keep me going for a few months ...Show All

  • Mahender SQL error? Please Help Me

    please help me " Error" i want use dataset in windows mobile application and when i fill datagrid from dataset give fe unknown error please help me Picture for error link Error Picture It's not an "unknown error" but perfectly normal unhanded exception which indicates a bug in your code - luck of exception handling. You should add exception handling, catch this exception and print all information from it - exception type, error message, stack trace and error message from error collection (if applicable). After that you would be able to analyze this exception and figure our why it was thrown. In this case it’s probably thrown because connection to SQL Express can not be established. That can be for numb ...Show All

  • General Fault Deploying Multiple cab files at once

    I have developed my application and created the .cab file for this application. I followed the tutorial on creating an MSI file and custominstaller and this works fine. My problem comes from the fact that my application must also install .NET framework 2.0 and the SQLMobile .Cab file. I am wanting to package all of these together and be able to deploy them at one time from a users PC. I am not wanting to make the user click on each cab file to execute them. Can anyone point me in the direction of a good tutorial to accomplish this, or give me a good idea on how to do it. Thanks for any help You best bet is deploy CABs one by one via CeAppMgr and INI files. Nested CABs is rather theoretic ...Show All

  • jorijo window to watch device while running

    Rory Blyth showed what was happening on his device with a window during his presentation at http://msdn.microsoft.com/msdntv/episode.aspx xml=episodes/en/20060907MobileRB/manifest.xml . How can I do the same (I already know how to run the emulator, but it's slower, and doesn't have the barcode scanner.) Thanks. I found that the Windows Mobile Developer Power Toys I downloaded from Microsoft includes an ActiveSync Remote Display utility (ASRDisp.exe), which seems to work quite well. http://www.microsoft.com/downloads/details.aspx FamilyID=74473fd6-1dcc-47aa-ab28-6a2b006edfe9&DisplayLang=en : ) You’d need to purchase application which can do that, e.g. Pocket Controller (search for it). ...Show All

  • Pockey VE in XAML application

    I am trying to embed VE in a WPF application (XAML). From this forum, I have learned how to embed VE as a web browser control in a WinForms app, and then load a .js script into the webrowser and talk to the script methods inside (I don't like kludges like this, but then that is what I get for trying wacky things). But ( VS-Studio, Sparkle (interactive designer)) do not allow web browser controls to be placed in XAML pages. So I am stuck as to do do this. no webbrowser poor boy ;) well, there is an alternative, check out this link http://viavirtualearth.com/vve/Gallery/VEMobile.ashx I'm actually a development lead, not a PM. I'll forward your request to our PM team. No, you m ...Show All

  • mspaeth How to embed a photo in a blog post?

    I can put a photo only in the end of a blog post. Is there any way to put a photo anywhere, e.g. next to the writing, in a blog post I do it by selecting the html view and adding the image manually: <img src="whever the image is"> Try using this " Windows Live Writer Beta ". You can do lots of stuffs using this....... ...Show All

  • waheyluggage SerialPort.BytesToRead max's out at 2047

    hi, currently i'm doing a program for pocket PC connected to RFID reader using Serial Port. I'm very new with the program with window CE. I had done the same program in Window Form and it running well. But, when i transfered the program to Smar t Device Application, the program not running well. I had try 2 ways. First is using timer, and second is using serial_portData_Received. Below is the codes: Using Timer: program stuck on sp.Write( new byte [] { 0xC0, 0x02, 0x01, 0xFF }, 0, 4); =inside timer private SerialPort sp; private void Form1_Load( object sender, EventArgs e) { #region Serial Port Init sp= new SerialPort (); sp = new SerialPort (); sp.PortName = "COM1" ; sp.BaudRate = 11520 ...Show All

  • Pi314159 New Birdseye-view functionality and Minimap

    Well, i just noticed, the local.live site got some nice new features, the Birdseye-view without scrolling restrictions, and the new minimap. for the new birdseye-view, i think its a feature that must be implemented by the api, is it available somehow Would be nice to have the minimap implemented in the v4 dashboard, but i think i can do it myself. yeah, shame on me, im workin on it. So this is your app your writing Weird, found this line when I was debugging the app using firebug. function ____downloadMapControl() 2 { 3 document.write("<script type='text/javascript' src='http://maps.live.com/veapi.ashx v=1.3.1115150037.31'></script>"); 4 };____downloadMapControl(); ...Show All

  • Athan My VS 2003 is missing System.IO.Port

    Hi I have VS 2003 enterprise edition on my PC. I also have VB.NET, C# Express installed. I've installed the .NET CF 2.0. But still in my VS 2003 Smart application project (VB Console Application) it says System.IO.port is not there. I then looked at the object browser, mscorlib -> system -> IO  , Port or Serial are not there. I am   not sure is the VS 2003 using .NET Framework 1.1 or it automically loads .NET CF 2.0 when I create a Smart mobile application project..... is there anyway to check in object browser that that mscorlib is from which .NET  framework version (.NET 1.1 or CF 2.0 ) ... I want to do some work with the Serial port....that's why i am looking for this API.. Thanks   ...Show All

  • mahima How to copy a .DB file to Windows CE .NET Emulator(Default)

    Hi I have created a Project (.net CF for Windows CE .NET Emulator(Default)) while deploying the application my database file(Sqlite file ) in the project needs to be copied inside the Program Files\AppFolder of the emulator.I am using VS 2003 where the "Copy to output directory" property is not present which copy files to the same folder on device as your EXE. Please reply soon I am sorry this forum is dedicated to questions related to Device Emulator shipped with Visual Studio 2005 only. You may want to post your question on microsoft.public.windowsce.app.development newsgroup where it has got better chances of being answered. -Thanks, Mohit ...Show All

  • TonyVFP Console Applications Help needed

    hi all, I want to develop a console app and call it from my main application. how to do it If i want to pass any arguments to console application then Is there any mechanisms tht u appln made by me, send msgs plz help needed.How to make the console appln to run in background hi, thanx for the help. By msgs i meant, is there any way to have communication between the 2 applications Like RPC (remote procedure call) something like tht. 2ndly, If i use Process.Start() and call the exe to run, if i stop the main appln from where i called the another, then tht called process will also stop Also, i want that the console appln should run after specific intervals and do the work. is it possible to exit the ...Show All

  • Jon Stroh Compressed Cab file format

    Hello Everyone, well i developed a client server applications for smart device but when i made the Cab file.. its over 1 MB in size (as it contains many bitmaps)... i want to compress that Cab file .. i know there is an option of compression but the problem is that .. when any client ask for the installer, the server will make some changes in that Cab file before giving it to client .. so its necessary for server to know the format of the Cab file .. so that it can make changes in it ... and its not easy to change anything in a compressed Cab file ... but how can i compress that Cab file in such a way that the server can understand its format and can made changes easily .. is there any way of doing this ... i really appreciate res ...Show All

  • Joshua-Programmer Calculating boundingbox

    If I have the center and zoom-level of a tile, how do I calculate the extents of the tile In other words, what are the extents of a tile I know this changes because of the mercator-projection. The new tilesource spec returns a tileContext which only holds the three values mentioned above, which I think is far from enough to create a dynamic generated layer from a different datasource based on long/lat. Especially if you have t to perform on-the-fly reprojection to Mercator. Is it possible to extract the Mercator-coordinates, and translate the zoom-value to a tile-size based on these units Cool cool. Any chance you will be sharing the solution on a web site somewhere. Hint, hint I'm sure the SharpMap ...Show All

  • Duane Haas C# Java Interop: Unable to read data from the transport...

    Hi, I am using a TCP client to connect to a Java Server. I tried the code on a .NET 2 application using c# it worked fine, but when I tried it on a Pocket PC 2003 application I get unable to read data from the transport connection. This is a snapshot from the code I am using: tc = new TcpClient (); System.Net. IPAddress ipAdd = System.Net. IPAddress .Parse( "10.100.101.37" ); System.Net. IPEndPoint remoteEP = new System.Net. IPEndPoint (ipAdd, 8080); tc.Connect(remoteEP); NetworkStream ns = tc.GetStream(); StreamWriter sw = new StreamWriter (ns); sw.WriteLine( "logon: " + userName + " " + password + " \n" ); sw.Flush(); StreamReader sr = new StreamReader ( ...Show All

  • Stupidav Migrating from 1.1 to 2.0

    Has anyone been able to successfully migrate a 1.1 compact framework app to 2.0, by only using the Visual Studio 2005 wizard I am struggling doing the same, as the references for System, System.Data etc, stay in ver 1.1.4322. They don't go over to 2.0. Has anyone had this experience, and if so, what did you do to fix it Thankyou Thanks Alex, I will try your suggestion. It worked! Thank you Alex. Right-click on the project in the Solution explorer and select Upgrade. ...Show All

353637383940414243444546474849505152

©2008 Software Development Network

powered by phorum