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 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 .rc2 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.
Sweep.
The long story is 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 .rc2 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.
Sweep.