Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHiding the Menu Bar Pin
Jeff Holtz29-Jul-01 11:09
Jeff Holtz29-Jul-01 11:09 
GeneralRe: Hiding the Menu Bar Pin
Tomasz Sowinski29-Jul-01 23:44
Tomasz Sowinski29-Jul-01 23:44 
GeneralRe: Hiding the Menu Bar Pin
Jeff Holtz30-Jul-01 3:57
Jeff Holtz30-Jul-01 3:57 
GeneralRe: Hiding the Menu Bar Pin
Tomasz Sowinski30-Jul-01 6:09
Tomasz Sowinski30-Jul-01 6:09 
GeneralC programming phonebook using structs Pin
minikg29-Jul-01 11:06
minikg29-Jul-01 11:06 
GeneralRe: C programming phonebook using structs Pin
Stan Shannon29-Jul-01 12:08
Stan Shannon29-Jul-01 12:08 
GeneralRe: C programming phonebook using structs Pin
minikg29-Jul-01 12:26
minikg29-Jul-01 12:26 
GeneralRe: C programming phonebook using structs Pin
Stan Shannon29-Jul-01 12:56
Stan Shannon29-Jul-01 12:56 
Oh! Well you kind of need to declare your variables. When you declare your variables in your main, they are local variables in the main function, your other functions don't see them, as they are created on main's stack and not globally on the heap. For example, just because you declare "int i" in main() does not mean that you do not need to do it again in save_record.
GeneralImage colour manipulation Pin
Andrew Peace29-Jul-01 10:42
Andrew Peace29-Jul-01 10:42 
GeneralRe: Image colour manipulation Pin
29-Jul-01 11:06
suss29-Jul-01 11:06 
GeneralRe: one correction Pin
29-Jul-01 11:23
suss29-Jul-01 11:23 
GeneralRe: Image colour manipulation Pin
Chris Losinger29-Jul-01 11:43
professionalChris Losinger29-Jul-01 11:43 
GeneralRe: Image colour manipulation Pin
Christian Graus29-Jul-01 12:39
protectorChristian Graus29-Jul-01 12:39 
GeneralRe: Image colour manipulation Pin
Paolo Messina29-Jul-01 13:07
professionalPaolo Messina29-Jul-01 13:07 
GeneralChange the Static Control's Background color without the MFC Pin
29-Jul-01 9:49
suss29-Jul-01 9:49 
GeneralRe: Change the Static Control's Background color without the MFC Pin
Paolo Messina29-Jul-01 13:16
professionalPaolo Messina29-Jul-01 13:16 
GeneralRe: Change the Static Control's Background color without the MFC Pin
2-Aug-01 14:06
suss2-Aug-01 14:06 
GeneralRe: Change the Static Control's Background color without the MFC Pin
Paolo Messina5-Aug-01 5:42
professionalPaolo Messina5-Aug-01 5:42 
Generalplease help me ! Pin
29-Jul-01 3:58
suss29-Jul-01 3:58 
GeneralRe: please help me ! Pin
29-Jul-01 4:53
suss29-Jul-01 4:53 
GeneralRe: please help me ! Pin
markkuk29-Jul-01 21:54
markkuk29-Jul-01 21:54 
GeneralOwner-drawn Toolbar in Win32 (Non MFC) Pin
James Bird29-Jul-01 2:04
James Bird29-Jul-01 2:04 
GeneralProgress bar in a list view Pin
29-Jul-01 1:36
suss29-Jul-01 1:36 
GeneralRe: Progress bar in a list view Pin
CMFC6.0VS.NETUser29-Jul-01 4:43
CMFC6.0VS.NETUser29-Jul-01 4:43 
Generalthanks, .. Pin
29-Jul-01 9:09
suss29-Jul-01 9:09 

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.