Click here to Skip to main content
15,792,771 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: College Project Visual Enhancement Pin
Richard MacCutchan2-Jun-22 22:48
mveRichard MacCutchan2-Jun-22 22:48 
GeneralRe: College Project Visual Enhancement Pin
Tomás Temperley3-Jun-22 11:24
Tomás Temperley3-Jun-22 11:24 
GeneralRe: College Project Visual Enhancement Pin
Richard MacCutchan3-Jun-22 23:17
mveRichard MacCutchan3-Jun-22 23:17 
QuestionAdd a context menu item in Windows Explorer (C/C++, no MFC) Pin
Derell Licht1-Jun-22 17:53
professionalDerell Licht1-Jun-22 17:53 
AnswerRe: Add a context menu item in Windows Explorer (C/C++, no MFC) Pin
Victor Nijegorodov1-Jun-22 21:29
Victor Nijegorodov1-Jun-22 21:29 
GeneralRe: Add a context menu item in Windows Explorer (C/C++, no MFC) Pin
Derell Licht2-Jun-22 5:41
professionalDerell Licht2-Jun-22 5:41 
GeneralRe: Add a context menu item in Windows Explorer (C/C++, no MFC) Pin
Dave Kreskowiak2-Jun-22 6:38
mveDave Kreskowiak2-Jun-22 6:38 
GeneralRe: Add a context menu item in Windows Explorer (C/C++, no MFC) Pin
Derell Licht2-Jun-22 6:50
professionalDerell Licht2-Jun-22 6:50 
That's a good point...
for most situations that I'm thinking of using this tool, I wouldn't be removing the link once it was installed; it would be for situations such as "open this file in MyEditor", or "run MyUtility on this folder"... but yeah, initially creating the link has to be considered, in either case; My plan was to check for existence of my link when running the program, likely in WM_INITDIALOG.. if it's not there, create it.

I mostly write small utilities, so don't always use a dedicated installer...
GeneralRe: Add a context menu item in Windows Explorer (C/C++, no MFC) Pin
Dave Kreskowiak2-Jun-22 6:52
mveDave Kreskowiak2-Jun-22 6:52 
QuestionListbox items disappear Pin
ForNow31-May-22 18:05
ForNow31-May-22 18:05 
AnswerRe: Listbox items disappear Pin
Richard MacCutchan31-May-22 22:33
mveRichard MacCutchan31-May-22 22:33 
GeneralRe: Listbox items disappear Pin
ForNow1-Jun-22 13:17
ForNow1-Jun-22 13:17 
GeneralRe: Listbox items disappear Pin
Victor Nijegorodov1-Jun-22 21:17
Victor Nijegorodov1-Jun-22 21:17 
GeneralRe: Listbox items disappear Pin
Richard MacCutchan2-Jun-22 2:37
mveRichard MacCutchan2-Jun-22 2:37 
GeneralRe: Listbox items disappear Pin
ForNow2-Jun-22 3:11
ForNow2-Jun-22 3:11 
QuestionCapture BACK SPACE Key in Edit Box Pin
Wahaj Khan31-May-22 1:32
Wahaj Khan31-May-22 1:32 
AnswerRe: Capture BACK SPACE Key in Edit Box Pin
Richard MacCutchan31-May-22 3:17
mveRichard MacCutchan31-May-22 3:17 
QuestionWhat IDE is good for developing GUI apps using C++? Pin
Code4Ever29-May-22 8:44
Code4Ever29-May-22 8:44 
AnswerRe: What IDE is good for developing GUI apps using C++? Pin
Calin Negru29-May-22 8:57
Calin Negru29-May-22 8:57 
GeneralRe: What IDE is good for developing GUI apps using C++? Pin
Code4Ever29-May-22 9:03
Code4Ever29-May-22 9:03 
GeneralRe: What IDE is good for developing GUI apps using C++? Pin
Greg Utas29-May-22 9:32
mveGreg Utas29-May-22 9:32 
GeneralRe: What IDE is good for developing GUI apps using C++? Pin
Richard MacCutchan29-May-22 23:10
mveRichard MacCutchan29-May-22 23:10 
GeneralRe: What IDE is good for developing GUI apps using C++? Pin
Greg Utas30-May-22 1:19
mveGreg Utas30-May-22 1:19 
GeneralRe: What IDE is good for developing GUI apps using C++? Pin
Richard MacCutchan30-May-22 1:57
mveRichard MacCutchan30-May-22 1:57 
GeneralRe: What IDE is good for developing GUI apps using C++? Pin
Code4Ever30-May-22 8:13
Code4Ever30-May-22 8:13 

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.