Click here to Skip to main content
15,903,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Fatal Error C1902 Pin
pix_programmer10-Oct-12 23:43
pix_programmer10-Oct-12 23:43 
GeneralRe: Fatal Error C1902 Pin
Jochen Arndt10-Oct-12 23:52
professionalJochen Arndt10-Oct-12 23:52 
QuestionCRichEditCtrl halt any visual updates for a sec !! Pin
sdancer7510-Oct-12 4:59
sdancer7510-Oct-12 4:59 
AnswerRe: CRichEditCtrl halt any visual updates for a sec !! Pin
Jochen Arndt10-Oct-12 5:39
professionalJochen Arndt10-Oct-12 5:39 
AnswerRe: CRichEditCtrl halt any visual updates for a sec !! Pin
chaau10-Oct-12 11:27
chaau10-Oct-12 11:27 
GeneralRe: CRichEditCtrl halt any visual updates for a sec !! Pin
sdancer7510-Oct-12 21:38
sdancer7510-Oct-12 21:38 
QuestionHow to get which Radio button is Checked? Pin
Fresher1610-Oct-12 2:14
Fresher1610-Oct-12 2:14 
AnswerRe: How to get which Radio button is Checked? Pin
_AnsHUMAN_ 10-Oct-12 2:29
_AnsHUMAN_ 10-Oct-12 2:29 
QuestionRe: How to get which Radio button is Checked? Pin
David Crow10-Oct-12 2:38
David Crow10-Oct-12 2:38 
AnswerRe: How to get which Radio button is Checked? Pin
«_Superman_»10-Oct-12 19:48
professional«_Superman_»10-Oct-12 19:48 
Questionfile is getting deleted Pin
sarfaraznawaz10-Oct-12 0:29
sarfaraznawaz10-Oct-12 0:29 
AnswerRe: file is getting deleted Pin
Sivaraman Dhamodharan10-Oct-12 0:33
Sivaraman Dhamodharan10-Oct-12 0:33 
GeneralRe: file is getting deleted Pin
sarfaraznawaz10-Oct-12 2:06
sarfaraznawaz10-Oct-12 2:06 
QuestionRe: file is getting deleted Pin
David Crow10-Oct-12 2:40
David Crow10-Oct-12 2:40 
AnswerRe: file is getting deleted Pin
sarfaraznawaz10-Oct-12 3:17
sarfaraznawaz10-Oct-12 3:17 
GeneralRe: file is getting deleted Pin
chaau10-Oct-12 11:32
chaau10-Oct-12 11:32 
GeneralRe: file is getting deleted Pin
sarfaraznawaz10-Oct-12 19:28
sarfaraznawaz10-Oct-12 19:28 
QuestionMenu Items Not Displaying Pin
002comp10-Oct-12 0:09
002comp10-Oct-12 0:09 
QuestionRe: Menu Items Not Displaying Pin
David Crow10-Oct-12 2:43
David Crow10-Oct-12 2:43 
AnswerRe: Menu Items Not Displaying Pin
002comp10-Oct-12 2:58
002comp10-Oct-12 2:58 
QuestionHow to capture a Key Press from other softwave which has e.handle=true? Pin
trandinhnam9-Oct-12 23:54
trandinhnam9-Oct-12 23:54 
QuestionFind sub-url Pin
jeff69-Oct-12 22:40
jeff69-Oct-12 22:40 
AnswerRe: Find sub-url Pin
Jochen Arndt9-Oct-12 22:55
professionalJochen Arndt9-Oct-12 22:55 
AnswerRe: Find sub-url Pin
pasztorpisti10-Oct-12 0:25
pasztorpisti10-Oct-12 0:25 
There is no standard directory listing method in the HTTP protocol. Directory listing is usually disabled (security hole) for most if not the whole site and even if its enabled you get back an index file if present (like with http://my.lotro.com/home[^]). Even if the get on the directory returns a directory listing its still a non-standard generated html page that you have to parse somehow. Its a waste of time trying to solve this problem because this can not be solved. Web spiders just follow links found on websites, they do not do directory listings.
QuestionCEdit extended Pin
William Engberts9-Oct-12 3:46
William Engberts9-Oct-12 3:46 

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.