I have found (according to microsoft) the problem. You can chek it on: http://support.microsoft.com/kb/126405/en-us.
Basically says that is a conflict between softwares.
Good luck.
This is my experience with EVB setup.
After you run the setup wizard, leaves some files in a selected directory, one of them is a new directory called "CD1" double click there and you can find setup.exe, run it.
It will use activesync and install all of the needed files for the program to run...
Ok, I can see we all have same kind of problems.
In the "Option Explicit" section of your form's code, add this line ...
Declare Function MessageBeep Lib "Coredll" (ByVal wType As Long) As Long
Then in your code:
Dim bip As Long
bip = MessageBeep(64) 'this is the sound
If bip = 0...
I had this same problem, I found the answer in some page, but it was just a line not very noticeable.
Win CE 3.0 does not support bmp of 24 bits,
Workaround: use 16 bits bmp
Another format that can be used is .2bp, you can convert the type with the Activesync, how ever, if you convert from 24...
I do not know if you are looking for some specific matters, how ever, think in this way, 3.0CE -> PocketPC2000 as win98 ->XP
PocketPC has now much more devices to conect to wireless PANs, LANs and WANs.
Hello,
I made my toolbar with the class designer, I added the buttons, added the pictures and tried to use some actions from the standard toolbar, I tried with "print", so using sys(1500,'_MFI_SYSPRINT','_MFILE'), I thought It will do the trick.
I also made my own menu, so, if I try...
I am kind of new about this, so forgive me if this is a stupid question.
I made a toolbar with the class designer, but I'd like to add some buttons from standard tool bar such as print, undo, preview, etc.
Could anyone tell me where is the trick?
Thank you very much.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.