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 SkipVought 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: *

  1. CCortez

    Interruption

    I'm a newbie in CBuilder. I'd like to convert a software from DOS to Windows, but it manipulates interruption IRQ5 to obtain data from a prototype board. I don't know how to do this in CBuilder. Somebody may help me, with a sample code? Thank you.
  2. CCortez

    Volume serial number

    Hi, How to obtain the volume serial number of a hard disk? May somebody help me ? Thanks
  3. CCortez

    Newbie question: relations

    I made a database (ADO) using Visual Data Manager (VB6) with 3 tables: clients (with address,city,etc.)and phones(with model, phonenumber, hexa, etc.) and devices (with phonenumber,version,etc). The field codeclient is the index (primary key), for tables clients and phones. And the field...
  4. CCortez

    Opening a file

    Hi, I want to open a text file using fopen as the following: if the file to be open named "file1.txt" is being used for another application (it is already opened or truncated), then I'd like to open another file named "file2.txt", to update it with fwrite function. How to...
  5. CCortez

    Newbie Question: Finding the ocx

    I read in the book ActiveX Programmer's Library (Suleiman,Jamsa Press), that the first example "hello.html", that uses alert() function has the control spinner.ocx. How to obtain this information (spinner.ocx)? I say this because others programs of the book are not running ok...and I...
  6. CCortez

    Trial evaluation

    Somebody knows how to make a software with a control of numbers of executions like a trial evaluation period of 30 tentatives, for sample? Not a expiration time. Thank you for any help. Ccortez
  7. CCortez

    Newbie

    Please, I would like to know if I could access a data base using SQL from a system with MS-DOS 6.22 I need an explanation Thanks
  8. CCortez

    WebCam Go Installation

    I have Win/98 running with K6-2 500MHz. When I tried to install the drivers for WebCam Go (Creative) I received a blue screen or similar "A fatal exception 0E has occurred at 0028:FF0282E0 in VXD USBD (01)+00000440" message. I installed Windows several times, and the drivers for USB...
  9. CCortez

    Numbers...

    VB rounds 8.3 to 8 and 8.8 to 9 (for example). I'd like to round the number 8.3 to 9 (up) and 8.8 to 8 (down) Somebody may help me ? Thank you.
  10. CCortez

    Opening DBF files...

    When I try to open a DBF file, VB6 says: Cannot locate the requested xbase memofile. Another DBF file, opens ok! Could somebody help me, please ? Thanks Claudio
  11. CCortez

    Opening DBF files...

    When I try to open a DBF file, Access says: Cannot locate the requested xbase memofile. Could somebody help me, please ? Thanks Claudio
  12. CCortez

    Accessing data in DBF files

    Thanks for all, guys. Simon, I'm a begginner in VB. What do you want to say with "Access link to the dbf". May you explain to me, please, with a sample. Thanks. CCortez
  13. CCortez

    Accessing data in DBF files

    Somebody may help me with a sample code to access a field in a dbf file, using VB6 ? Thank you.
  14. CCortez

    Working with Text files...

    Thanks, Mike. I tried Output and Write. But the commas, generated by Write function, are a trouble to me... I'd like data without commas... Claudio
  15. CCortez

    Working with Text files...

    When I use this code: Open "file.txt" for Binary as #1 Put #1, ,"string of test" & chr(9) & "other string" The file.txt is created with several characters before the string "string of test". I don't want those characters, only the strings, and the tab (...
  16. CCortez

    How to debug using line command parameters?

    Help me, please. My software needs of parameters in the line command to run. Example: test -n1 -a5 How to set this parameters and use the debug ? Thanks for any help.

Part and Inventory Search

Back
Top