Click here to Skip to main content
15,923,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Boolean statments Pin
Hamid_RT9-Oct-06 2:18
Hamid_RT9-Oct-06 2:18 
GeneralRe: Boolean statments Pin
kakan9-Oct-06 2:23
professionalkakan9-Oct-06 2:23 
GeneralRe: Boolean statments Pin
Zac Howland9-Oct-06 5:16
Zac Howland9-Oct-06 5:16 
AnswerRe: Boolean statments Pin
David Crow9-Oct-06 4:12
David Crow9-Oct-06 4:12 
QuestionNot understanding or WININET function not working properly ?!! Pin
Benlahrech .Dj8-Oct-06 23:46
Benlahrech .Dj8-Oct-06 23:46 
AnswerRe: Not understanding or WININET function not working properly ?!! Pin
Galatei9-Oct-06 1:44
Galatei9-Oct-06 1:44 
GeneralRe: Great thanks Pin
Benlahrech .Dj9-Oct-06 2:35
Benlahrech .Dj9-Oct-06 2:35 
GeneralRe: Great thanks Pin
Galatei9-Oct-06 3:36
Galatei9-Oct-06 3:36 
You dont need to call InternetConnect function. The only function which is necessary for enabling Internet functionality in your app, is InternetOpen. You have to call this function in order to initialize all Wininet fucntionality in your app.
Calling InternetOpen, will give you HINTERNET handle which is used by InternetSetOption and others.

Best regards
QuestionHow to copy data from a stream into a structure Pin
Dhilleswar8-Oct-06 23:34
Dhilleswar8-Oct-06 23:34 
AnswerRe: How to copy data from a stream into a structure Pin
toxcct8-Oct-06 23:44
toxcct8-Oct-06 23:44 
AnswerRe: How to copy data from a stream into a structure Pin
Galatei9-Oct-06 3:43
Galatei9-Oct-06 3:43 
QuestionParsing Dataset.GetXml() with xsl into html... Pin
reet1238-Oct-06 23:24
reet1238-Oct-06 23:24 
AnswerRe: Parsing Dataset.GetXml() with xsl into html... Pin
Hamid_RT19-Oct-06 7:54
Hamid_RT19-Oct-06 7:54 
GeneralRe: Parsing Dataset.GetXml() with xsl into html... Pin
reet12319-Oct-06 20:13
reet12319-Oct-06 20:13 
Questionsql query Pin
zizzzz8-Oct-06 22:53
zizzzz8-Oct-06 22:53 
AnswerRe: sql query Pin
zizzzz8-Oct-06 23:07
zizzzz8-Oct-06 23:07 
GeneralRe: sql query Pin
toxcct8-Oct-06 23:14
toxcct8-Oct-06 23:14 
GeneralRe: sql query Pin
zizzzz8-Oct-06 23:24
zizzzz8-Oct-06 23:24 
GeneralRe: sql query Pin
toxcct8-Oct-06 23:28
toxcct8-Oct-06 23:28 
GeneralRe: sql query Pin
Hamid_RT9-Oct-06 1:25
Hamid_RT9-Oct-06 1:25 
GeneralRe: sql query Pin
David Crow9-Oct-06 4:19
David Crow9-Oct-06 4:19 
GeneralRe: sql query Pin
Hamid_RT9-Oct-06 7:26
Hamid_RT9-Oct-06 7:26 
Question"COleDateTime::GetCurrentTime()" Crashes?? Pin
VCSharp0078-Oct-06 22:30
VCSharp0078-Oct-06 22:30 
AnswerRe: "COleDateTime::GetCurrentTime()" Crashes?? Pin
Stephen Hewitt8-Oct-06 22:42
Stephen Hewitt8-Oct-06 22:42 
GeneralRe: "COleDateTime::GetCurrentTime()" Crashes?? Pin
prasad_som8-Oct-06 22:52
prasad_som8-Oct-06 22:52 

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.