开发者

What is an ATB file?

I'm trying to understand a legacy VB6 application. It seems that some of the GUI toolbars are defined by a binary file with the suffix "atb". I think开发者_JAVA技巧 (but I'm not 100% sure) that this file has been generated by an application called "Infragistics UltraToolBars 4". (I also think that "atb" is an abbreviation for "Active ToolBars".) I want to track down the "source code" for the .atb file. So do you know more details about how you create an .atb file and how it is used?


Never used Infragistics controls myself but Google suggests that you are right and suggests that atb is a private binary format.

ComponentSource have a free help file for Infragistics UltraSuite including the ActiveToolBars Control - look in Igtbars3.hlp. It says ATB files are "Layout files are used to store information about the position of the Tools and ToolBars utilized by an ActiveToolBars control, and provide an efficient way for your application to maintain a user's Tool and ToolBar settings between sessions." There's sample code to save and load these files. For example SSActiveToolBars1.SaveLayout App.Path & "/RTFEdit.Atb"

Also, have you tried opening the project in the VB6 IDE and then looking at the properties of the GUI toolbars? There might be a "custom" option in the property window, that will open a special dialogue box that lets you change the GUI toolbar appearance.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜