Click here to Skip to main content
15,670,482 members
Home / Discussions / Windows Development
   

Windows Development

 
PinnedSome links to get started with Metro PinPopular
Nish Nishant23-Feb-12 10:11
sitebuilderNish Nishant23-Feb-12 10:11 
QuestionLoadString with cchBufferMax == 0 Pin
Brian Knittel17-Apr-23 12:03
Brian Knittel17-Apr-23 12:03 
AnswerRe: LoadString with cchBufferMax == 0 Pin
Richard MacCutchan17-Apr-23 22:28
mveRichard MacCutchan17-Apr-23 22:28 
AnswerRe: LoadString with cchBufferMax == 0 Pin
jschell18-Apr-23 5:14
jschell18-Apr-23 5:14 
AnswerRe: LoadString with cchBufferMax == 0 Pin
Brian Knittel18-Apr-23 7:35
Brian Knittel18-Apr-23 7:35 
SuggestionAdding Visual Studio to diskussions? Pin
Bo Vistisen20-Feb-23 12:34
Bo Vistisen20-Feb-23 12:34 
GeneralRe: Adding Visual Studio to diskussions? Pin
Richard MacCutchan20-Feb-23 21:12
mveRichard MacCutchan20-Feb-23 21:12 
QuestionLooking for feedback on why a share on a VPN would auto-lock when using FILE>>OPEN Pin
YSLGuru14-Feb-23 6:42
YSLGuru14-Feb-23 6:42 
AnswerRe: Looking for feedback on why a share on a VPN would auto-lock when using FILE>>OPEN Pin
Dave Kreskowiak18-Feb-23 14:40
mveDave Kreskowiak18-Feb-23 14:40 
GeneralRe: Looking for feedback on why a share on a VPN would auto-lock when using FILE>>OPEN Pin
YSLGuru19-Feb-23 5:51
YSLGuru19-Feb-23 5:51 
AnswerRe: Looking for feedback on why a share on a VPN would auto-lock when using FILE>>OPEN Pin
Gerry Schmitz19-Feb-23 5:21
mveGerry Schmitz19-Feb-23 5:21 
GeneralRe: Looking for feedback on why a share on a VPN would auto-lock when using FILE>>OPEN Pin
YSLGuru19-Feb-23 5:50
YSLGuru19-Feb-23 5:50 
GeneralRe: Looking for feedback on why a share on a VPN would auto-lock when using FILE>>OPEN Pin
Dave Kreskowiak19-Feb-23 5:55
mveDave Kreskowiak19-Feb-23 5:55 
That doesn't really make sense. When you double-click a file in Explorer, it looks up the file extension in its handler table and just launches the command line associated with the extension.

So, by default, for .TXT file you double-click, Explorer will launch Notepad.exe %1, and replace the %1 with the full path to the file you double-clicked. The app then has to open the file itself and will do it exactly like it would if you went to File/Open in the application and selected it.

GeneralRe: Looking for feedback on why a share on a VPN would auto-lock when using FILE>>OPEN Pin
YSLGuru19-Feb-23 6:01
YSLGuru19-Feb-23 6:01 
GeneralRe: Looking for feedback on why a share on a VPN would auto-lock when using FILE>>OPEN Pin
Dave Kreskowiak19-Feb-23 5:53
mveDave Kreskowiak19-Feb-23 5:53 
GeneralRe: Looking for feedback on why a share on a VPN would auto-lock when using FILE>>OPEN Pin
Gerry Schmitz19-Feb-23 7:26
mveGerry Schmitz19-Feb-23 7:26 
QuestionBuild info of a C program in Visual Studio Pin
jmaida9-Dec-22 17:47
jmaida9-Dec-22 17:47 
AnswerRe: Build info of a C program in Visual Studio Pin
Richard MacCutchan9-Dec-22 21:51
mveRichard MacCutchan9-Dec-22 21:51 
AnswerRe: Build info of a C program in Visual Studio Pin
Gerry Schmitz10-Dec-22 5:49
mveGerry Schmitz10-Dec-22 5:49 
GeneralRe: Build info of a C program in Visual Studio Pin
jmaida10-Dec-22 17:36
jmaida10-Dec-22 17:36 
GeneralRe: Build info of a C program in Visual Studio Pin
Dave Kreskowiak10-Dec-22 18:50
mveDave Kreskowiak10-Dec-22 18:50 
GeneralRe: Build info of a C program in Visual Studio Pin
jmaida11-Dec-22 7:56
jmaida11-Dec-22 7:56 
GeneralRe: Build info of a C program in Visual Studio Pin
jmaida10-Dec-22 17:53
jmaida10-Dec-22 17:53 
GeneralRe: Build info of a C program in Visual Studio Pin
Richard MacCutchan10-Dec-22 21:18
mveRichard MacCutchan10-Dec-22 21:18 
QuestionRegistry file associations Pin
alex__b24-Nov-22 4:40
professionalalex__b24-Nov-22 4:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.