• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Running VB 2005 app without compiling

SoftwareEng

Senior member
How can I run the last-successfully-compiled Exe of my application, without recompiling it? Pressing F5 or Ctrl+F5 will compile (build), then run it.

I may be in the process of writing code, so it won't compile right now, but still want to run the last-build Exe.

Thanks fellow software engs
 
Originally posted by: jbourne77
Navigate to the \debug dir and execute it. This is where the last build is stored.

Awesome. I created an external tool (Tools -> External Tool), set it to run the compiled app, and assigned a Ctrl+Alt+F5 shortcut to it!
 
Back
Top