Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Paladyr
  • Content: Threads
  • Order by date
  1. Paladyr

    How long did Windows 98/98SE get shipped on new PCs???

    I need an approx date range down to the month that PCs were shipped with some flavor of Windows 98. Thanks!
  2. Paladyr

    Pocket PCs with a scanner and printer??

    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!!!
  3. Paladyr

    Created app for Pocket PC 2002, trying to get it to work on 2003.

    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...
  4. Paladyr

    Pocket PC 2003... converting something written for Pocket PC 2002..

    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...
  5. Paladyr

    Guide to communicating with a device plugged into a client com port??

    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...
  6. Paladyr

    Guide to installing application on a citrix server...

    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...
  7. Paladyr

    eVB - getting a machine ID for a Pocket PC???

    Is there a way to do this so I can ensure only the person I write an app for will be able to use the program?
  8. Paladyr

    Parameters for SendMessage??

    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...
  9. Paladyr

    Sending Mouse click to internet explorer window

    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...
  10. Paladyr

    Using devbuzz tutorial for ADOCE on Pocket PCs....

    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...
  11. Paladyr

    App frontend w/ database backend on a Pocket PC

    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...
  12. Paladyr

    Developing an app for a pocket PC...

    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!
  13. Paladyr

    Order by Month (text format)

    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!
  14. Paladyr

    mscal.ocx causing Run-time error...

    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...
  15. Paladyr

    Report printing a blank page after the last page of a report

    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...
  16. Paladyr

    Requesting a lost password....

    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...
  17. Paladyr

    Converted Word doc to PDF, pictures load slow in 5.0 not 6.0

    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...
  18. Paladyr

    PDW and multiple installs needing same files

    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.
  19. Paladyr

    VB program to get external IP address of a PC???

    Does anyone have any example code that shows how to get the external IP address of the PC running the program? Thanks!
  20. Paladyr

    Adding a trendline to a graph....

    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...

Part and Inventory Search

Back
Top