Search results for query: *

  1. S

    Adding reference to wiaaut.dll

    vb6? Actually I was able to add wiaaut.dll as a reference in VS 2003 but the icons in the object browser are VB6 icons. Is that my problem. I thought some of the articles I read implied that wiaiaut.dll would work with VB.net 2005.
  2. S

    Adding reference to wiaaut.dll

    I use VB.NET 2005 and am eager to use wiaaut to capture an image from my webcam. But when I try to add a reference to wiaaut.dll I am quite unforgivenly informed that... A reference to 'wiaaut.dll' could not be added. Please make sure that the file is accessible and that it is a valid...
  3. S

    Closing Active Serial Port

    I'm using VB.NET 2005 to make a RS232 Serial Port connection with a device. I am using the new SerialPort Class that was added to .net 2.0 and I am not using any handshaking or flow control. Everything works great with 1 exception. If I try to close the serial port without first stopping the...
  4. S

    UInt64 accepting only half it's capacity

    I'm using VB.net and the .framework version 2.0 I am puzzled why I can only assign values for UInt64 and ULong variables that are one-half the advertised 64 bit capacity. For signed integer values I know that one 1 bit represents the sign of the value but both of these variables are unsigned...
  5. S

    Modeless form problem

    Modeless forms problems Here is the crucial code. Let me know what clarifications I can make for you. I'm writing a test program for widgets and I think that my requirement to display the incoming data in real time increases the complexity of the program.
  6. S

    Modeless form problem

    I have a data acquisition application that draws X vs. Y graphs of analog voltages in real time. I use modeless forms because data is displayed on 3 different windows and the user must be able to freely switch from one to the other. After creating a modeless form I assign the background to a...
  7. S

    Mobile database development

    "inthehand" forum I basically found my way by searching, digging and reading through the "inthehand" forum. Usually a number of people have posted and received answers to questions much like yours. http://www.inthehand.com/forums/ regards, Jonathan
  8. S

    Mobile database development

    CE/Mobile PPC database entry You're right you can't use an MSAccess database (.mdb) with ce.net (i.e. the compact framework). But ActiveSyc can easily create an abridged version of any .mdb file as a .cdb file which is more compact and designed for ce/windows mobile. The good news is that...
  9. S

    Mobile database development

    I need my Windows Mobile 2003 application to read and write a single column or row of data to a Microsoft Access database on the company network. I know of two possible solutions. Solution 1 InTheHand ActiveSync has a nice built-in capability to create, transfer and synchronize an...
Back
Top