Edgar_'s latest activity

  • E
    Edgar_ replied to the thread OpenArgs (my) class way.
    And that's a great thing. All other development kits are using frameworks for everything, saving thousands of hours, but nothing is...
  • E
    Edgar_ replied to the thread OpenArgs (my) class way.
    Ideally, the debugger should be your go-to tool when a bug occurs, unless you're following a strict test-driven development approach. It...
  • E
    Edgar_ replied to the thread OpenArgs (my) class way.
    I'll consider it. I'm glad you could find some use in it. The devs gave us some handy stuff, it's just not talked about much, but it's...
  • E
    Edgar_ reacted to jwcolby54's post in the thread OpenArgs (my) class way with Like Like.
    @Edgar_ I like it! I mean I REALLY like it. I have done this a bit, but not to the level I should . Having said that, would you...
  • E
    Edgar_ replied to the thread Solved A Really Simple Question.
    Oh yeah, but your form's bound, so you gotta disable stuff here, add guards there, fix this, fix that. Not exactly a high IQ move for a...
  • E
    Edgar_ replied to the thread OpenArgs (my) class way.
    You could use the Watch window, I use that thing all the time. 1. Add a watch 2. Write an expression such as Not myObj Is Nothing 3...
    • 1749348404913.png
  • E
    Hola, Edgar. Perdóname por no contestar antes, pero he estado de mudanza, y con el trabajo además, me ha sido podido responder antes...
  • E
    Edgar_ replied to the thread OpenArgs (my) class way.
    I jumped in because there was a lot of esoteric speculation going on. The tools are available for everyone to use when figuring out when...
  • E
    Edgar_ replied to the thread OpenArgs (my) class way.
    You guys wouldn't have this discussion if you used more debugging tools than just the immediate window
  • E
    Edgar_ replied to the thread Closing image viewing software.
    I agree, Photos.exe is not there. Looking further, I found this: Then I looked that ProgId up using the find tool and it took me...
    • 1749152011667.png
    • 1749152127948.png
    • 1749152573635.png
    • 1749152707984.png
    • 1749153116913.png
    • 1749153234785.png
  • E
    Edgar_ replied to the thread Closing image viewing software.
    @sonic8 I was referring to this key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts
  • E
    Edgar_ replied to the thread Closing image viewing software.
    There is a registry key in the Current User tree where you can get the name of the app that opens a certain file extension. Whatever is...
  • E
    Edgar_ replied to the thread Solved A Really Simple Question.
    Of course, you have the benefit of just fetching the data that needs to be displayed and have nothing else going on. Well, in network...
  • E
    Edgar_ reacted to Danick's post in the thread Double Click cell inserts Today's Date with Like Like.
    It's working perfectly. Still can't believe how simple the fix was. Thanks so much for your help.
  • E
    Edgar_ reacted to Imb's post in the thread Database Properties - Did you know with Like Like.
    This is the way I build my applications, completely event driven. I don't use Classes, but just "THE" Control. During the load of the...
Back
Top Bottom