Hi,
I have never heard of anyone integrating a resource file in CVI. The compiler creates a resource file that gets included in the exe; you can see it in the debug folder of your project. However CVI will overwrite this file every time the exe is built.
In the specific case of tab controls, CVI includes a custom control that allows you to create a tab control. You can find an example at C:\Program Files\National Instruments\CVI70\samples\userint\custctrl\easytab\ basically you create your panels and with a couple of calls you embed them in a tab control.
If you must use a resource file you may want to consider using the CVI libraries in Visual C++; this way you could leverage the best of the 2 world: CVI functions and VC++ .res file e
diting. There is a wizard that converts your CVI project to a VC++ project. Just create a mew Measurement Studio project in VC++ and select import CVI project.
I hope this helps, let me know if you have any further questions.
Regards,
Juan Carlos
N.I.