Click here to Skip to main content
15,919,778 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ListBox OnDblclkSout() Event Pin
VinayCool21-May-06 23:45
VinayCool21-May-06 23:45 
AnswerRe: ListBox OnDblclkSout() Event Pin
Laxman Auti22-May-06 0:07
Laxman Auti22-May-06 0:07 
GeneralRe: ListBox OnDblclkSout() Event [modified] Pin
VinayCool22-May-06 0:12
VinayCool22-May-06 0:12 
GeneralRe: ListBox OnDblclkSout() Event Pin
Laxman Auti22-May-06 0:19
Laxman Auti22-May-06 0:19 
GeneralRe: ListBox OnDblclkSout() Event Pin
VinayCool22-May-06 0:33
VinayCool22-May-06 0:33 
GeneralRe: ListBox OnDblclkSout() Event Pin
Laxman Auti22-May-06 0:57
Laxman Auti22-May-06 0:57 
AnswerRe: ListBox OnDblclkSout() Event Pin
Maxwell Chen22-May-06 1:03
Maxwell Chen22-May-06 1:03 
NewsRe: ListBox OnDblclkSout() Event Pin
Rudolf Jan22-May-06 0:28
Rudolf Jan22-May-06 0:28 
This answer is not correct. The double backslash is only neccessary if you use a literal string in your programming code. Here you just read the name entered in a listbox. I recoomend to use the source level debuger and place some breakpoints. You should always check following things: is the function actually called? Does the Listbox provide the correct handle? (I also recommend to handle LB_ERR so you see it if something is wrong)Do you get the correct string back from the listbox? Is your call to ShellExecute handled correctly? Does it give back an error message?

I really do not understand why you need to ask such a question in the forum. You reaaly should invest some time to learn how to use the source level debugger and how to read the documentation.
QuestionHow to use graphics in win32 console application Pin
kflrei21-May-06 22:45
kflrei21-May-06 22:45 
AnswerRe: How to use graphics in win32 console application Pin
Cedric Moonen21-May-06 22:51
Cedric Moonen21-May-06 22:51 
AnswerRe: How to use graphics in win32 console application Pin
Nibu babu thomas21-May-06 22:57
Nibu babu thomas21-May-06 22:57 
AnswerRe: How to use graphics in win32 console application Pin
ThatsAlok22-May-06 4:02
ThatsAlok22-May-06 4:02 
GeneralRe: How to use graphics in win32 console application Pin
kflrei25-May-06 23:58
kflrei25-May-06 23:58 
QuestionEdit Box Pin
VinayCool21-May-06 22:19
VinayCool21-May-06 22:19 
AnswerRe: Edit Box Pin
Hamid_RT21-May-06 22:23
Hamid_RT21-May-06 22:23 
AnswerRe: Edit Box Pin
GDavy21-May-06 22:25
GDavy21-May-06 22:25 
AnswerRe: Edit Box Pin
Hamid_RT21-May-06 22:29
Hamid_RT21-May-06 22:29 
AnswerRe: Edit Box Pin
eli1502197921-May-06 22:32
eli1502197921-May-06 22:32 
AnswerRe: Edit Box Pin
Laxman Auti21-May-06 22:49
Laxman Auti21-May-06 22:49 
AnswerRe: Edit Box Pin
VinayCool21-May-06 23:05
VinayCool21-May-06 23:05 
AnswerRe: Edit Box Pin
ThatsAlok22-May-06 4:01
ThatsAlok22-May-06 4:01 
QuestionCan any body give solution to my problem.. Pin
D.Srihari21-May-06 21:48
D.Srihari21-May-06 21:48 
GeneralRe: Can any body give solution to my problem.. Pin
Laxman Auti21-May-06 22:39
Laxman Auti21-May-06 22:39 
AnswerRe: Can any body give solution to my problem.. Pin
Ramu.e21-May-06 22:41
Ramu.e21-May-06 22:41 
QuestionIterating a folder Pin
atimpoo21-May-06 21:39
atimpoo21-May-06 21:39 

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.