Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProjects?! Pin
Alex Chitea28-Sep-03 10:18
Alex Chitea28-Sep-03 10:18 
GeneralRe: Projects?! Pin
keegan28-Sep-03 16:59
keegan28-Sep-03 16:59 
GeneralThread return value... Pin
Orkun GEDiK28-Sep-03 9:41
Orkun GEDiK28-Sep-03 9:41 
GeneralRe: Thread return value... Pin
thes3cr3t129-Sep-03 11:53
thes3cr3t129-Sep-03 11:53 
GeneralWindows XP Styles Pin
Gagnon Claude28-Sep-03 9:21
Gagnon Claude28-Sep-03 9:21 
Generalsendto(); question. Pin
esepich28-Sep-03 6:28
esepich28-Sep-03 6:28 
GeneralRe: sendto(); question. Pin
Steve Mayfield28-Sep-03 18:45
Steve Mayfield28-Sep-03 18:45 
GeneralCustom RichEdit Control Pin
Ph@ntom28-Sep-03 5:53
Ph@ntom28-Sep-03 5:53 
QuestionHow to implement custom 'protocol' handler for IE? Pin
Robert Mao28-Sep-03 5:20
Robert Mao28-Sep-03 5:20 
AnswerRe: How to implement custom 'protocol' handler for IE? Pin
Ryan_Roberts28-Sep-03 5:57
Ryan_Roberts28-Sep-03 5:57 
GeneralMFC Application Pin
MrGee28-Sep-03 5:06
MrGee28-Sep-03 5:06 
GeneralRe: MFC Application Pin
Gary R. Wheeler28-Sep-03 5:18
Gary R. Wheeler28-Sep-03 5:18 
GeneralSyntactical blunder. Pin
esepich28-Sep-03 2:32
esepich28-Sep-03 2:32 
GeneralRe: Syntactical blunder. Pin
Ted Ferenc28-Sep-03 3:02
Ted Ferenc28-Sep-03 3:02 
GeneralRe: Syntactical blunder. Pin
Gary R. Wheeler28-Sep-03 5:22
Gary R. Wheeler28-Sep-03 5:22 
QuestionWhy open two projects in the same VC IDE? Pin
George227-Sep-03 20:41
George227-Sep-03 20:41 
AnswerRe: Why open two projects in the same VC IDE? Pin
Andrew Walker27-Sep-03 23:38
Andrew Walker27-Sep-03 23:38 
GeneralRe: Why open two projects in the same VC IDE? Pin
Mike Dimmick28-Sep-03 0:02
Mike Dimmick28-Sep-03 0:02 
GeneralRe: Why open two projects in the same VC IDE? Pin
George228-Sep-03 4:00
George228-Sep-03 4:00 
GeneralRe: Why open two projects in the same VC IDE? Pin
Mike Dimmick28-Sep-03 4:16
Mike Dimmick28-Sep-03 4:16 
GeneralRe: Why open two projects in the same VC IDE? Pin
George229-Sep-03 3:41
George229-Sep-03 3:41 
GeneralRe: Why open two projects in the same VC IDE? Pin
George228-Sep-03 3:59
George228-Sep-03 3:59 
Questionwhat this error means? Pin
coda_x27-Sep-03 20:20
coda_x27-Sep-03 20:20 
AnswerRe: what this error means? Pin
Mike Dimmick28-Sep-03 0:05
Mike Dimmick28-Sep-03 0:05 
Generalcomplicated problem Pin
coda_x27-Sep-03 19:41
coda_x27-Sep-03 19:41 
i have a database problem, description: i have dialog A with listbox and button A, based on what item user chose in listbox, i will pop up dialog B with the data record for that item when button A is pressed. Then in dialog B, user can edit the data of that current record, problem is whenevr user edit the current record, it actually overwrites my 1st record in the database. this means the pointer nt pointing to current record coz i open and find the record in dialog A's code then close database, then i open database again in dialog B, by then the pointer prob reset itself... how do i link these 2 dialogs with my edit working properly?

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.