Click here to Skip to main content
15,881,248 members

Comments by peterkmx (Top 18 by date)

peterkmx 13-Mar-23 12:07pm View    
This makes me curious which code are you debugging ... From GitHub or another place ?
Best regards
peterkmx 22-Dec-22 16:24pm View    
Thanks ... I am glad that I could help :-)
peterkmx 12-Mar-22 13:41pm View    
" ... UseShellExecute must be true to get the WindowStyle to work"

Your comment solved my problem, upvoted your answer, 5 years on :-) and still relevant.
Thank you!
peterkmx 11-Apr-21 6:30am View    
Please check the link as this page contains exactly what you were looking for

// Declaring friend function using friend keyword
friend Distance operator+(Distance&, Distance&);

Keep learning,
Cheers
peterkmx 23-Feb-21 18:49pm View    
Another possibility is that your program "maynotrun.exe" will have some user permission set to "deny execute" and this user will not be able to start this program by double click. However, using "run as" on the same "maynotrun.exe" will execute it, if another user will have an "execute" permission... Perhaps this is useful in this case, Cheers,