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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Labels on Maps
Dealing with lists and images
Expandable control in Smartphone
Why Can not I connect the WM5.0 device by the remote process viewer and remote heap walker?
Vista, VS2005 SP1, Mobile Device Center and disconnects
Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '%csidl_program_files%\minisirio\sy
Wake Up PDA or Keep awake ?
deployment of windows app on pocket pc
Subject: VS2003 Controls in VS2005
how can i open the Form design view on VB.NET

Top Answerers

TBing
Derek Nedelman
LeeCripps
kkarre
Kevin Hoffman
ajaimes
Jangid
Troy Lundin
airwalker2000
Manmeet Panigrahi
sitemap
Only Title

Answer Questions

  • Mark Remkiewcz 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

  • yhong Why do I get get LNK2019 error?

    Hi! I do not understand, why do i get this error here: error LNK2019: unresolved external symbol D3DMXCreateTextureFromResourceExW referenced in function "long __cdecl InitVB(void)" ( InitVB@@YAJXZ) Everything is linked properly! Why is it wrong pragma comment (linker, "/nodefaultlib:oldnames.lib" ) #include <windows.h> #include <d3dm.h> #include <d3dmx.h> #include "resource.h" #include <aygshell.h> //----------------------------------------------------------------------------- // Global variables //----------------------------------------------------------------------------- LPDIRECT3DMOBILE g_pD3DM = NULL; // Used ...Show All

  • SaravanaKumar Replace standard Bluetooth Hands-Free Profile in Windows Mobile 2005

    Hi, I want ed to know - can I replace standard Bluetooth Hands-Free Profile in Windows Mobile 2005 (PPC and MS Smartphone) on my user profile I am not sure that it’s possible generally. Can anybody help me regarding this Any sites..releted documents...releted code.... Have you any ideas about this issue Are you talking about simply replacing it or more about programming aspect This forum is about programming on smart devices and not about it's usage. Manav Hi, I want ed to know - can I replace standard Bluetooth Hands-Free Profile in Windows Mobile 2005 (PPC and MS Smartphone) on my user profile I am not sure that it’s possible generally. Can anybody help me regarding ...Show All

  • Malik Zulfi Including Symbol dll in Smart Device CAB Project

    My Visual Studio 2005 project references symbol dll files in C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\Symbol Technologies. I have them copied to a local folder under my solution folder, along with some other 3rd-party dlls. They are set to Copy Local when I include them in the Visual Studio project. I don't understand why the Symbol dlls are not included with the "Primary output from ASF.BlueWave.BarcodeCF.UI" in the Smart Device CAB Project The other 3rd-part dlls apeared magically in the File System Editor, but not the Symbol dlls. They all show up under Detected Dependencies along with the .NET framework dlls. When the user tries to run my program, he sees: File or assembly name 'Symbol.Barcode, ...Show All

  • nils49 Custom Domains without support.

    Windows Live Custom Domains don't have support. In the WLCD spaces tell http://customdomains.spaces.live.com/ about a problem with Live Mail Invitation published Aug 28. Right now, this option not working, and any support person post any comment in 2 months. =( Hey Awuelo, I agree with your statement, however this is not the right place to voice your complaint. Try the dedicated feedback site: http://feedback.live.com/eform.aspx productkey=wldomains Or mail the team directly via: dsupport@microsoft.com The feedback site is actually intended to allow you to give us product feedback; are there new features you'd like to see If you have a support question ...Show All

  • Motifmaker Error

    I cant get windows live to work. I keep geting this error code:8004882c Anyone know what this error is Humm It seems that no one knows what this error is. :( Hey Friends... I'm really so afraid with some Windows/MSN Developers, what kind of Impact Analysis they do I've got the last windows security update and my messenger stoped to work! Incredible, isn't it The same error code has been reported to me... what the hell can I do I'm using MSN 7.5 version and I really don't update to Live version because I don't wanna be a dummy tester in this "beta" (yes... beta, yet!). I'm wainting for your reply... thanks. how did ...Show All

  • BJohansson file opened?

    <deleted> Please do not cross post. Merging... OK... so I thought about your proposal and made a test application that keeps track of instance count. I also put in a command line argument parameter to get the name of the file and how the application is being told to open the file Here is the entire program ( Form1 is the standard template form that is made when you create a new Windows CE application ) static class Program { static int INSTANCE_COUNT = 0; [MTAThread] static void Main( string [] args ) { INSTANCE_COUNT++; if (args != null) { string msg = ""; msg = INSTANCE_COUNT.ToString(); string temp = ""; ...Show All

  • mettoff Missing .NET Framework installation?

    Hi All, If already completed installing .NET CF 2.0 onto the smart device but when running the application an error message occurs saying need to install .NET Framework v2.0 50727. Please can anyone tell me how to solve this problem if there any way to know if the .NET CF is working or not and what version is it on the smart device. Thanks Hi Ilya, Is it official that WM5 AKU3.0 Device come with NETCF v2 inside the ROM NETCF V2 is an optional component of AKU3. It’s up to OEM to choose NETCF V2 or NETCF V1 SP3. what exactly is the error message have you tried the CAB install workaround Attempt to install NETCF V2 RTM ...Show All

  • FS2K My First Live Writer Plugin for BeyondTV!

    Well, I took the plunge today and wrote my first plugin for Windows Liver Writer and my first BeyondTV application. There are still some changes I want to make, but I did complete my objective. If you're interested in checking it out... you can read all about it on my blog. http://myblog4fun.com/dmohorn/archiv.../10/11/24.aspx ...Show All

  • Coleby CreateToolhelp32Snapshot Windows Mobile 5

    have struggled with getting the Sample app 'pviewce' to work under Windows Mobile 5, on an Imate Jamin (QTEK S200). For some reason CreateToolhelp32Snapshot(); Returns an INVALID_HANDLE_VALUE Now it gets even more weird, GetLastError() r== 8 Which means : "Not enough storage is available to process this command. " I still have 19MB of free RAM, and other applications that use CreateToolhelp32Snapshot (exe files) seem to work. Security is switched off. I am using "Windows Mobile 2005 SDK" for the PocketPC Any clues Thanks ... I have exactly the same problem on Windows Mobile 5.0 (Pocket PC) calling CreateToolhelp32Snapshot(TH32CS_SNAPPROCESS, 0) from a DLL It returns a ...Show All

  • DavidThi808 System.IO.FileNotFoundException when accessing resources

    I have recently upgraded a project from VS2003 to VS2005 and am having some trouble getting the thing to work. Whenever I try and access an item from a resource file i get a FileNotFoundException. I moved all the strings to the built in project resource file and used My.Resources.ResourceManager to access it but still no joy. I have also seen the error when a form is being loaded that contains a picturebox with an image. again when it is trying to access the resx to get the image. Any ideas This is really frustrating! I'm getting the exception, but it's caught internally and still returns the string value. Yes, my project file has also started throwing this exception, whereas a virgin one does not ...Show All

  • Blkbird Using custom fonts on windows mobile devices

    hello, We are developing an winforms application for win mobile devices. We need to target win mobile smart phones 5.0 and 2003, also win mobile ppc 2003 and 5.0. What we should do if we want our own custom fonts for the application. can we use and install a particular true type font  on all of the devices above second option is going for our own bitmap fontstrings but in that case how can we use them in managed application where controls like textboxes,listviews does not support these fonts  we are developing managed application with c#., and as much as possible want to leverage on rich controls provided by .net., Only hurdle here is fonts, please suggest us suitable solution urgently. ...Show All

  • Koen M Creating non soft key menu bars (PP 4.2 style) without any resource files using the win32 Api?

    Creating non soft key menu bars without any resource files using the win32 Api Is that possible It is possible for soft key menus (2 top level menus max) using CreateMenu() and setting the SHCMBF_HMENU flag for SHCreateMenuBar(). But it does not work for more than 2 top level menu entries. What I need is a completly dynamic menu, even on the toplevel wihout using "static" .rc files. Any help/input would be really great thanks. ...Show All

  • kmbarz Call External Function from WebBrowser

    I'm developing an application for Pocket PC 2003 using Visual Studio 2005. Within the application I have a WebBrowser control and I am writing html to it. I would like to be able to call a function from within the webbrowser. Here's my sample code: private void Form1_Load(object sender, EventArgs e) { String html = "<html><body><form>"; html += "<input type=\"Button\" onClick=\"window.external.Test()\" value=\"Call Function\" />"; html += "</body></html>"; webBrowser.DocumentText = html; } public void Test() { MessageBox.Show("Hello from Browser"); } I would like to be able to click on the html button and call the Test( ...Show All

  • tazan Pushpins in V4

    Pushpin script working in version 3.x is no longer working in V4 when in 3d mode (works fine in 2d)...quite a few of the parameters in the failing pushin are null and the javascript error is complaining about a problem with 'length' A little debugging revealed an interesting bug--the title field can't be "null", but can be an empty string. In other words, this works: map.AddPushpin(new VEPushpin('LayPP:13',new VELatLong(30.557437,-84.221834),' ','13',null,null,null,null)); I'll let the team know. Can you provide some more specifics So far, I'm not having trouble with any of the supported pushpin behvaviors in 3D mode. Caleb-- I don't have mu ...Show All

5678910111213141516171819202122

©2008 Software Development Network

powered by phorum