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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Scouseman

  1. Scouseman

    Script out of range error

    Hi bigalbigal m_arrorders is a 1 dimensional array It just shows you what a small world it is!! (Can I mention football) Thanks for your help Scouseman
  2. Scouseman

    Script out of range error

    Hi bigalbigal I tried your suggestion but I am still getting an out of range error. Scouseman
  3. 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...
  4. Scouseman

    Reading from text file

    Thanks bigalbigal for the code, it was much appreciated, it works just fine Scouseman
  5. 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...
  6. Scouseman

    Writing to ini file

    Hi all Thanks for all the advise. I have done alot of research regarding XML, as I have never used it before. I think I am getting myself a little confused. I have found an excellent VB6 example on the net which implements MS-XML-...
  7. Scouseman

    Writing to ini file

    Thanks everyone for your replies.. Hologram, what is the advantages of using XML instead of ini? Is it easy to implement? Thanks Scouseman
  8. 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...
  9. 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
  10. Scouseman

    Multi timer problem

    Hi strongm Thanks for the code it is much appreciated that is just what I needed Scouse
  11. Scouseman

    Multi timer problem

    Hi I have come up with some code you my timer problem which seems to work, the only thing which is bothering is if the program crashes or I switch the program off the timer looses syncronisation as the code reads the file every 7 mins from 08:06:50. The code I have upto now is as follows...
  12. Scouseman

    Multi timer problem

    Hi Thanks for your help it is much appreciated (also sorry for the misunderstanding), the only problem I would have with your solution is that, if the program was stopped or crashed part way the day then restarted the timer would be out of syncronisation. Is there anyway I can get around this...
  13. Scouseman

    Refreshing data in a label box

    Hi Johnwn Sorry I did'nt realise, the only reason why I reposted is because current thread heading had nothing to do with the direction that the solution to my problem and I could not edit the heading. Please accept my apologies Thanks anyway for your information it is much appreciated Scouse
  14. 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...
  15. Scouseman

    Refreshing data in a label box

    Hi I think it would have been better if I had fully explained what I am trying to do. I want to 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 between 8.00am an 5.00pm for the duration of 10 seconds...

Part and Inventory Search

Back
Top