Click here to Skip to main content
15,885,309 members
Articles / Programming Languages / Visual Basic

Hiding the Crystal Report Viewer's Statusbar

Rate me:
Please Sign up or sign in to vote.
3.50/5 (15 votes)
27 Apr 20032 min read 157.7K   599   36  
Code to hide the Crystal Report Viewer's statusbar.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Crystal Report Viewer", "Crystal Report Viewer.vbproj", "{DB47578B-3857-468F-B8D8-F972360714B9}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{DB47578B-3857-468F-B8D8-F972360714B9}.Debug.ActiveCfg = Debug|.NET
		{DB47578B-3857-468F-B8D8-F972360714B9}.Debug.Build.0 = Debug|.NET
		{DB47578B-3857-468F-B8D8-F972360714B9}.Release.ActiveCfg = Release|.NET
		{DB47578B-3857-468F-B8D8-F972360714B9}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Australia Australia
Who cares what my history is! I’m not sitting a job interview. I’m here trying to help like minded programmer, therefore if my code doesn’t stand up, then my history isn’t worth jack.

Comments and Discussions