| Thread | Last Post | Replies |
|
| Cab wizard problem: generating the " character | 31 Dec 2003 17:58 GMT | 5 |
I am trying to create a CAB file that automatically creates an association for a certain file in HKEY_CLASSES_ROOT. The problem is that the path for the program has spaces. (\Program Files\MyApp\MyApp.exe) and so I need to specify it with quotes ("\Program
|
| Remote Target Path | 31 Dec 2003 17:58 GMT | 2 |
I'm using eVC 3.0 for programming PocketPC. The PocketPC is connected with ActiveSync. After building the project eVC starts to copy the executable to the PocketPC. How can I change the target path where eVC copies the executable.
|
| Is Compact Framework support Regular Expression | 31 Dec 2003 17:58 GMT | 2 |
I would like to know is Regular Expression support in Compact Framework? And if there is any example can be provided. Thank you in advance.
|
| Best way to send email through VB.NET | 31 Dec 2003 15:56 GMT | 1 |
this has been asked but not answered before, so I'll give it another try: it is not possible to send an email with attachment through "tmail.exe" because of a known bug, so which alternatives could I consider for the mentioned task?
|
| background color change in runtime | 31 Dec 2003 14:29 GMT | 1 |
I'm trying to change te background color of a textbox in runtime, but although I don't get any errors, nothing is happening. Can anyone help me with this? thanks,
|
| 128 bit encryption on PPC 2003 incompatible ? | 31 Dec 2003 06:45 GMT | 2 |
i am trying to encrypt data on desktop ( 128 bit) and decode on pocketpc 2003 ( using same password). but this doesn't seem to work. i am using a 3rd party tool: Nickellie Encryption toolkit that does
|
| [About POOM Api] | 31 Dec 2003 03:49 GMT | 4 |
I have a PDA which has CE.net 4.2 OS, and I want to make a PIMS software. But sample source (about PIMS) does not work on it with the message "CoCreateInstance() fail.." Because it has not any dll files such as pimstore.dll , calstore.dll and
|
| Custom Folder for app's "documents" | 30 Dec 2003 23:19 GMT | 2 |
I have an app that I have been distributing to piano tuners. It creates a file for each piano that they regularly tune. It has a ".tun" extension, and my app registers for that extension, just like ".doc" files are registered to Pocket Word. I have been keeping these
|
| Invoke program on PC from pocket PC | 30 Dec 2003 22:41 GMT | 1 |
Does anyone know how to start a program on a desktop PC from a pocket PC? ..Using VB.NET, PocketPC 2003, bluetooth connection
|
| Pocket PC & Power Management | 30 Dec 2003 18:54 GMT | 1 |
In Pocket PC, how can I programmatically disable the option "Turn off device if not used for n minutes" in the Start->Settings->Power screen? Also, is there a way to determine if the power is about to be switched off (like in Windows you can receive a message when the system is ...
|
| code.vb[design] missing? | 30 Dec 2003 16:05 GMT | 1 |
I try to open my VB.NET project I built before, but I can not find the code.VB[design] - the form designer is missing! What is wrong?
|
| Activesync and COM1 | 30 Dec 2003 15:03 GMT | 2 |
I have developed an app (VB.NET) that uses the COM1 port on the PDA to communicate with a program running on separate device to transfer data to and from. Works just fine on the emulator (2002 & 2003) but on the actual device things are very hit and miss.
|
| seek and index with ADOCE and .cdb files | 30 Dec 2003 15:00 GMT | 1 |
I am trying to use the index and seek instructions to find a record by a index. at the moment I am not able to get this working. I am using eMbedded Visual Basic 3.0 and the code I am trying is this: Dim rs As ADOCE.Recordset
|
| how to get data from resources??? | 30 Dec 2003 12:04 GMT | 1 |
Is it possible to load any kind of data from resources? I have added some files to resources, and try to access them through FindResource, LoadResource... but I fail on FindResource. GetLastError returns error 1814 - "The specified resource name cannot be found in the
|
| MAPI Advise - no notification is received | 30 Dec 2003 08:19 GMT | 1 |
I'm trying to get a notification on a new mail (or any other type of Inbox notification) in PocketPC 2003. I created AdviseSink object and use Advise() as follows: m_lpMAPIFolderAdviseSink = new CMAPITableAdviseSink(m_pSession);
|