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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

How to page up and page down in datagrid ??
Certificate for PPC
.NET CF 2.0 application occupies lot of memory
No add-ins on gallery.live.com
uploading file automatically
Multi point route
Querying SQL Server CE 3.0 with Visual Studio
System.TimeZone.CurrentTimeZone
Microsoft, With Visual Studio 2005, has forgotten Windows CE 4.2
Regarding ListView Control

Top Answerers

Zvonko
swapna_n
Brett Shearer
Steve Whitley
sbuster
Couch_Dude
Jraven
Ravencraft
yababer
daniel-egs
sitemap
Only Title

Answer Questions

  • R8VI Does the new ActiveSync 4.2 work for EVC++3/4 ?

    hi, guys Does the new ActiveSync 4.2 work for EVC++3/4 It looks like the ActiveSync is not un-installable, I figured better to ask this before I install the ActiveSync4.2. Thanks. ...Show All

  • ljames28 Perfomance monitor doesn't shows .NETCF performance objects

    Hi, I am trying to monitor a .NETCF2.0 application on Windows Mobile 5 PDA using http://blogs.msdn.com/stevenpr/archive/2006/04/17/577636.aspx. I am able to launch the application from remote performance monitor application but I am facing following problems Remote performance monitor doesn't shows count of different entities. Perfmon.exe doesn't list out .NETCF performance objects. as in 4th image on the blog page. Can any one help me out to solve this problem It was because the application I was monitoring was a .NETCF 1.0 application that I had upgraded to .NETCF 2.0. The upgraded applications doesn't shows the Performance counters on RPM tool. ...Show All

  • Troy Lundin Bitmap.Save() in Windows CE5.0

    Hey, I am working on a project using the Symbol MC3000 mobile computing device Running CE5.0 with .NET CF 2.0 SP1). This particular device has an imager which we are using to capture a picture. After the picture is captured, we are creating a bitmap object (System.Drawing.Bitmap) to store the image while we create a Graphics object (with the bitmap as its image). We use the graphics object to post a date/time stamp to the image (drawString()). After that is completed, we are using the Bitmap.Save() method to specify a filename and image format. However, it is crashing on the save with a Not Supported Exception. Here is the code: Dim captureBitmap As Bitmap captureBitmap = New Bitmap(imageStream) 'imageS ...Show All

  • Brian Chavez Get and Set the position of a scroll bar of a ListBox in NETCF2

    Is it possible to set the position of a ListBox scroll bar in C#. I've inherited the ListBox class. I get a NullReferenceException when I try to do this: IEnumerator i = listBox1.Controls.GetEnumerator(); i.MoveNext(); MessageBox .Show( string .Format( "i.Current.Visible.ToString() = {0}" , (( ScrollBar )i.Current).Visible .ToString())); i.Current returns NULL. It works for a datagrid. Datagrid is a composite control written in netcf entirely. Listbox is a native control - it does not expose the scroll bar control. Normally you would set the TopIndex property to position the scroll bar ...Show All

  • RobDever Installer for Pocket PC WM 5.0

    Is there a difference in the way you create a setup for Pocket PC WM 5.0 I know that in a regular Windows application, you create a setup and deployment project in your current solution and then you build the setup project which creates the installer. What about for Pocket PC, what steps are required to do so I know that when you want to install a program to your pocket pc, you run the installer from a regular machine and then the installer looks to see if you have a Pocket PC connected through ActiveSync. Just wondering how you do that No, Click Once is not available for devices. Go with normal desktop MSI which would deploy via Active Sync to device. I can make this with clickOnce Saludos, Awesome! T ...Show All

  • stombiztalker Maximizing DataTable in DataGrid

    Hi, On Windows Mobile 5.0 (OS 5.1.70 build 14410.1.1.3) I have a .NET CF 2.0 SP1 application. I'm trying to fit a DataTable in a DataGrid, but I can't get the DataTable to maximize in the DataGrid. In the first for-loop I'm setting the width of the columns to match the width of the DataGrid. ------------------------------------------------------ DataTable dt = new DataTable("msgdata"); if(m_data_dg.TableStyles.Count > 0) m_data_dg.TableStyles[0].GridColumnStyles.Clear(); string[] columnNames = table.columnNames; DataGridColumnStyle[] tbcs = new DataGridTextBoxColumn[columnNames.Length]; int w = (m_data_dg.Width) / columnNames.Length; for (int i = 0; i < columnNames.Length; i++) { tbcs = new DataGridTextBox ...Show All

  • noluckmurphy Live chat from website

    I would like the create a web application which allows live chat advisors to interact with visitors. Something similar to liveperson.com. Is it possible (or will it be possible) to use the Windows live messenger to do this through a web page If not can someone recommend an api or software I can use to build such an application Thanks Danny ...Show All

  • vcboy ApplicationId-Ip Specific

    hi, I got applicationid to aceess msn search api and its working correctly in local system(from where i get applicationid) but the problem is when i use the same applicationid in the program and run it in different system(in server) its giving exception.Is there any problem with applicationid,is it ip specific thanks in advance You should be able to run your application from multiple IP addresses using the same applicaion ID. Can you be more specific about what exception is being thrown hi f mccown , that was not theproblem with application id,it was due to server version problem .anyway thank you. ...Show All

  • Alex Stevens how can i get current process(our application) memory usage in .Net CF2.0

    Hi, I want to get current process(only our application) allocated memory usage. .Net Framework, i got one property for current process memory usage(WorkingSet64). Sample code: Process myProcess = null ; myProcess = Process .Start( "notepad.exe" ); MessageBox .Show(myProcess. WorkingSet64 .ToString()); But i searched the same in Compact framework. In openNetCF namespace having some property. OpenNETCF. Environment2 .WorkingSet; This is returning whole free physical memory. can anyone help me . which are the property or method will return current(particular application) memory usage . if available any other API or namespace, please let me know ASAP. Thanks, Raj ...Show All

  • JustinS How to use Dictionary<Control, string>?

    I find Dictionary< Control , string > can be used in .net compact framwork 2.0 in MSDN, but when I use it in VS2005, it can't find the Class ,and There is no System.Collections.Generic in directory "C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\CompactFramework\2.0\v1.0\WindowsCE",How can I use it I'm using it in my application! What error you are getting from compiler when you write this code Yes, it can be used on NETCF V2 but you're on NETCF V1 project as path indicates. If you want to use V2 features you would need to create V2 project type. ...Show All

  • Vladutz Still not working

    We are getting this error since saturday night: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: signature check failed Our client is linux/axis. Anybody else seeing that Is this a sandbox or production issue Can you try re-adding the certificate again, by following the information in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=679136&SiteID=1 Thanks, Shai yes - we are seeing it as well. Has MSN acknowleged that there is a problem Anyone using report service for downloading reports wi ...Show All

  • errolian Pocket PC 2003 Emulator can't connect to Activesync in neither evc4.0 or Visual studio 2003

    I have the winxp Sp2 Environment 1. activesync 4.1 2. Disable firewall 3. emulator device PPC 2003 shows my network ip but does not connect to activesync 4.1 4. virtual machine network services installed on the network connection on the desktop PC. There are tons of people have this problem, you can check in the google. IS there any solution for this or not. Thanks in advance . This forum is for the DeviceEmulator, which ships in Visual Studio 2005 and as a standalone web download. Are you having problems with the DeviceEmulator, or with the x86 emulator The DeviceEmulator doesn't require virtual machine network services or any network connectivity at all. Barry ...Show All

  • mcdonaldn BinaryReader and GPRS question

    Hello everyone, I am using BinaryReader to read data from a socket (TcpClient). My problem is that when using GPRS on one of the carriers here BinaryReader.read() does not read correctly from the stream. On other carriers everything works fine. Any suggestions on how to try and solve this problem I have tryed to do debug using GPRS but it seems that ActiveSync 4.5 beta, although it has an option "Allow wireless connection on device when connected to desktop" this blocks GPRS. Any suggestions are welcomed. Thanks. Call that carrier. Hi Bergtatt, did you find any solution to this problem , and Ilya, you’re meaning that this problem could be that the telephone company is messing up somehow I’m doing some ...Show All

  • salsabear Listview Problem

    Hi, We are working on a PocketPC application in VB.net on Compact Framework 1.0. The main module has a ListView on which other sub-modules are listed as items. On the click of the items the corresponding sub-module is launched. When we exit from the sub-module we get back to the main module with listview visible. The issue : When any item is clicked, the item gets highlighed with blue color. Then, the sub-module is launched. On exiting from the sub-module we get back to the main module. Now the problem is that ListView retains a blue border around the last selected item. How can this blue border be avoided I want the List View to appear as before (Initial state, without any extra blue col ...Show All

  • Pockey Selecting a row in a datagrid problem

    Hi, I have a datagrid with a currentcellchanged event. But when there is only one row in my datagrid, it gets automaticly selected after dg.DataSource=_arrList[]. and when I click on it, the currentcellcanged event is not triggered. With two rows it works perfect. Does anybody has an idea to solve this Grtz Annihil8 There's no click event on a row, there's only click event on the entire grid. Then you can get click coordinates (e.g. via MousePosition) and figure out the location of the click using HitTest . hi, i am working on a similar kind of problem. can anybody tell me how to implement a click event on a particular row on a datagrid But of course it's not triggered as there's no ...Show All

808182838485868788899091929394959697

©2008 Software Development Network

powered by phorum