-
- Help with Form background update(C#-.NetCF)
by rusty556047
- 7 Replies
- Last post
by rusty
- Hi. I'm trying to do a download manager, for a smart device. When I went to a web page or file, and try to download it works fine. I have a listview with the entries of downloads with some data of them (file,speed,status,progress). The update of the listview works fine, too. But when I'm doing "the update" of the listview, I can't do anything else. I can't do anything in the form, even c
-
- Error with internet mobile toolkit instalation
by Missa580255
- 1 Replies
- Last post
by Ilya Tumanov
- How to install internet mobile toolkit when its installation says that i have incompatibile version of .NET framework. I have installed .NET framework 3.0 and compact framework 2.0 SP1.
-
- problem with cab file
by IQ7
- 2 Replies
- Last post
by Saravanan V V
- The name of application is "Marasmus Buba". So "Marasmus" is a manufacturer. I use setup dll to install my today plug-in. 1. if i set. Manufacturer: Marasmus ProductName: Marasmums Buba Everything is ok. But at remove/add program i see "Marasmus Marasmus Buba". 2.So when i correct it i set. Manufacturer: Marasmus ProductName: Buba application ( my today plugin ) do no
-
- Launching Application is not working good
by Frederic Buchet
- 1 Replies
- Last post
by mgaur_MSFT
- I'm trying to debug a smart device application under Visual Studio 2003. The application is deployed on a windows mobile 5 device.
Everything works fine when I try to debug :
- compilation is ok
- deployment is ok
but when VS2003 try to launch the application, nothing occurs (no launch and no error message, but if i execute the application manually, it works).
I read a lot about thi
-
- Activate Today Screen from .NET CF application
by sangeetha shanmugam
- 1 Replies
- Last post
by Guang-Ming Bian - MSFT
- I need to activate the Today screen when I click on the Start->Today menu from a .NET CF application.
I had used the following method
SetForegroundWindow(GetDesktopWindow());
but still I dont see Today screen getting activated. The application form is still in the foreground whenever I click on Start-Today.
I am not sure on which event I need to invoke the SetForegroundW
-
- How to Automate Deployment process to emulator
by Sudheendra
- 1 Replies
- Last post
by Mohit Gogia
- Actually I am automating the nightly build for my .net project, following is my requirement to be automated
1. Need to obtain the source from VSS
2. Need to build the solution
3. Need to deploy the dll's into emulator
I have acieved the first two steps and i am not getting how to proceed with third one
Since deploying into emulator needs lot of stuffs like connecting in
-
- OSIP porting to winCE
by Anant Badgujar
- 1 Replies
- Last post
by Srikanth Bogadapati
- Hi ,
can anybody tell me how to port osip library on winCE
I am working on visual studio 2005
Since I want to use it for smartphone 2005 sdk.
Thanks in advance
-
- CE Managed interop with Native
by bpipal
- 1 Replies
- Last post
by bpipal
- Hello all, I'm not hosting CLR in a native process but wanting to consume an Managed Object running in a separate process from the native client. Since there isn¡¯t a type-library marshaller on CE I¡¯m wondering how to create a proxy stub from the Managed Object (or TLB) that is produced. Everything seems possible from an interop standpoint except the fact I can¡¯t figure out how to get a proxy/stub
-
- Tray Icon in C# in WM5
by Perarg
- 9 Replies
- Last post
by cablehead
- Is there any way to add tray icon of an application that is executed in background I wrote an application in C# and i want when it is sent to background(it is minimized) to get an icon in the tray. When i click the tray icon, i get the application back again...
I work in C#, in Visual Studio 2005. The whole project is about PPC Windows Mobile 5 device.
Thank you
-
- How to get Z-Order of window frames
by Farhan_Sharif
- 3 Replies
- Last post
by Ilya Tumanov
- Is there a way to find the z-order of all the window frames displayed on the desktop. Your feedback would be realy helpful. Regards
-
- Display SYSTEMTIME in a MessageBox
by Oridian
- 6 Replies
- Last post
by Oridian
- Hi, SYSTEMTIME st; GetSystemTime(&st); WORD hour = st.wHour; WORD minute = st.wMinute; WORD second = st.wSecond; WORD millsec = st.wMilliseconds; WORD time = hour + minute + second + millsec; I just want to display this in a MessageBox: MessageBox(NULL, time, TEXT("MDN + Time"), MB_OK); This obviously does not work since MessageBox expects a TCHAR for time type, but I am sending a WO
-
- using hidden controls in the form
by mohasad
- 14 Replies
- Last post
by mohasad
- hi all , i am having a great issue in handling windows mobile 5.0 smartphone devices having QWERTY keypads . because in all these devices , the number keys are embedded in differant keys . my application is fully number oriented . so when a user presses a key where the number is embedded , it should give the keycode of corresponding embedded number . so i have tried out with the following code :
-
- CListCtrl REPORT with multiple lines in one raw
by yael876
- 2 Replies
- Last post
by yael876
- Hi
I try to create a CListCtrl REPORT with CheckBox, Image and Text to describe the image.
Everything is works fine except:
1. I can't write multiple lines text in one item raw.
2. The checkbox is in the bottom left corner near the image, and I want it in the middle
Do you have any idea how to do this
Thanks
-
- File/Folder Browser for Smartphone
by dink.iiit
- 0 Replies
- Last post
by dink.iiit
- Im new to Smartphone application development, i wanted to use the WinCE
file open dialog, but i believe Smartphones do not support the common
OPENFILENAME and the GetOpenFileName func....can ney1 help me thro
this.....i donot want to take the pain of making my own Open File
Dialog.
Dinkar.
-
- <img> not working , whyyyy
by bilabi
- 14 Replies
- Last post
by bilabi
- Hi I've been trying for days trying to add a <img> onto part of my gadget but all i get is the X image display. I opened my html page in both IE and firefox, and it displays fine. here's my code html ------ <body onload="updateImage(document.getElementById('logo')); getHTTPObject();"> <div id="panel" > <table border ="1" width="130"
-
- icon on picturebox?
by masterplan
- 1 Replies
- Last post
by Zero Dai - MSFT
- Hi,
i need to use an icon in pictureBox, but this one gives an error (cannot convert Icon to Image)
FileStream fst = new FileStream (fileName, FileMode .Open);
Icon ic = new Icon (fstfst);
pctBx.Image = (image) ic;
This ones doesnt work,too
pctBx.Image = (Bitmap) ic;
I'll be very pleased with your helps,
Thanks.
-
- Best Video Gadget for the sidebar?
by Gadget Dude
- 0 Replies
- Last post
by Gadget Dude
-
- Cannot locate cd rom
by Tbone Capone
- 1 Replies
- Last post
by Ilya Tumanov
- my mom computer crashed and we have spent countless hours getting back to normal,, Everything is working except one little problem,, She has some games and all of them will load and play except for the sims2 and she has many expansion packs and nothing works, The game will install but wont play,, When you put the disk in to play it just says cannot locate cd rom and we have tried everything.. Plea
-
- Pocket PC Service and soft-reset
by Alexander Ignatyev
- 2 Replies
- Last post
by Alexander Ignatyev
- Hello. I have written a pocket pc service, which creates Timer Notification on start. But when the device is soft-reseted the TimerNotification is not deleted. How cat I catch soft-reset event to delete TimerNotification if function XXX_PowerDown isn't present for services (only for stream drivers)
Thank you very much.
-
- Waveform audio issue with WaveIn preload function
by Nikhil Vaghela
- 2 Replies
- Last post
by Chunsheng Tang - MSFT
- I am using Microsoft Waveform Audio Interface for recording and playing in my pocket pc application having wm 5.0 os with .net cf 2.0.
i am using following code
-------------------------------------------------
Code Block
wi = new WaveIn ();
uint numDevices = wi.NumDevices();
if (numDevices < 1)
{
return ;
}
for ( uint i = 0; i <
-
- Serialport.Write deadlock after power up
by Mystify
- 6 Replies
- Last post
by Bob Schaefer
- Visual Studio 2005 Windows Mobile 5 SDK Compact Framework 2.0 SP1 IPAQ hx2790 Zigbee Compact Flash Communications Module I am writing an application to allow a mobile device to communicate on a zigbee mesh network with other mobile devices/custom hardware/pc's I interface with the compact flash device via a "Windows CE elSerial Driver" virtual serial port and AT style commands - similar
-
- How to keep application active
by Erwin Wernsen
- 2 Replies
- Last post
by Erwin Wernsen
- I wrote an app that reads and displays coordinates from my GPS. However, after 15 minutes or so the app is hidden and the desktop is shown. The phone is still on, not suspended or anything and the app is still running but it is not visible anymore. Does anyone know how to keep the application visible
-
- Picture box paint
by Ravinder&#64;8585
- 7 Replies
- Last post
by Ravinder@8585
- hello forum;
i have a requirement in .net compact framework.i need to draw on a picturebox .the image is taken from a camera and mapped to the picture box.now i need to make some markings on the picture taken .i tried creating an On Paint event for the picture box but the drawing is done on the form but not on the picture box. private void pictureBox1_Paint( object sender, System.Windows.Fo
-
- can not debug pocket pc application
by George2
- 8 Replies
- Last post
by George2
- Hello everyone,
I am using Visual Studio 2005 to debug a Pocket PC 2003 application on Poacket PC 2003 SE Emulator (I am using ARMV4 architecture). When using F5 to execute the application, the break points I have set before debug (F5) becomes, the information from the break points is,
-------------------- The breakpoint will not currently be hit. No executable code is currently loaded at th
-
- Smart Device class library
by GKN
- 5 Replies
- Last post
by MarkIsMobile
- I am new to this .net compact framework. I have created a smartdevice application on windows forms. And also I have added a Smart device class librarty(windows CE). These two projects are created in windows CE.
While adding the class library reference to smart device winforms application I am getting the below Warning message.
"The reference myclass.dll may or may not be valid f