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

C / C++ / MFC

 
GeneralRe: memory slot and installed memory size/type Pin
alex.barylski22-Nov-02 18:24
alex.barylski22-Nov-02 18:24 
General'diff' algorithm Pin
moliate22-Nov-02 12:43
moliate22-Nov-02 12:43 
GeneralRe: 'diff' algorithm Pin
Shog922-Nov-02 13:05
sitebuilderShog922-Nov-02 13:05 
GeneralRe: 'diff' algorithm Pin
moliate22-Nov-02 15:29
moliate22-Nov-02 15:29 
GeneralRe: 'diff' algorithm Pin
Scott H. Settlemier23-Nov-02 6:32
Scott H. Settlemier23-Nov-02 6:32 
GeneralRe: 'diff' algorithm Pin
moliate25-Nov-02 8:58
moliate25-Nov-02 8:58 
Generalextracting dialog box to use in other program Pin
IrishSonic22-Nov-02 13:36
IrishSonic22-Nov-02 13:36 
GeneralRe: extracting dialog box to use in other program Pin
Christian Graus22-Nov-02 14:01
protectorChristian Graus22-Nov-02 14:01 
You need to manually copy it's template from the .rc file and copy into the new ones. All items in it will have a name, they will have to be manually added with new values into the list of resource ID's, and the value at the bottom of the file for next available ID will also need to be incremented.

Christian

No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002

Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002

Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
GeneralRe: extracting dialog box to use in other program Pin
IrishSonic22-Nov-02 14:12
IrishSonic22-Nov-02 14:12 
GeneralRe: extracting dialog box to use in other program Pin
Christian Graus22-Nov-02 14:14
protectorChristian Graus22-Nov-02 14:14 
GeneralRe: extracting dialog box to use in other program Pin
IrishSonic23-Nov-02 5:37
IrishSonic23-Nov-02 5:37 
GeneralFolder Selection Dialog Pin
Dov Sherman22-Nov-02 11:06
Dov Sherman22-Nov-02 11:06 
GeneralRe: Folder Selection Dialog Pin
Alvaro Mendez22-Nov-02 11:25
Alvaro Mendez22-Nov-02 11:25 
GeneralRe: Folder Selection Dialog Pin
Dov Sherman22-Nov-02 12:50
Dov Sherman22-Nov-02 12:50 
GeneralRe: Folder Selection Dialog Pin
Alvaro Mendez22-Nov-02 14:30
Alvaro Mendez22-Nov-02 14:30 
GeneralRe: Folder Selection Dialog Pin
Dov Sherman22-Nov-02 15:50
Dov Sherman22-Nov-02 15:50 
GeneralI need a "theme-able" C++ GUI Pin
Jim Howard22-Nov-02 10:44
Jim Howard22-Nov-02 10:44 
GeneralRe: I need a "theme-able" C++ GUI Pin
Christian Graus22-Nov-02 13:35
protectorChristian Graus22-Nov-02 13:35 
GeneralMemory leak... UI Thread Pin
RobJones22-Nov-02 9:53
RobJones22-Nov-02 9:53 
GeneralRe: Memory leak... UI Thread Pin
Neville Franks22-Nov-02 10:36
Neville Franks22-Nov-02 10:36 
GeneralRe: Memory leak... UI Thread Pin
RobJones22-Nov-02 10:40
RobJones22-Nov-02 10:40 
GeneralRe: Memory leak... UI Thread Pin
Neville Franks22-Nov-02 10:48
Neville Franks22-Nov-02 10:48 
GeneralRe: Memory leak... UI Thread Pin
RobJones22-Nov-02 11:12
RobJones22-Nov-02 11:12 
GeneralRe: Memory leak... UI Thread Pin
Alvaro Mendez22-Nov-02 11:20
Alvaro Mendez22-Nov-02 11:20 
GeneralRe: Memory leak... UI Thread Pin
RobJones22-Nov-02 12:07
RobJones22-Nov-02 12:07 

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.