| Thread | Last Post | Replies |
|
| Running apps on PPC from PC | 19 Nov 2007 16:28 GMT | 4 |
I've seen some old references to this or similar questions but don't know the current state of affairs. Given that one has an app copied onto the PPC, is it possible to have it starated up via the connection to a PC? Could that command (if there is one)
|
| CreateThread - determining available resources | 16 Nov 2007 16:04 GMT | 8 |
Following on from my thread below I am trying to work out how to determine the number of threads I can safely create in my thread pool (win32 PPC & SP). I am using CreateThread().
|
| FTP via GPRS | 16 Nov 2007 15:37 GMT | 2 |
I wrote an application for smart device in .net 2.0 I try to connect to a site via FTP and upload some file and download some file. If the mobile device is connected via usb to the server FTP (via lan) , all
|
| Identifying Brand of the device. | 16 Nov 2007 06:04 GMT | 6 |
Is there any way to identify the brand(like cingular,treo,T-mobil...) of the device using cf 2.0.
 Signature Srinivas
|
| How to customize taskbar in Today screen? | 16 Nov 2007 01:16 GMT | 3 |
I am develop the windows mobile application, such as HTC X-Button(Task Manager). But I don't know how to customize (addtional icon) in the right-top corner of taskbar of Today screen?
|
| build a simple application runs on ppc | 15 Nov 2007 22:24 GMT | 2 |
Hi, I would like to build a simple database (with Access) applicatoin, which allows users to edit, add and delete records, with some simple validation. What kind of programming tools should I use? Or I better to buy some
|
| Loading an xml file | 15 Nov 2007 16:03 GMT | 4 |
I have a simple program to collect some information. The first form has a menu with some options. When I click on one of its option it shows a second form. In the Load Event of this second form I initialize a DropDown control with an xml file. The problem is that this process ...
|
| Looking for shared_ptr that works with evc4 | 15 Nov 2007 11:29 GMT | 2 |
I would like to know if there is a freely available smart pointer that works (compiles) with evc4. The functionality I'm looking for is that of boost::shared_ptr. Preferrably also weak_ptr. Before I try to write my own (which is apparently very hard), I'd like to know if there are ...
|
| Availability of WIndows Media Player ActiveX on Windows Mobile 6. | 15 Nov 2007 09:16 GMT | 1 |
I'm about to build an application for SmartPhone, with Mobile 6 OS. I'd like to embed in this application Windows Media Player ActiveX, on .NET environment. According to MS documentation, I don’t know if it is feasible …
|
| native code, ownerdrawn listbox | 14 Nov 2007 17:19 GMT | 6 |
I have a simple ownerdrawn listbox that I'm using for multiline listbox functionality. The listbox is created with LBS_OWNERDRAWFIXED set. I get the single WM_MEASUREITEM as expected, and I get the WM_DRAWITEMs sent when the listbox gains focus.
|
| Volume shadow copy service: Requestor | 14 Nov 2007 14:16 GMT | 1 |
Is there any way by which requestor (ie VSS client application) can be on a remote machine. The volume to be snapshotted, writers will be in one machine and i want the requestor to be in another machine. is this possible? If so, what changes i have to do ?
|
| Enable/Disable Active Sync | 14 Nov 2007 11:16 GMT | 3 |
I am developing a program i C# for sending files to and from a pc. I need to know if it is possible to enable or disable Active Sync on the terminal from c#?
|
| DLL resource issue | 14 Nov 2007 05:37 GMT | 13 |
Can someone explain why this isn't working? Following DLL contains ICON resource IDI_ICON. CSomeClass {
|
| Can i use platformbuilder to debug the image of device emulator | 14 Nov 2007 01:20 GMT | 2 |
I tryto use kitl to debug the image of device emulator of windows mobile,but the result is so disappointed, I have built a image of device emulator of windows mobile, clone the BSP of DEVICEEMULATOR,change the set as follow:
|
| Repaint panel/form after menu popup dismiss | 13 Nov 2007 21:08 GMT | 3 |
Tribe, WM5.0, VS2k5, Treo. C# I manually paint on to a panel or sometimes the form text, lines and color. I wanted complete control over display.
|