Click here to Skip to main content
15,895,656 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: IO completion port with socket [modified] Pin
cmk22-May-06 11:48
cmk22-May-06 11:48 
GeneralRe: IO completion port with socket [modified] Pin
followait22-May-06 17:07
followait22-May-06 17:07 
GeneralRe: IO completion port with socket [modified] Pin
followait23-May-06 16:16
followait23-May-06 16:16 
GeneralRe: IO completion port with socket [modified] Pin
cmk23-May-06 17:52
cmk23-May-06 17:52 
QuestionHttpSendRequest fails for https Pin
gbabu1721-May-06 23:45
gbabu1721-May-06 23:45 
AnswerRe: HttpSendRequest fails for https Pin
gbabu1722-May-06 4:58
gbabu1722-May-06 4:58 
AnswerRe: HttpSendRequest fails for https Pin
surfman1922-May-06 12:30
surfman1922-May-06 12:30 
QuestionListBox OnDblclkSout() Event Pin
VinayCool21-May-06 23:28
VinayCool21-May-06 23:28 
Hi,

I get the list of file name with full path as the output in the list box.
when the user double clicks on the list box item i want the file to be opened i have used the below code but it has no effect, its not opening the file. can u please tell me what will be the error.



void CSearchDlg::OnDblclkSout() <br />
{<br />
	<br />
	int d;<br />
	d=m_SOUT.GetCurSel();<br />
	CString FName;<br />
	m_SOUT.GetText(d,FName); <br />
	ShellExecute(m_hWnd, "open", FName, NULL, NULL, SW_SHOWNORMAL);	<br />
<br />
	<br />
}


Regards,
Vinay Charan.
QuestionRe: ListBox OnDblclkSout() Event Pin
Nibu babu thomas21-May-06 23:36
Nibu babu thomas21-May-06 23:36 
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 
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 

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.