Answer Questions
BlkShdw88 how to hook a application when it start
can somebody give me some suggestion i want to hook a application when it start,and block it...... but i have no idea for that. I am impatient to hear from you. Seaman You could use the ToolAPI and the state notification broker, so you don't kill the battery. Use the notification broker to watch HKCU\System\State\Shell\Active Application. It gets updated whenever you run a application. Sleep the rest of t ...Show All
David Palmer Creating a mobile web application
How do we create a mobile web application with visual studio 2005 There is not an option like mobile web application on projects selection or anywhere. When sizing the page, what are the boundries. I'm assuming the page size should be kept to a minimum. You mean an application which runs in the web browser of a pocket pc That is just a regular web application which ...Show All
Richard Lennox system.deployment.dll
I just installed VS 2005 and am trying to build a cab file, for a project that was working in VS 2003, using the Walkthrough "Packaging a Smart Device Solution for Deployment". When I try to build the CAB file I get the message "Unable to Load Referenced Library ....\ system.deployment.dll, version 2.0 is not a compatable version". After you open the project, go to Project and click "Up ...Show All
romano What referenz is used in this Tutorial?
Hello, in the Video Creating a Managed Bluetooth Application Using Microsoft Visual Studio 2005 http://msdn.microsoft.com/mobility/windowsmobile/howto/ehowtos/default.aspx it is showen how easy it is to use Bluetooth. But when I start to build a WM05 Application in VS2005 I don’t have bluetooth. What Library do I need or what Referenz do I have to add to build the same Application like the one showen in the Video Thank you twickl ...Show All
valko How to build DLL programme base Smartphone
in Visual Studio 2005, there is only MFC DLL project, but Smartphone does not support MFC develop then how to develop DLL project based on smartphone thanks! Oh, and if you don't want to use MFC, you can create a DLL project through the Win32 project wizard, one of the options on the application settings page is DLL. Hope this helps, Jeff Abraham Visual Studio The version of MFC that ships with VS2005 can be installed into RAM on a ...Show All
MSNBuger ControlBox
How would I execute code when the user clicks the controlbox (little x in the upper-right corner). for an example, if i wanted to display a form that prompts im the user really wants to exit when the x is pressed; or if i wanted to end the program instead of just closing the form when its pressed can you give me a code example Well, you haven't specified a language. Are you ...Show All
amirtharajs time() / localtime() in VS 2005 Windows mobile 5.0 pocket PC projects
VS 2005 compiles Windows mobile 5.0 pocket PC projects that use time()/localtime(), but the linker does not find their implementation. So which replacements exist under Windows CE that I can use Also, you can use other time related functions like GetLocalTime(). For complete list of time related functions, please follow the following path on MSDN: MSDN Home > MSDN Library > Mobile and Embedded ...Show All
novicestudent Missing assembly information in converted project
This is a rather weird 'bug'. We upgraded a VS2003 Pocket PC project to VS2005. The conversion process didn't change AssemblyInfo.cs and when we go into the new Assembly Information screen in the project properties we see the settings as we set it. When we change it in that property screen, it does change in AssemblyInfo and vice versa. But when we build the project and have a look at the properties of the executable there is no version info ...Show All
bweiland Connection Problems ?!
Plz can anyone help me out with this issue... I'm trying to start developing a Pocket PC App. with XP SP2, VS2003 SQL CE 2.0, SQL Server 2000, Emulator and MS Loopback Adaptor. private void button1_Click( object sender, System.EventArgs e) { SqlCeConnection cn = null ; SqlCeRemoteDataAccess rda = null ; SqlCeEngine sqlEngine = null ; SqlCeCommand cmd = null ; try { if (!File.Exists( \\My Documents\\Intellig ...Show All
Mark Costello change application Startup Icon
hi, when we start an smartphone or ppc application by default windows displays its own icon (wait). is it possible to change it to our own icon regards, rnv no. ...Show All
OPL Activesync & emulator just won't connect
I have been doing a development project for about a month now and everytime I sit down to work I dread the wrestling match I'm going to have with connecting the emulator with activesync using the EmuASConfig. Sometimes it will connect up, most of the time I have to repeatedly initiate the connection until finally it hooks up. I thought I had a process where I would delete any partnerships prior to starting and that seemed to make things a ...Show All
Francois JEAN BackgroundWorker class
Is BackgroundWorker available in compact framework I need to implement a downloading app for my PPC and i find BackgroundWorker as the easist and the best solution but MSDN says it is available only in .NET framework. I think there is nothing OS specific in the class and should be available in compact framework. Also there are a lot of open source implementations of this class available for CF but i would like to use only MS version. When wil ...Show All
Pandiarajan.net How to install MSMQ on PocketPC 2003 Emulator with Visual Studio 2005?
Hi! I am fairly new to Windows Mobile development, so maybe I am missing something fundamental here. I am sorry to say I got into some endless link loops while searching for clues within MSDN documentation... I have two applications for .NET Compact framework that I want to run on PocketPC 2003, and later on Windows Mobile 5.0 devices. One is a windows application, the other a service process without user interface. The windows application ...Show All
Cathie 64 ArrayList overwriting values when add elements
Every time I add an element to my ArrayList it, it adds the element but also overwrites the values added previously. Here's my code: while (drdrDataReader.Read()) { item.Item._ID = drdrDataReader.GetString(0); item.Picture = drdrDataReader.GetString(1); alItemList.Add(item); } drdrDataStream.Close(); Is there something I'm missing ...Show All
jvanulden File list from a SmartDevice on a web page.
Hi Can anyone offer me some advice on an issue I am having. I am writing an appilcation that runs on Pocket IE. I need to find a way to browse the files on the device and grab the path for a picture. Using the normal .net frame work you can use <input type=file .....etc in the html. This is not allowed in Pocket IE. So I am trying to write a work around. string [] fls = Directory.GetDirectories("\\Program Files"); Lis ...Show All
