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

    Script out of range error

    Hi I wonder if someone can help me I have coded a module and cannot work out why I am getting a out of range error can anyone help, here i my code: ************************module********************* Option Explicit Private m_arrOrders() As Variant Private m_myID As Long Private m_theirID...
  2. Scouseman

    Reading from text file

    HI I wonder if someone can help me. I am trying to read the following line from a text file. 200310,11:29:06,D03,LONG,3422 I am then trying to display the first 4 items as stings in a text box and the last item (3422) as an integer. Then if a new line appears in the text file I would like the...
  3. Scouseman

    Writing to ini file

    Hi I wonder if someone can help me. I have 2 programs one written in Visual Basic and one in Java, I have coded my Visual Basic basic program to read the value of a variable from within an ini file. Can somebody please explain how I can write to a ini file from within java. E.g I have created...
  4. Scouseman

    Passing Variables

    HI I wonder is somebody can help me, I have set up a timer in my VB code which monitors the value of a variable. I am wanting to pass this value to a java application every second, can anybody please tell me if this is possible to pass variables between VB and Java? Thanks Scouseman
  5. Scouseman

    Multi timer problem

    Hi I have searched the board looking for a solution to my multi timer problem but do not seem to be able to get it to work. What I am tring to do is read the contents of a .dll file (which is a custom programmed dll which stores global variables in it). I need to read the dll every 7 minutes...
  6. Scouseman

    Refreshing data in a label box

    HI I wonder if somebody can please help me!! I am very new to VB6 but I have managed to created a small interface. I am reading a value from a .dll file and displaying the value in a label, but there seems to be a very big delay between the value changing in the .dll and the new value...
  7. Scouseman

    Win 2000 installation error

    I have attempted to make a clean installation of win2000 on a new computer with a 80GIG ATA 133 HD and no partitions, and the following error keep occuring: STOP:0x0000006B (0xC0000020, 0x00000003,0x00000000,0x00000000 PROCESS1_INITIZIALIZATION_FAILED. Does anyone know what causes this error...

Part and Inventory Search

Back
Top