Is there any way to change the actual type of a resource from within your application?
Let us say that you have a dialog defined in a .RES file (created with BRW 4.5) and on that dialog you have defined, let us say, five gets.
Is there any way from within your application to sort of 'redefine' those gets so that they 'become' says for example?
Note that this is not the same as defining gets in your resource and then trying to use those get definitions as says by using disabled gets in your application. I am talking about actually changing the resource type as defined in your .res file so that to your application it appears that the gets that you have defined in your .res file are says (the difference between an EDITTEXT and a LTEXT resource for example).
The problem (well not so much a problem but just a pain) is that in the application that I am creating I find myself having to create at least three identical dialogs (for add, edit, and view screens) and the only difference between these dialogs is that some of the gets become says etc. etc. and this just seems a very cumbersome way of doing things.
Regards,
Dale.