Currently we are using Symbols with a printer attached to them. The symbols have a scanner at the top also. Is there a pocket PC equivalent combo???? Just curious. Also check out my other thread!!!
Alright, here's what the user did:
1. He's using a iPaq H1930 Processor Samsung S3C2410 OS: Windows CE 4.2.
2. Installed these runtime files on the pocket PC by using the file explorer option in ActiveSync to copy over the .cab file, and then clicking on it inside the pocket PC...
So I wrote this app for Pocket PC 2002, in eVB using a CDB database and the ADOCE object. Can this application be run on a Pocket PC 2003 device??? I created a package for the user to install and it installed, but every time he runs the app it gives him a message saying something about not...
We have a customer who is trying to use a program via citrix and wants to have the program be able to communicate with a scanner located locally on the client's PC. Anyone have a guide on how to set this up? I don't have a citrix server to test on but I was hoping I could read up enough to...
I had to do this once for work, and now I'm going on another trip. I believe last time I did this:
1. Uninstalled the previous version of our software.
2. When into add/remove programs and installed the latest version from there.
3. Manually deleted each user's shortcuts to the old program...
I'm trying to do this:
Dim test As Long
lngR = FindWin(vbNullString, "caption at top of internet explorer")
test = SendMessage(lngR, WM_LBUTTONDOWN, 0, -1)
DoEvents
Text = SendMessage(lngR, WM_LBUTTONUP, 0, -1)
DoEvents
Sleep (1500)
test = SendMessage(lngR...
I've been trying to figure this out for a while now but can't find any good examples. Here's what I have:
Dim test As Long
lngR = FindWindow(vbNullString, "caption at top of internet explorer")
test = SendMessage(lngR, WM_LBUTTONDOWN, 0, -1)
DoEvents
Text = SendMessage(lngR...
http://www.devbuzz.com/content/zinc_intro_ADOCE_databases_pg1.asp
I do not actually have a pocket PC but from within eVB I changed "Run on Target" to "Pocket PC 2002 Emulation". I'm getting the error:
"The control FileSystem1 ({big long number}) could not be...
First off, I don't own a Pocket PC, so I am still learning about these things. Do they have a C:\ drive just like a computer? Can I write an app that interacts with an Access database using the Jet SQL driver??? Do I need to create a package that will somehow be installed on the Pocket PC or...
The only programming language I have a license for is VB 6.0 and I don't think I can use that for this. What other free programs can I use to develop a very simple app? Can I write an app using Excel VBA and then use Pocket Excel to run it? Thanks!
I have a query that is counting records and organizing them by month (Jan, Feb, Mar, etc...). The problem is, the query organizes the month alphabetically instead of by the month they represent. Is there an easy way to do this?? Even if I use the numbers it goes 1, 10, 11, 12, 2, etc... Thanks!
Run-time error '-2147417848 (80010108)':
Automation error
The object invoked has disconnected from its clients.
I fixed this once but I can't remember how in the world I did it. I'm using PDW on a windows 98 machine and am trying to build a package for an application using the mscal.ocx...
This is crystal reports 9.0. The report is setup like this:
Page Header
Group Header 1
Group Header 2
Details
Group Footer 2
Group Footer 1
I have every section set to "suppress blank section." I need the page break to happen after Group Footer 2. Any idea how I get it to stop...
We have a website where users enter passwords. It has a mailto: link that has the user send a request for their password. I would like to add the ability to say "request lost password using your email address". Is the best way to do this:
1. Setup a rule with the account that...
I have a word document that a customer gave me which I converted to PDF and it has a bunch of .BMP files in it. With Adobe 5.0 Reader the pictures take a long time to load, every time they appear on the screen. In 6.0 however, the same document, the pictures load very fast. I have already...
Is there an easy way to include all of the same files you use in one installation in another?? There are over 90 files I need in the installation and I really don't want to have to go through each and every one and add them. Thanks.
Here's the problem. I want to add a trendline to a graph, but I don't want it to use ALL of the data on the graph, only a section of it in the middle. The graph I have is a bar graph, and without inserting a line object, I can figure out a way to put a trendline on there with only certain...
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.