Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting file extension from path Pin
Nelek6-Jul-08 2:43
protectorNelek6-Jul-08 2:43 
QuestionPlay AVI on Status bar Pin
ptr_Electron1-Jul-08 21:12
ptr_Electron1-Jul-08 21:12 
AnswerRe: Play AVI on Status bar [modified] Pin
Nibu babu thomas1-Jul-08 22:33
Nibu babu thomas1-Jul-08 22:33 
GeneralRe: Play AVI on Status bar Pin
ptr_Electron1-Jul-08 23:12
ptr_Electron1-Jul-08 23:12 
QuestionHow to release a Visual C++ Express Project? [modified] Pin
BrockCooper11-Jul-08 21:02
BrockCooper11-Jul-08 21:02 
AnswerRe: How to release a Visual C++ Express Project? Pin
Saurabh.Garg1-Jul-08 21:10
Saurabh.Garg1-Jul-08 21:10 
AnswerRe: How to release a Visual C++ Express Project? Pin
Saurabh.Garg1-Jul-08 21:13
Saurabh.Garg1-Jul-08 21:13 
QuestionOpen a Url the user has entered form a text box Pin
BrockCooper11-Jul-08 20:58
BrockCooper11-Jul-08 20:58 
Hello guys, this is my first post Big Grin | :-D ok so here is my problem/question I would like it so when a user enters a URL into a text box and then hits the go button that it will open the URL in the default browser, here is what i got Smile | :)

private: System::Void GO_Click(System::Object^ sender, System::EventArgs^ e)
{
int GetWindowText(HWND urlgo,LPTSTR textout,int nMaxCount);
System::Diagnostics::Process::Start(/*start the url entered*/);
}

Oh and here is the Text box

private: System::Void urlgo_TextChanged(System::Object^ sender, System::EventArgs^ e)
{
}

any help would be much appreciated Thanks, Brock
AnswerRe: Open a Url the user has entered form a text box Pin
Hamid_RT1-Jul-08 21:01
Hamid_RT1-Jul-08 21:01 
GeneralRe: Open a Url the user has entered form a text box Pin
ThatsAlok1-Jul-08 22:49
ThatsAlok1-Jul-08 22:49 
AnswerRe: Open a Url the user has entered form a text box Pin
Jagdish V. Bhimbha2-Jul-08 0:01
Jagdish V. Bhimbha2-Jul-08 0:01 
GeneralRe: Open a Url the user has entered form a text box Pin
BrockCooper12-Jul-08 0:07
BrockCooper12-Jul-08 0:07 
GeneralRe: Open a Url the user has entered form a text box Pin
Jagdish V. Bhimbha2-Jul-08 0:19
Jagdish V. Bhimbha2-Jul-08 0:19 
GeneralRe: Open a Url the user has entered form a text box Pin
Alan Balkany2-Jul-08 4:16
Alan Balkany2-Jul-08 4:16 
QuestionAny Program Using SaferGetLevelInformation Function Pin
Aabid1-Jul-08 20:52
Aabid1-Jul-08 20:52 
AnswerRe: Any Program Using SaferGetLevelInformation Function Pin
Saurabh.Garg1-Jul-08 20:56
Saurabh.Garg1-Jul-08 20:56 
Questionproblem in tapiRequestMakeCall Pin
guru moorthy.k1-Jul-08 20:48
guru moorthy.k1-Jul-08 20:48 
AnswerRe: problem in tapiRequestMakeCall Pin
Saurabh.Garg1-Jul-08 20:57
Saurabh.Garg1-Jul-08 20:57 
GeneralRe: problem in tapiRequestMakeCall Pin
guru moorthy.k1-Jul-08 21:18
guru moorthy.k1-Jul-08 21:18 
GeneralRe: problem in tapiRequestMakeCall Pin
Hamid_RT1-Jul-08 21:25
Hamid_RT1-Jul-08 21:25 
GeneralRe: problem in tapiRequestMakeCall Pin
Saurabh.Garg2-Jul-08 17:09
Saurabh.Garg2-Jul-08 17:09 
GeneralRe: problem in tapiRequestMakeCall Pin
Hamid_RT2-Jul-08 18:26
Hamid_RT2-Jul-08 18:26 
GeneralRe: problem in tapiRequestMakeCall Pin
Saurabh.Garg1-Jul-08 21:40
Saurabh.Garg1-Jul-08 21:40 
GeneralRe: problem in tapiRequestMakeCall Pin
guru moorthy.k1-Jul-08 23:00
guru moorthy.k1-Jul-08 23:00 
GeneralRe: problem in tapiRequestMakeCall Pin
guru moorthy.k2-Jul-08 0:33
guru moorthy.k2-Jul-08 0:33 

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.