| Thread | Last Post | Replies |
|
| Creating Text Files | 30 Dec 2004 15:35 GMT | 6 |
I am new to evb programming. In my application I need to create a file that will hold printable information. I trie many things but was not able to create a text file. Can anybody suggest a simple method (with an example) how to create a text
|
| Comm control - output only 2 characters on virtual com port | 27 Dec 2004 16:54 GMT | 1 |
I found this topic 2 or 3 times in some newsgroups but no one had a solution or posted it. I'm trying to send text data serially like: Comm1.Output = "Hello World"
|
| command line build for evb project | 22 Dec 2004 16:22 GMT | 5 |
Hi! Is there a command to build evb project from dos windows? Thanks.
|
| Microsoft eMbedded Visual Basic Runtime | 15 Dec 2004 12:13 GMT | 4 |
Any suggestions for getting the download from my PC through active synch to pocket PC on XDA II MS version 4.20.0, and running so that I can run applications
|
| Error ViaDB | 14 Dec 2004 16:33 GMT | 1 |
Hi, my application return an error, like provider is not found. Set cndb = CreateObject("ADOCE.Connection.3.0") cndb.Provider = "ViaDB" -->> in this line return the error. cndb.Properties("ViaDB Remote Server") = "192.168.5.36"
|
| EVB CreateObject | 14 Dec 2004 11:53 GMT | 1 |
I want to create a dll in EVC 3.0 that create an ADOCE.Connection.3.0 object and pass the reference to a caller project in EVB. This scenario need for know memory leak problem with EVB CreateObject function.
|
| Error pvbDecl.dll | 09 Dec 2004 22:11 GMT | 2 |
I'm trying to play a wav file, I'm using the PlaySound API. the code: Public Declare Function PlaySound Lib "Coredll" Alias "PlaySoundW" (ByVal lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long
|
| Chinese FileName in PDA | 08 Dec 2004 13:24 GMT | 3 |
Our Application do some download of File from Server to PDA though FTP English Filename is working Fine. When a Chinese File Name is used, the PDA will show some strange characters in the FileName. However, When I do copy & Paste to "Mobile Device" through File Explorer
|
| Date of Creation of a file | 02 Dec 2004 00:38 GMT | 1 |
is there a possibility to get the date of creation of a known file from eVB? Greetings from Germany André ---
|