Click to See Complete Forum and Search --> : Resource script file format


Trilobyte
August 9th, 2004, 10:57 AM
I am making a resourceless dialogs toolkit for the WTL, I have finished most of it, and now I want to write tool which can open a resource script and extract dialog data from it. Bu I have one problem:

Does anyone know what the file format of the resource script is VS 2002 .NET? I could not find any information. I searched the MSDN, this forum and google.

Please help me,
Bert Willems

Trilobyte
August 10th, 2004, 03:41 PM
Microsoft is not making me hapy. :mad: . They are not consistent with their resource script, I had a nice code but then I found that some controls had an other sequence of data "ID, position, ..." then others "Caption, ID, position, ...". Now I have to write code for each control type. :mad:

Why did microsoft not use a nice XML file? Or at least be consistent? I hope they something better in whidbey.

Anyway, I cooled down and I am going to code again :thumb:,
Cya