Click here to Skip to main content
16,011,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can I post a message to a dll from a dll? Pin
bryce20-May-04 16:14
bryce20-May-04 16:14 
GeneralRe: Can I post a message to a dll from a dll? Pin
freehawk20-May-04 16:48
freehawk20-May-04 16:48 
GeneralRe: Can I post a message to a dll from a dll? Pin
Jason Henderson20-May-04 17:28
Jason Henderson20-May-04 17:28 
GeneralRe: Can I post a message to a dll from a dll? Pin
bikram singh20-May-04 19:29
bikram singh20-May-04 19:29 
GeneralRe: Can I post a message to a dll from a dll? Pin
freehawk13-Jul-04 0:36
freehawk13-Jul-04 0:36 
AnswerRe: Can I post a message to a dll from a dll? Pin
David Crow21-May-04 3:11
David Crow21-May-04 3:11 
Generalusing HttpSend Request instead of InternetOpenUrl Pin
danLenehan20-May-04 13:47
danLenehan20-May-04 13:47 
GeneralRe: using HttpSend Request instead of InternetOpenUrl Pin
Hans Ruck20-May-04 21:44
Hans Ruck20-May-04 21:44 
Try:
hConnectHandle = InternetConnect(hOpenHandle, <code>"finance.yahoo.com"</code>, 80, NULL, NULL, INTERNET_SERVICE_HTTP,0,0);
and
hResourceHandle = HttpOpenRequest(hConnectHandle,"GET", <code>"/q?s=intc"</code>, "HTTP/1.1", NULL,(LPCTSTR*) &lpszAcceptTypes,0, 0);


rechi
GeneralRe: using HttpSend Request instead of InternetOpenUrl Pin
danLenehan21-May-04 9:49
danLenehan21-May-04 9:49 
Generalcreating tooltips for top-level submenu items Pin
elephantstar20-May-04 12:11
elephantstar20-May-04 12:11 
GeneralRe: creating tooltips for top-level submenu items Pin
bikram singh20-May-04 19:37
bikram singh20-May-04 19:37 
Questionmp3 player lib ?? Pin
Paolo Ponzano20-May-04 11:37
Paolo Ponzano20-May-04 11:37 
AnswerRe: mp3 player lib ?? Pin
Christian Graus20-May-04 12:03
protectorChristian Graus20-May-04 12:03 
GeneralLooking for Unicode capable file archive Pin
vdubgeek20-May-04 11:15
vdubgeek20-May-04 11:15 
GeneralRe: Looking for Unicode capable file archive Pin
Anthony_Yio20-May-04 18:11
Anthony_Yio20-May-04 18:11 
GeneralRe: Looking for Unicode capable file archive Pin
vdubgeek21-May-04 2:57
vdubgeek21-May-04 2:57 
GeneralPicture Control Question Pin
rmnowick20-May-04 10:27
rmnowick20-May-04 10:27 
GeneralRe: Picture Control Question Pin
BlackDice20-May-04 10:53
BlackDice20-May-04 10:53 
GeneralRe: Picture Control Question Pin
rmnowick20-May-04 11:10
rmnowick20-May-04 11:10 
GeneralRe: Picture Control Question Pin
BlackDice20-May-04 11:12
BlackDice20-May-04 11:12 
GeneralRe: Picture Control Question Pin
BlackDice20-May-04 11:11
BlackDice20-May-04 11:11 
GeneralResizing windows Pin
dart1320-May-04 9:26
dart1320-May-04 9:26 
GeneralRe: Resizing windows Pin
BlackDice20-May-04 9:40
BlackDice20-May-04 9:40 
GeneralRe: Resizing windows Pin
dart1320-May-04 10:31
dart1320-May-04 10:31 
GeneralRe: Resizing windows Pin
Curi0us_George20-May-04 10:13
Curi0us_George20-May-04 10: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.