| Thread | Last Post | Replies |
|
| help with eVB string!! | 27 Nov 2003 19:25 GMT | 1 |
I am writing the following eVB application, but somehow I have been stuck right at the string. I am concatenating few values together and pass them back to the server from the eVB form. But suddenly the problem arises when I pass
|
| "No applicalion associated with myform."(vb) | 26 Nov 2003 20:18 GMT | 7 |
Newbie query- I have created a simple "Hello World" type application using the embedded Visual Tools 3 system, and created the install routine for it.
|
| Help!! with eVB string!! | 26 Nov 2003 18:27 GMT | 1 |
I am writing the following eVB application, but somehow I have been stuck right at the string. I am concatenating few values together and pass them back to the server from the eVB form. But suddenly the problem arises when I pass
|
| CSV text file and deleting data | 26 Nov 2003 06:28 GMT | 6 |
I've got a text file that is formatted as CSV data. The file is being created and written via my program and now I need to be able to include some editing capabilities (for existing records) in the program. So my question is can I somehow find and then delete data out of a text
|
| Ftp Error codes? | 26 Nov 2003 01:08 GMT | 1 |
Is there a list of error codes when using ftp on a handheld? eg 12031, 12003, 12014, 12029 I have started to automate ftp via RAS and get these errors intermittently and need to report what happened in a way the user will understand and not
|
| GetSystemPowerStatusEx | 25 Nov 2003 21:52 GMT | 2 |
Is there a way to make a call to GetSystemPowerStatusEx within VB and be able to get to one of the values it returns? Thanks,
|
| Connect to SQL Server 2000... possible? | 25 Nov 2003 15:46 GMT | 1 |
I'm developing an app for my pocket. In my network there is a Microsoft SQL Server 2000 Can I connect to it from my Pocket? I don't know if ADOCE can help me
|
| Simple Queue in eVB ? | 25 Nov 2003 05:08 GMT | 1 |
Hi all , I'm new to eVB and i'm looking for a simple way to implement a queue for serial communication data recieved (MSMQ is to complex for me ) Thanks ,
|
| Setting active Tab in TabStrip control | 20 Nov 2003 19:58 GMT | 1 |
I have a simple question, can anyone provide a code snippet showing me how to set a particular tab within a tab control to active. When I leave the form my tab control is on and come back in, the same tab that was active is still active...I want to be able to set what tab is active ...
|
| How to slow down the cpu? | 20 Nov 2003 15:20 GMT | 3 |
Is possible in eVB ? How ?
|
| what event occurs on the X button | 20 Nov 2003 14:32 GMT | 6 |
If you set the ShowOK property of a form to false, you still have an X button in the location of the OK button. What event occurs on the click of the X button?
|
| pvbdecl.dll | 20 Nov 2003 06:19 GMT | 2 |
I have EVB and pocket pc 2002 installed on my windows XP. As i am trying to run an application that contains a declare statement for an API, the application fails on the emulator with the following error :" Cannot find extension file pvbdecl.dll , install again to restore".
|
| Closing an app with the "X" button. | 19 Nov 2003 19:29 GMT | 4 |
Is there any way to capture the user clicking the "X" button on your eVB app? It really screws up our application when someone does it, and I know it has a bug in that it doesn't really shut down the app. Is there a
|
| Problem with eMbedded Visual Basic v3.0 emulator | 19 Nov 2003 02:14 GMT | 4 |
I'm trying to write apps using eMbedded Visual Basic v3.0 but when I click the "Run" icon (or hit F5) the emulator starts, and I get a pop-up box saying "Connecting to remote device", but nothing happens after that except a time-out error message
|
| Does PPC2002 Leak Memory? | 18 Nov 2003 19:18 GMT | 8 |
This is a piece of Chris Tacke's article at devbuzz "Forcing Database Changes from ADOCE to Commit" "... simply set the Connection (or Recordset) equal to Nothing after making your data changes. But that means
|