Product Support
Browse Codejock Software product guidance, developer tutorials, and community article resources.
This is your online hub for learning about Codejock Software products. It's tailored for developers who are keen to broaden their skills and share their expertise with the community.
Browse through our collection of Guides & Tutorials below. If you have useful insights or tips to share, we invite you to contribute by submitting your own article. For more information, please visit the submit article page.
by Mike Palmatier Visual C++ Created on 05/03/2008
Applying the Office 2007 theme to the Calendar can be accomplished with only a few lines of code. You also have the option to change the base color used in the theme. By default the color will be the same color blue as used in Office 2007. Start by ...
by Mike Palmatier Visual Basic 6 Created on 05/03/2008
First a skin must be loaded before it can be applied to your application. The LoadSkin method loads a skin from a .cjstyles or .msstyles file. The Office 2007 skin is located in the Office2007.cjstyles skin file and is loaded using the NormalOffice2...
by Mike Palmatier Visual C++ Created on 05/03/2008
First a skin must be loaded before it can be applied to your application. The LoadSkin method loads a skin from a .cjstyles or .msstyles file. The Office 2007 skin is located in the Office2007.cjstyles skin file and is loaded using the NormalOffice2...
by Mike Palmatier Visual Basic 6 Created on 05/03/2008
The TabControl can display more than one row of tabs by changing the Layout property to xtpTabLayoutMultiRow. The number of rows is automatically set by the width and number of the tabs. The number of rows can change if the control is resized, which ...
by Mike Palmatier Visual C++ Created on 05/03/2008
The TabControl can display more than one row of tabs by using the SetLayout method to apply the xtpTabLayoutMultiRow flag. The number of rows is automatically set by the width and number of the tabs. The number of rows can change if the control is re...
by Mike Palmatier Visual Basic 6 Created on 05/03/2008
You can designate a task panel group as "special." Groups marked as special will be displayed differently than normal groups drawing the users attention to that particular group. This is an excellent way to show the user the "default" or important ...
by Mike Palmatier Visual C++ Created on 05/03/2008
You can designate a task panel group as "special." Groups marked as special will be displayed differently than normal groups drawing the users attention to that particular group. This is an excellent way to show the user the "default" or important ...
by Mike Palmatier Visual Basic 6 Created on 04/28/2008
When the expand button is pressed, the default menu only allows the user to "Show More Buttons" and "Show Fewer Buttons." If you are using a translation, these menu items are not translated as well. You can create your own popup menu to override the ...
by Mike Palmatier Visual Basic 6 Created on 04/28/2008
The expand button can is used to display a popup menu with items related to the shortcut bar. Sometimes you might not want to display the expand button in your shortcut bar. The ShowExpandButton property is used to remove the expand button. wndSh...
by Mike Palmatier Visual C++ Created on 04/28/2008
The expand button can is used to display a popup menu with items related to the shortcut bar. Sometimes you might not want to display the expand button in your shortcut bar. The ShowExpandButton method is used to remove the expand button. You can ...