Click here to Skip to main content
15,914,071 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionASP, ASPX, PHP, JS, XSL comment remover for web applications Pin
kevingpo17-Feb-06 4:13
kevingpo17-Feb-06 4:13 
AnswerRe: ASP, ASPX, PHP, JS, XSL comment remover for web applications Pin
James R. Twine17-Feb-06 5:03
James R. Twine17-Feb-06 5:03 
AnswerRe: ASP, ASPX, PHP, JS, XSL comment remover for web applications Pin
kevingpo17-Feb-06 6:12
kevingpo17-Feb-06 6:12 
QuestionSimulate Mnemonic Keys Pin
kanitamildasan17-Feb-06 3:47
kanitamildasan17-Feb-06 3:47 
AnswerRe: Simulate Mnemonic Keys Pin
James R. Twine17-Feb-06 3:54
James R. Twine17-Feb-06 3:54 
GeneralRe: Simulate Mnemonic Keys Pin
kanitamildasan22-Feb-06 18:59
kanitamildasan22-Feb-06 18:59 
QuestionProblem in deleting ComboBox pointer. Pin
Aryan S17-Feb-06 3:43
Aryan S17-Feb-06 3:43 
AnswerRe: Problem in deleting ComboBox pointer. Pin
Chris Losinger17-Feb-06 3:46
professionalChris Losinger17-Feb-06 3:46 
from the MSDN for GetDlgItem:

    The returned pointer may be temporary and should not be stored for later use.


so, don't overwrite the result of the 'new'. store it away somewhere safe, and delete that. don't delete the result of GetDlgItem.


Cleek | Image Toolkits | Thumbnail maker

QuestionRe: Problem in deleting ComboBox pointer. Pin
Aryan S17-Feb-06 3:50
Aryan S17-Feb-06 3:50 
AnswerRe: Problem in deleting ComboBox pointer. Pin
Cedric Moonen17-Feb-06 3:52
Cedric Moonen17-Feb-06 3:52 
AnswerRe: Problem in deleting ComboBox pointer. Pin
Chris Losinger17-Feb-06 3:58
professionalChris Losinger17-Feb-06 3:58 
AnswerRe: Problem in deleting ComboBox pointer. Pin
David Crow17-Feb-06 3:50
David Crow17-Feb-06 3:50 
AnswerRe: Problem in deleting ComboBox pointer. Pin
James R. Twine17-Feb-06 3:52
James R. Twine17-Feb-06 3:52 
QuestionRe: Problem in deleting ComboBox pointer. Pin
Aryan S17-Feb-06 3:55
Aryan S17-Feb-06 3:55 
AnswerRe: Problem in deleting ComboBox pointer. Pin
toxcct17-Feb-06 4:07
toxcct17-Feb-06 4:07 
AnswerRe: Problem in deleting ComboBox pointer. Pin
David Crow17-Feb-06 4:32
David Crow17-Feb-06 4:32 
AnswerRe: Problem in deleting ComboBox pointer. Pin
Russell'17-Feb-06 3:57
Russell'17-Feb-06 3:57 
GeneralRe: Problem in deleting ComboBox pointer. Pin
Aryan S17-Feb-06 4:41
Aryan S17-Feb-06 4:41 
GeneralRe: Problem in deleting ComboBox pointer. Pin
Russell'17-Feb-06 4:51
Russell'17-Feb-06 4:51 
QuestionEXE/DLL resources modification? Pin
Pascal Pinchauret-Lamothe17-Feb-06 2:54
Pascal Pinchauret-Lamothe17-Feb-06 2:54 
AnswerRe: EXE/DLL resources modification? Pin
David Crow17-Feb-06 3:15
David Crow17-Feb-06 3:15 
GeneralRe: EXE/DLL resources modification? Pin
Pascal Pinchauret-Lamothe17-Feb-06 3:25
Pascal Pinchauret-Lamothe17-Feb-06 3:25 
GeneralRe: EXE/DLL resources modification? Pin
David Crow17-Feb-06 3:32
David Crow17-Feb-06 3:32 
GeneralRe: EXE/DLL resources modification? Pin
Pascal Pinchauret-Lamothe17-Feb-06 3:40
Pascal Pinchauret-Lamothe17-Feb-06 3:40 
GeneralRe: EXE/DLL resources modification? Pin
ThatsAlok18-Feb-06 0:03
ThatsAlok18-Feb-06 0:03 

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.