| Thread | Last Post | Replies |
|
| CreateProcess & WaitForSingleObject | 28 Jul 2004 17:35 GMT | 4 |
I know it's the same odd question, but ... I run pword.exe from an eVB application using CreateProcess. If I wait for pword.exe termination by calling WaitForSingleObject (using the process handle as param for WaitFOrSingleObject), my eVB
|
| Establish a speech connection? | 27 Jul 2004 09:13 GMT | 2 |
I've written a program to show me details of a person, for example name, adress - and telephone number. I'd like to tab on the number and dial so I can talk to him/her via cellular Phone (it is a ETEN P300, combination of mobile phone and PPC).
|
| Remote Execution of a Windows CE Program | 23 Jul 2004 08:18 GMT | 1 |
I need to remotely execute a program on a Windows CE device (a pocket PC) from a desktop PC using Visual Basic 6. I am trying to use the function CECreate process in the RAPI.dll, but I cannot get that to work. My call is thus: CeCreateProcess(CESourceFile, "", 0, 0, False,
|
| Pocket PC API | 22 Jul 2004 19:44 GMT | 7 |
How i send a keystroke to another application ???? Urgent!!!!!!! Thanks in advance, Cleiton
|
| Import ebp to VS.NET? | 22 Jul 2004 14:00 GMT | 1 |
is there a way to import an embedded Visual Basic Project into VisualStudio.NET, like the import wizard for old VB6 projects? Greetings from Germany André
|
| Trying to view Microsoft tutorials....Please help. | 21 Jul 2004 16:56 GMT | 2 |
I'm trying to view the Microsoft tutorials at: http://msdn.microsoft.com/embedded/getstart/basics/ But, all I get it voice, no picture. I've tried on a win2k and an xp box both running ie6. Any ideas?
|
| eVB 3.0 and Indexed Control Access | 21 Jul 2004 02:54 GMT | 1 |
Is there any way to access a controls properties/methods using an index...much like you can using the Invoke method in C++? The reason for something like this is that I would like to make remote queries and it would be nice if I could pass and index from the remote side
|
| Checking if file exists without dir() | 19 Jul 2004 20:53 GMT | 1 |
Does anyone know how to check if a file exists without using the file system? The problem is that the program I am working on uses a Pocket Access database which needs to be pushed down with a sync before the user can run the application.
|
| Primary Key | 19 Jul 2004 20:52 GMT | 1 |
I'm writing a program usning ADOCE 3.1 and a cdb database. Createing a db, tables and fields isn't a problem. But isn't it possible to create a primary key on a filed? And is it possible to create a filed with an auto value?
|
| how to create a WinCE 4.2 application using Visual Basic .NET | 16 Jul 2004 16:10 GMT | 1 |
I'd like to know how to create a WinCE 4.2 application using Visual Basic .NET. TIA
|
| SQL and ADOCE 3.1 | 16 Jul 2004 14:31 GMT | 4 |
Hello to all, I am developing an application in eVB, this uses Base de Datos Access with object ADOCE 3,1, when executing simple consultations SQL is no problem, but cuendo I want to make consultations to two tables or to use commando DISTINCT or INSERT shows to an error the ...
|
| BinFS | 14 Jul 2004 13:43 GMT | 1 |
Hello, I have questions about the binfs implementation. I was able to create the binfs partition by implementing the FMD driver for my flash device.
|
| Problem with WriteFile | 12 Jul 2004 20:23 GMT | 1 |
I have got some problems writing files with embedded VB. So, I used a little test as follow : whFile = CreateFile(App.Path & "\test.txt", GENERIC_WRITE, 0, 0, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, 0)
|
| What are the available printing solutions for eVB? | 12 Jul 2004 14:43 GMT | 1 |
I need some info on how to send output to a printer. For now, I'm just thinking about sending it to the default printer of the PocketPC. The printer can be connected using serial port or infrared port. Thanks for any input.
|
| ADOCE Resoure DLL'\Windows\msdaerES.dll'is not istalled on this device | 12 Jul 2004 14:00 GMT | 1 |
Hello to all, I have desarrolado a capturador system of data for the Pocket PC that uses Base de Datos de Microsoft Access and when auditar between 80 and 140 prductos it appears the following error: " ADOCE Resoure DLL'\Windows\msdaerES.dll'is not istalled on this ...
|