| Thread | Last Post | Replies |
|
| targeted platform doesnt match ... | 09 Sep 2003 10:56 GMT | 7 |
I start working with eVB and Toshiba e750 as target. In the eVB projet properties I configure connection with ActiveSync and its OK. But when I want to run the application from eVB , I get this silly message "Targeted platform doesnt match the device currently connected to
|
| end program | 09 Sep 2003 07:11 GMT | 3 |
how to i kill another program when my program ends say i have program A running in the background and program B running in the foreground. when i want to end program B i also want to end program A.
|
| Newbie in embedded VB | 09 Sep 2003 06:26 GMT | 1 |
Hi. I'm new in this world but I'm now new programing with VB and ADO. I need to start with my personal "Hello World". I want to make an app that stores the data in a textbox into records of Access.... is it possible?
|
| [J] How to implement my application... | 08 Sep 2003 17:55 GMT | 3 |
Hye, This is Jigar Mehta from India... I am new to eVC,eVB, I want to ask a question that I have a simple application ready here and it runs fine in the emulator... Now I want to implement in my father's pocket pc... So, what is
|
| HPC2000 | 08 Sep 2003 11:28 GMT | 1 |
I would like to start coding the Window CE application on the SIMPAQ SL4, it is touch panel which is use HPC2000 But when I download the ms visual embeded visual basic, it doesn't contain any emulator for me to test. So can
|
| Run a single instance of an eVB 3.0 app? | 08 Sep 2003 09:02 GMT | 12 |
Was just about to start googling for this but thought I would ask here as well. What I would like to be able to do (on Windows CE 3.0 and eVB) is ensure that only one instance of our application starts. If a user tries to start a second instance it would simply bring the current ...
|
| Paint programs | 05 Sep 2003 16:23 GMT | 1 |
I am opening an image using createprocess and am able to open any application ok, but am not able to open a specific image file. Could anyone recommend a simple, paint package which can open image files in this way and what parameters are needed.
|
| Join, eVB, PAccess, ADOCE | 05 Sep 2003 08:41 GMT | 1 |
I am trying to join two tables ON 3 columns.... My select statement works if I only attempt to join on a single column but if I have: ON t1.f1=t2.f1 AND t1.f2=t2.f2 an error is raised with the generic description of "There
|
| Battery Power | 05 Sep 2003 02:59 GMT | 1 |
I would like to know, in Embedded Visual Basic, the value of the battery power remainig. Thank you Francesco
|
| Keyboard appearing? | 04 Sep 2003 17:53 GMT | 2 |
When I load one of my forms the keyboard automatically appears. What could be causing this? -- Sincerely,
|
| Editing Images | 04 Sep 2003 16:44 GMT | 1 |
Hi, I want to be able to edit an image from within a form (using stylus) and then save that image to a new location. How/Can this be done without opening another paint application.
|
| CAB could not be created | 04 Sep 2003 15:54 GMT | 4 |
trying to create a .CAB file with the installation wizard of VB, I continue to get the error message "Project1.Arm 1100 (4k) v3.00.CAB could not be created". Only very shortly, a DOS window opens. Most of the time,
|
| evb SetEvent coredll | 03 Sep 2003 01:52 GMT | 1 |
I am able to load CreateEvent and WaitForSingleObject from CoreDll while in eVB I use Declare Functions for SetEvent and ResetEvent -- assuming coredll. I am unable to load SetEvent or ResetEvent.
|
| HPC Pro SDK integration with eVB 3.0 ? | 01 Sep 2003 23:31 GMT | 2 |
I have downloaded eVB 3.0 from Microsoft. Because it doesn't come with the HPC Pro SDK by default, I have also downloaded that, however when I try to start a new project eVB claims: No CE platform SDKs available to embedded Visual Basic. You must install at least one CE platform
|
| dynamic array | 01 Sep 2003 20:18 GMT | 2 |
Hi * .*! How could i make an array dynamic, with VB6.0 I could use ReDim Preserve Array(NewSize) But this doesn't work with eVB and I need an dynamic array...
|