Search:

Type: Posts; User: iamjim

Search: Search took 0.03 seconds.

  1. Replies
    17
    Views
    2,788

    Re: Utility has begun hanging

    Thanks for the effort. I'm working on a rewrite of this area which I don't hold out much hope for but I won't know until I try. If it doesn't help I'll look into your suggestion. Thanks again
  2. Replies
    17
    Views
    2,788

    Re: Utility has begun hanging

    It does that too.
  3. Replies
    17
    Views
    2,788

    Re: Utility has begun hanging

    I thought that was a good idea. Tried it, no change.


    Don't think I can do that because it fails on the execution of the Kill instruction.
  4. Replies
    17
    Views
    2,788

    Re: Utility has begun hanging

    I have confirmed it sometimes hangs when I step (F8) from Kill workingfile to Name tempFile As workingfile

    It hangs at least one other place, maybe two.

    Is there another way to delete a file?
  5. Replies
    17
    Views
    2,788

    Re: Utility has begun hanging

    Yes, seems to behave the same way.


    Ascii files.
  6. Replies
    17
    Views
    2,788

    Re: Utility has begun hanging

    I commented out all On Error statements. Behavior is the same.

    Since I haven't changed this utility in 16 years I can only assume the problem is caused by a Windows change.
  7. Replies
    17
    Views
    2,788

    Utility has begun hanging

    I made this utility in 2004. I've used it about every 6-9 months since and it always worked until today. This time I hadn't used it for 18 months and it fails.

    The utility goes through 300 or...
  8. Thread: delete

    by iamjim
    Replies
    0
    Views
    656

    delete

    . . . .
  9. Replies
    6
    Views
    1,173

    Re: Everything was working find and then . . .

    I forgot to thank you
  10. Replies
    6
    Views
    1,173

    Re: Everything was working find and then . . .

    I edited my previous post.

    You were right. The thing that seems odd, when I hover over mCoords nothing appears before the dash sign.

    FYI it was Google maps that changed, not the program.
  11. Replies
    6
    Views
    1,173

    Re: Everything was working find and then . . .

    Never mind. When I copied the line I failed to pickup the last parenthesis
  12. Replies
    6
    Views
    1,173

    Everything was working find and then . . .

    Except for the 2 print statements and the boo statement this same code had been working for a week. Suddenly out of nowhere

    the Left function does not work.

    mCoords is defined as a String
    ...
  13. Replies
    21
    Views
    5,167

    Re: What Causes This?

    Yes, I've just been clicking it away since Win 7. It has never caused a problem. I just wondered what is was.
  14. Replies
    21
    Views
    5,167

    Re: What Causes This?

    Thanks for your reply.

    I get this message every time I start any .vbp file. The thing I'm currently working on uses no components.
  15. Replies
    21
    Views
    5,167

    What Causes This?

    I've been getting when I load a .vbp fiIthis every since I installed on Windows 7. So, I got it on 8 and now 10. I can just click it away so because I use VB so seldom nowadays I've just let it go....
  16. Replies
    17
    Views
    2,998

    Re: Can't Display Properties of Forms

    Dragging it down didn't help, but I could see it contained the properties. Dragging from the left to make it much narrower finally worked.

    Thank you again
  17. Replies
    17
    Views
    2,998

    Re: Can't Display Properties of Forms

    https://i.imgur.com/71d5IDR.jpg

    https://www.vbforums.com/images/ieimages/2020/07/3.jpg
  18. Replies
    17
    Views
    2,998

    Re: Can't Display Properties of Forms

    177977
  19. Replies
    17
    Views
    2,998

    Re: Can't Display Properties of Forms

    OK, I'll try this, but I can see it both ways. Clicking on that properties entry does the same thing as clicking on the hand.

    177976
  20. Replies
    17
    Views
    2,998

    Re: Can't Display Properties of Forms

    I'd been there when hunting earlier. All that does is display this and I haven't figured out what it is.

    177975
  21. Replies
    17
    Views
    2,998

    Re: Can't Display Properties of Forms

    177974
  22. Replies
    3
    Views
    1,074

    Re: Can't Select Module to Load Project

    Of course. Thank you.

    I hate getting old and losing my memory.
  23. Replies
    17
    Views
    2,998

    Can't Display Properties of Forms

    I use VB rarely rarely. I used it very little about 6 months ago and before that it had been 3 years.

    It use to be a form's properties were listed below the form name in the column on the right....
  24. Replies
    3
    Views
    1,074

    Can't Select Module to Load Project

    As Roseann Rosannadanna says, "It's always something."

    I have two issues but I will deal with them in different posts.

    In the Project Properties box where you choose the startup procedure the...
  25. Replies
    11
    Views
    1,305

    Re: VB6 Won't Compile

    No. Who's on second
  26. Replies
    11
    Views
    1,305

    Re: VB6 Won't Compile

    You are correct sir. That was it. I must have done that a thousand times, but not for maybe three years. See how quickly old men forget.

    Thank you
  27. Replies
    11
    Views
    1,305

    Re: VB6 Won't Compile

    In the folder with the project.vbp

    Win 10
  28. Replies
    11
    Views
    1,305

    Re: VB6 Won't Compile

    I am unable to understand anything from those replies. How does "Invalid link" relate to my question?
  29. Replies
    11
    Views
    1,305

    VB6 Won't Compile

    It's been so long since I've had to do this I may be doing something wrong.

    I made a small ( trivial ) change. Then went to Project > Project Properties > Make and clicked OK. The Project...
  30. Re: VB6 Package & Deployment Wizard Isn't Putting Shortcuts in the Start Menu Folder

    So, is it your belief that no one uses P&DW anymore?

    The same argument is true of VB6 itself but people still use it.
  31. VB6 Package & Deployment Wizard Isn't Putting Shortcuts in the Start Menu Folder

    It's been a long time since I used the Package and Deployment Wizard. Also, I recently changed to Windows 8. I just tried to use it for a small utility. Everything seemed to work -- it put the...
  32. Replies
    4
    Views
    828

    Re: Problem Using VB5 Setup to Distribute

    Thanks for your reply.

    I am running Setup.exe. It seems to be unpacking Setup1 into the Windows directory. I'm not doing it.
  33. Replies
    4
    Views
    828

    Problem Using VB5 Setup to Distribute

    I have an extensively modified Setup1 for VB5 that I don't want to have to rewrite, so I am trying to use it with the VB5 Setup.exe to create a distribution package. I keep getting this error:

    ...
  34. Replies
    8
    Views
    1,103

    Re: Random File Put Adding Trash Characters

    Yes, I figured out it was due to the undeclared variable last night, but was too tired to post a report. That also explains why I'd never seen it before. This was a quick and dirty mockup as a...
  35. Replies
    8
    Views
    1,103

    Re: Random File Put Adding Trash Characters

    Open Filenam For Binary As Filenum
    Put Filenum, , mFileContents
    Close Filenum

    mFileContents is a string variable built up from a variety of operations. I have checked it thoroughly and...
  36. Replies
    8
    Views
    1,103

    Re: Random File Put Adding Trash Characters

    I had simply copied and pasted that into here. I hadn't put it in a hex editor, so here it is for real:
  37. Replies
    8
    Views
    1,103

    Random File Put Adding Trash Characters

    I've used random file output for years and have never had this problem. When I write out a random file VB is adding trash characters to the beginning of the file.

    The beginning of the file should...
Results 1 to 37 of 37



Click Here to Expand Forum to Full Width