Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: union or struct Pin
toxcct9-May-05 0:03
toxcct9-May-05 0:03 
GeneralRe: union or struct Pin
ThatsAlok9-May-05 0:18
ThatsAlok9-May-05 0:18 
GeneralRe: union or struct Pin
liquid_10-May-05 5:36
liquid_10-May-05 5:36 
GeneralRe: union or struct Pin
ThatsAlok10-May-05 21:23
ThatsAlok10-May-05 21:23 
GeneralRe: union or struct Pin
Ansari A. Halim8-May-05 21:43
Ansari A. Halim8-May-05 21:43 
GeneralRe: union or struct Pin
toxcct9-May-05 0:06
toxcct9-May-05 0:06 
QuestionHow to save a web page without any src lost just from a url? Pin
Tcpip20058-May-05 14:47
Tcpip20058-May-05 14:47 
AnswerRe: How to save a web page without any src lost just from a url? Pin
Christian Graus8-May-05 15:01
protectorChristian Graus8-May-05 15:01 
You need to connect to the site, and download the HTML. Then you can use a regex to trawl it for links to resources, and download those ( boost has a regex add in for C++ ). If you want the links on the page to work offline, then you need to change them to something local, and repeat the process for those pages, so they get downloaded as well, to the location that the new link points to. If you do this recursively, you'll need a big hard drive, and to do some checking for circular links.


Christian Graus - Microsoft MVP - C++
AnswerRe: How to save a web page without any src lost just from a url? Pin
ThatsAlok8-May-05 19:26
ThatsAlok8-May-05 19:26 
Questionhow to get a handle to a text box not my own created? Pin
Amr Abdel-Mohsen8-May-05 13:45
Amr Abdel-Mohsen8-May-05 13:45 
AnswerRe: how to get a handle to a text box not my own created? Pin
ThatsAlok8-May-05 18:33
ThatsAlok8-May-05 18:33 
Questionhow to get a handle to a text box not my own created? Pin
Amr Abdel-Mohsen8-May-05 13:42
Amr Abdel-Mohsen8-May-05 13:42 
GeneralVC++ - Including " in a text string without ending the string Pin
JSadleir8-May-05 13:07
JSadleir8-May-05 13:07 
GeneralRe: VC++ - Including " in a text string without ending the string Pin
Rama Krishna Vavilala8-May-05 13:31
Rama Krishna Vavilala8-May-05 13:31 
GeneralRe: VC++ - Including " in a text string without ending the string Pin
JSadleir8-May-05 13:35
JSadleir8-May-05 13:35 
GeneralSetPrinter() Failed with ERROR_ACCESS_DENIED Pin
lxy8-May-05 12:31
lxy8-May-05 12:31 
GeneralFilePathProblem Pin
ddmcr8-May-05 11:14
ddmcr8-May-05 11:14 
GeneralRe: FilePathProblem Pin
Chris Losinger8-May-05 11:27
professionalChris Losinger8-May-05 11:27 
GeneralRe: FilePathProblem Pin
ddmcr8-May-05 22:05
ddmcr8-May-05 22:05 
GeneralRe: FilePathProblem Pin
Blake Miller9-May-05 5:09
Blake Miller9-May-05 5:09 
GeneralRe: FilePathProblem Pin
ddmcr9-May-05 7:19
ddmcr9-May-05 7:19 
GeneralRiched32.dll on w9x Pin
PJ Arends8-May-05 11:09
professionalPJ Arends8-May-05 11:09 
GeneralRe: Riched32.dll on w9x Pin
Graham Bradshaw8-May-05 11:24
Graham Bradshaw8-May-05 11:24 
GeneralRe: Riched32.dll on w9x [edited] Pin
PJ Arends8-May-05 11:53
professionalPJ Arends8-May-05 11:53 
GeneralRe: Riched32.dll on w9x Pin
Jim Crafton8-May-05 12:34
Jim Crafton8-May-05 12:34 

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.