Click here to Skip to main content
15,919,358 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Drive letter? Pin
J. Dunlap21-Jul-03 11:39
J. Dunlap21-Jul-03 11:39 
GeneralRe: Drive letter? Pin
Bob Stanneveld21-Jul-03 12:05
Bob Stanneveld21-Jul-03 12:05 
QuestionFast read in data? Pin
Kevein21-Jul-03 11:15
Kevein21-Jul-03 11:15 
AnswerRe: Fast read in data? Pin
Neville Franks21-Jul-03 12:02
Neville Franks21-Jul-03 12:02 
AnswerRe: Fast read in data? Pin
Bob Stanneveld21-Jul-03 12:02
Bob Stanneveld21-Jul-03 12:02 
GeneralEnabling a project for context sensitive help Pin
haritadala21-Jul-03 10:19
haritadala21-Jul-03 10:19 
GeneralRe: Enabling a project for context sensitive help Pin
Toni7821-Jul-03 13:47
Toni7821-Jul-03 13:47 
GeneralIDE Dialog Problem Pin
Grahamfff21-Jul-03 10:08
Grahamfff21-Jul-03 10:08 
During a large edit on my project; adding lots of static text to a new dialog. I used a lot of cut/paste and
some of the paste went off the form.

The long story is that (well I think) that the resource data for the project has got a bit out of step and the current
situation is to go in directly (resource.h and the .rc files) to add additional static text fields.
This is because any attempt to place ANY control on the dialog is just ignored; i.e. nothing happens

Are they any tools to check/help check out this type of problem? I did double click on some of the
labels and created an event handle (unwanted) but now removed them.

Are they a problem with the IDE such that some setting has been set in error.

Are they any way to regain the IDE back online; i.e able to use the GUI to add aditional controls.

I think that the problem is reated to the resource.h file and the .rc file.

In the resource.h file:-

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 143
#define _APS_NEXT_COMMAND_VALUE 32771 <---- ? how to check
#define _APS_NEXT_CONTROL_VALUE 1114
#define _APS_NEXT_SYMED_VALUE 104
#endif
#endif

I see the use of all apart from _APS_NEXT_COMMAND_VALUE
If I could check this value then I may sort out the problem.

Note: I have this happen in both Visual C++ (Version 6) and on Visual Studio .Net; my current project.

Regards,

Graham.

PS Everyone says delete the dialog and re-do it! They must be a better way.


grahamfff
Generalpath to exe file Pin
martin_j21-Jul-03 8:11
martin_j21-Jul-03 8:11 
GeneralRe: path to exe file Pin
Larry Antram21-Jul-03 8:33
Larry Antram21-Jul-03 8:33 
GeneralRe: path to exe file Pin
Toni7821-Jul-03 9:24
Toni7821-Jul-03 9:24 
GeneralRe: path to exe file Pin
martin_j21-Jul-03 20:03
martin_j21-Jul-03 20:03 
GeneralRe: path to exe file Pin
Jens Doose21-Jul-03 22:20
Jens Doose21-Jul-03 22:20 
GeneralEmbedded HTML pages + images Pin
Tommy2k21-Jul-03 7:53
Tommy2k21-Jul-03 7:53 
GeneralRe: Embedded HTML pages + images Pin
Michael Dunn21-Jul-03 14:07
sitebuilderMichael Dunn21-Jul-03 14:07 
GeneralRe: Embedded HTML pages + images Pin
Tommy2k24-Jul-03 12:21
Tommy2k24-Jul-03 12:21 
GeneralRe: Embedded HTML pages + images Pin
Michael Dunn24-Jul-03 12:33
sitebuilderMichael Dunn24-Jul-03 12:33 
GeneralRe: Embedded HTML pages + images Pin
Tommy2k24-Jul-03 22:58
Tommy2k24-Jul-03 22:58 
QuestionResizing image right bottom? Pin
Dominik Reichl21-Jul-03 7:26
Dominik Reichl21-Jul-03 7:26 
AnswerRe: Resizing image right bottom? Pin
J. Dunlap21-Jul-03 8:17
J. Dunlap21-Jul-03 8:17 
GeneralRe: Resizing image right bottom? Pin
Dominik Reichl21-Jul-03 9:12
Dominik Reichl21-Jul-03 9:12 
GeneralRe: Resizing image right bottom? Pin
Dominik Reichl21-Jul-03 9:28
Dominik Reichl21-Jul-03 9:28 
GeneralRe: Resizing image right bottom? Pin
J. Dunlap21-Jul-03 9:47
J. Dunlap21-Jul-03 9:47 
GeneralRe: Resizing image right bottom? Pin
Dominik Reichl21-Jul-03 23:45
Dominik Reichl21-Jul-03 23:45 
AnswerRe: Resizing image right bottom? Pin
Bob Stanneveld21-Jul-03 9:17
Bob Stanneveld21-Jul-03 9:17 

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.