pdanes's latest activity

  • P
    pdanes replied to the thread Win64 version crashing.
    I got everything working, tested it all on every machine I have available, decompiling and recompiling on every machine, and testing...
  • P
    pdanes replied to the thread Win64 version crashing.
    Well, then he's better at this than I am. I looked at all those things, and tried all sorts of things, and failed. It's hard to make...
  • P
    pdanes replied to the thread Win64 version crashing.
    Well, I tried the complete package and it works perfectly on my machine, so now I need to get to work porting the code into my app...
  • P
    pdanes replied to the thread Win64 version crashing.
    Jesus - WHERE did you get this? I'm going to try this right away. If it works, I am forever in your debt. Thank you.
  • P
    pdanes replied to the thread Win64 version crashing.
    1. Okay, I didn't realize that had been changed, but it's still not many for my purposes in this app. There are 679 squares in the grid...
  • P
    pdanes replied to the thread Win64 version crashing.
    Some stuff you cannot, some you can. But what I'm running into crashes either way, although of course, I cannot tell if it might be...
  • P
    pdanes replied to the thread Win64 version crashing.
    Thank you, I'll see what I can get done with that converter. Back to work. I admit, I had not thought of using Access's built-in stuff...
  • P
    pdanes replied to the thread Win64 version crashing.
    Yes, that was me. I have been working on this for a while. The problem cropped up, then became irrelevant because of some other...
  • P
    pdanes replied to the thread Win64 version crashing.
    Well, maybe, but that is where it crashes. I do have some custom images on the ribbon that serves that form. There are three principal...
  • P
    pdanes replied to the thread Win64 version crashing.
    Who is that someone you think you know?
  • P
    pdanes replied to the thread Win64 version crashing.
    I'm not sure about all that. There is a good deal of stuff in his code that I flat do not understand. This is one of those things. I...
  • P
    pdanes replied to the thread Win64 version crashing.
    Why should it be public? Lebans wrote it as private and it has been working that way without a hitch for at least fifteen years. In any...
  • P
    pdanes replied to the thread Win64 version crashing.
    Ah, thank you. It is, though - it's the very next routine after this AutoShutDown. Private Sub TimerProc(ByVal hWnd As Long, ByVal uMsg...
  • P
    pdanes replied to the thread Win64 version crashing.
    If you mean this: tVarTimer(lCounter) = SetTimer(0&, 0&, 5000, AddressOf TimerProc)then that is is a regular module. I don't know what a...
  • P
    pdanes replied to the thread Win64 version crashing.
    Yes, I suspect it is that. I've put in conditional compilations for 64, but no luck yet. It's hard to work on, because every failed...
Top Bottom