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: Andviv
  • Content: Threads
  • Order by date
  1. Andviv

    What tools are required to program for Pocket PC?

    I am just curious.... what do I need to start developing for WinCe? is wince the same as pocket pc? can I use regular VB to program for that? Is there any specific DB (like SQLServer for CE or something like that) ? Thanks for the answers and for pointing me in the right direction.
  2. Andviv

    How to save a file in the server and not in the client

    Hi all, I need to create a VB application that creates a file, lets the user work with that local file, and when the user hits a "send" button, this file has to be saved in a remote server. I think the only service I will have available in that server will be the FTP. How can I use...
  3. Andviv

    New user: Help creating XML from DTD

    I have this in a DTD file: <!ENTITY % STRTYPE &quot;(#PCDATA)&quot; > <!ENTITY % BOOLTYPE &quot;(#PCDATA)&quot; > <!ENTITY % DATETYPE &quot;(#PCDATA)&quot; > <!ENTITY % DATETIMETYPE &quot;(#PCDATA)&quot; > <!ENTITY % TIMEINTERVALTYPE &quot;(#PCDATA)&quot; > <!ENTITY % CustomerListRefMacro...
  4. Andviv

    Processor ID for security purposes

    Hi. How can I find the processor ID in a computer? The situation is like this, we have a software with a very restrictive licensing mode and it is suppouse to run only in &quot;that&quot; specific machine. My boss want to find the processor id and &quot;lock&quot; the system to only work with...
  5. Andviv

    How to save a date as a number?

    I know that one can represent a date as a number, but I don't remember how this is done. Can somebody help me to find this? I need this because I need to represent a date in a barcode generated by VB and I think it is better to use a number than to use a date in format YYYYMMDD for this...
  6. Andviv

    How to &quot;read&quot; a Barcode in a PDF?

    I have a PDF file with many pages, and some of those pages are simple barcodes. How can I &quot;get&quot; or read the part of the page that has the barcode, and convert it to a TIFF or JPEG format? (I have an OCX tool that let me read the barcode from these formats but not from PDF). Is there...
  7. Andviv

    runtime error '800a01a8' Object required

    I have a COM .exe running in a server. The database is SQLServer. The component is running fine if used from VB. This class requires a connection before it can use any of its methods (see line 5) I know that the ado connection is working fine because I can get a recordset if using a query, but...
  8. Andviv

    Info about distribution lists

    I am about to start developing a customized form using the contacts form in a public folder, saving some additional info in a database, and creating a distribution list with those contacts whom I want to send emails, but my boss is telling me that I cannot do that cause the distribution list has...

Part and Inventory Search

Back
Top