-
- Trying to deploy/setup my first PPC app
by SteveZ
- 10 Replies
- Last post
by Ilya Tumanov
- I've developed a mobile app with VS 2005 - for an iPaq PPC.
It uses both SQL CE on the PPC and also connects to a "server SqlServer2005 instance" using the System.Data.SqlClient.dll
I've got two PPC - my development PPC which is working fine (since VS deploys all the dependencies) and a "test PPC" where I'm try to push CAB's and what not so that I can get the app
-
- Set status lamp on mobile device
by Computer-L.A.N.
- 2 Replies
- Last post
by Computer-L.A.N.
- Hello!
I would like to set the status lamp on a windows mobile 6.0 pro device to blinking/non blinking. How can I do this using C# code
Best Regards
Markus
-
- Retrieving Path of the file
by Malleswar
- 5 Replies
- Last post
by Balambikai N P
- Hi Friends,
I am presently using the path like "\\Program Files\\Images\\image001.gif"
But If my application get install on memory card, path may get change. How can we know the path programatically.
Thanks in Advance,
-
- GetTickCount and substantial differences from wall clock
by wdixon
- 0 Replies
- Last post
by wdixon
- I have a WM5 (smart phone) application which attempts to compute elapsed time between events using GetTickCount(); however, I am finding GetTickCount's notion of millisecond is substantially shorter than wall clock time (perhaps only 75%). Over a wall clock period of 36 seconds as computed with GetSystemTime() - the elapsed time computed with GetTickCount() was 47 seconds. After a bit of digging I
-
- Dynamically Resize Gadget Settings Window?
by smcandrew
- 4 Replies
- Last post
by Chris Crowe
- I have a gadget which allows up to 10 text entries into text fields. The norm will be that a user will utilize three or so. My default view of my Settings.html file shows three textboxes. I would like to have a button to add another row to the data entry table, and, when that button is clicked, to dynamically resize ("grow") the height of the Settings panel, and to then display the new r
-
- where to find the signtool.exe?
by Myime
- 1 Replies
- Last post
by Myime
- Hi,
I'm sorry. I don't where to post this subject.
I want to use the : \Windows Mobile 6 SDK\Tools\Security\CabSignTool\cabSignTool.exe to sign my cab files,
but when I input the following command line:
cabsigntool myapp.cab myapp.cab -f myapp.pfx
It show the following error:
CABSIGNTOOL: Extracting CAB contents.
CABSIGNTOOL: Signing CAB contents.
CABSIGNTOO
-
- ActiveX Controls
by Ancient Dragon
- 1 Replies
- Last post
by avinash prasad
- I have VC++ 2005 .NET Pro version. I know how to create ActiveX controls, but how do I use them. When I create a new dialog application, right click the dialog box and select Insert ActiveX Control, a list pops up that shows the ActiveX controls I can select. The control I just created does not appear in that list. When doing the same thing with eVC++ 3.0 compiler I had to also make a desktop cont
-
- Command line build of windows ce 5.0 in x86 failing with errors
by NeelTiwari
- 4 Replies
- Last post
by NeelTiwari
- Hi,
As part of our building process, i've copied the command line utilities from Visual Studio 2005 into another folder (maintaining the exact folder locations, etc. within the folder), in addition, i have copied folders containing header files and libraries of every SDK i need.
I have been given the task of building our product code in windows ce 5.0 for both ARM and x86 processors
-
- Overwrite Key Handling in Windows Mobile
by Leonard Lee
- 1 Replies
- Last post
by hedaayat
- Hi all,
Referring to Keys and Key Codes for Windows Mobile (http://msdn2.microsoft.com/en-us/library/bb431750.aspx)
0x75 VK_F6 VK_TVOLUMEUP Volume Up.
0x76 VK_F7 VK_TVOLUMEDOWN Volume Down.
How can I overwrite this F6 and F7 key handling in Windows Mobile
E.g. I would like to call my function using F6 key.
Is it possible
Thanks in advance.
-
- weird socket error
by mac.developer.es
- 3 Replies
- Last post
by Mario van Zeist
- Hi everybody,
I have a very strange problem with my application which opens a tcp socket to exchange small data packets with a server. The applications opens only one socket when it starts which is reused during the application life-cycle. The device listener main loop is something like that.
void listenerLoop()
{
try
{
while (!m_disposed)
{
if (m_st
-
- Issue with app Icon on the title bar
by nabeelfarid
- 3 Replies
- Last post
by Dan Elliott-MSFT
-
Dear ppl,
I have written a windows mobile 5.0 application with 4 forms in it. The first form opens second, the second form opens third and third opens fourth. Each form opens the next form as Modal form.
What I need to do is when the Main Form (first form) is loaded, an icon should appear in the Title bar. Now when the user click that icon, the application should hide and vice vers
-
- Flash Gadgets Rejected from Gallery?
by Powers
- 6 Replies
- Last post
by wkdown
- What are the restrictions for loading dynamic flash gadgets to the gallery I submitted a gadget with object code that loads flash from a public site and it was rejected with a
There was a problem when we tried to install your submission.
even though the icon, xml, js, and css were all local. What do I need to do to load flash gadgets
-
- detect what version of windows mobile device is running?
by coltsith
- 2 Replies
- Last post
by coltsith
- Is there a way to see if the current handset is WM5 or WM6 I'm using .NCF 2.0. Thanks!
-
- .NET Compact Framework implementation of BindingList<T> and InotifyPropertyChanged
by Alexander Tashkov
- 2 Replies
- Last post
by Alexander Tashkov
- The RaisesItemChangedEvents property of the .NET Compact Framework implementation of BindingList<T> returns ¡®false¡¯ even if the contained objects support the INotifyPropertyChanged interface (e.g. BindingList<DataRowView> ). BindingList<T> does not subscribe for the PropertyChanged event of the objects and, respectively, does not fire the ListChanged
-
- How to get SMS Collection Using C#
by EvanescenceX
- 2 Replies
- Last post
by EvanescenceX
- Hi somebody,i wanna backup Short Message's In Box and Sent Box using C# in dotNET 2.0,but i don't find way.please ,thx.
-
- OFFTOPIC
by gill
- 10 Replies
- Last post
by Jonathan Abbott
- Hi,
I have developed a gadget that is now finished and ready for distribution. However, when I install the gadget, I always get the following question from Windows Vista: Windows Sidebar - Security Warning The published could not be verified. Are you sure you want to install this gadget Publisher: unknown publisher Is it correct that I must sign the gadget to remove this warning If yes, how do
-
- GIF in Emulators
by Ratheesh&#42;MCP&a
- 6 Replies
- Last post
by Ratheesh MCP
- Hi,
How can we display GIF images in emulators and smart phone devices
I am using CF2.0, SP CE 5.0 Emulator, VS 2005
Thanks
-
- regsrvce.exe and Platform builder
by kfsoft
- 3 Replies
- Last post
by Michael Koster
- Hi,
I want to register a directshow filter. Actually I'm using one of the Microsoft exemple : ball.dll.
I use regsvrce ball with Platform builder, but I have the error message DllRegisterServer in ball failed, and then ball.dll is unloaded.
Do you have any idea how to solve this problem Is there any problem to use regsvrce with Platform builder
Thanks a lot
Rgds
-
- implementing app in various screen size.
by MMBVN
- 4 Replies
- Last post
by WoayChee
- Hi,
I developed an app for pocket pc HPIPAQ.now I am trying to implement in smartphone TREO 700w.My problem is the controls are not resized according to screen size(240 x 240).
Should I develop UI for each and every mobile device according to its screen size.
Regards
-
- Simple CE application
by pippyn
- 3 Replies
- Last post
by pippyn
- Howdy,
I'm writing a "Hello World" app for a Symbol WT4070 windows ce device (no touch screen). Developing in C# in Visual Studio 2005. I selected new project/visual c#/smart device/windows ce 5.0 to create my project.
Form has one button. and the following code:
private void button1_Click( object sender, EventArgs e)
{
MessageBox .Show( "Hello, World" );
-
- FTPWebRequest
by DMottorn
- 1 Replies
- Last post
by Ilya Tumanov
- I'm working on a VB app for a Windows Mobile 5.0 device. I have VS 2005 Professional and the latest version of CF 2.0 installed. I'm trying to read and write files from/to a server using FTPWebRequest and I'm getting a not defined error when I try to declare an instance of the FTPWebRequest . I read several posts on this issue but they were several months old. Is this feature still not available i
-
- Problem in deploying Windows CE 5.0 application
by Kumaran A
- 14 Replies
- Last post
by Kumaran A
- Hi all, Am very glad to join this discussion forums.
Created a Windows CE 5.0 application(Visual Studio 2005, Visual C#, SmartDevice ->Windows CE 5.0
I have prepared the Custom installer for this application by using this link( http://msdn2.microsoft.com/en-us/library/aa446504.aspx ) help...
Coppied the Setup file in to the Windows Ce 5.0 Device and and tried to install. But am getting
-
- Loading/Processing Image
by sourvil
- 7 Replies
- Last post
by sourvil
- Hi all, I have a device application on WM 5.0. And i want to show a loading or processing image automatically when the application slows down. Can i do this and if i can, how can i do this Regards..
-
- How to detect Regional Settings changes?
by Ionized
- 4 Replies
- Last post
by Michael Koster
- Hello,
Does the operating system send any messages to an application window when there are changes to the Regional Settings in Windows Mobile For example, the user selects a different time and date format under Regional Settings.
I'm new to Windows programming and I'm trying to create a Today screen plug-in that is capable of detecting such changes. Can someone suggest ways to achieve this
-
- WinCE4.2: error running an application with DLL
by hosila
- 1 Replies
- Last post
by UdayaBG
- Hi all,
I have a problem about creating a DLL and an application(test.exe) to access the DLL under WCE 4.2 in ARM target.
I create a DLL and an application to access the DLL using EVC 4.0. When £É can run the application on emulator which is fine, but I can't run it on target after I re-build it (WCE ARMV4I) to fit my device and copy the test.exe and DLL to the same floder by ActiveSync. The