IE Toolbar not moving
-
There are several examples of how to create an IE toolbar in C# on CP. All are based on this article posted http://www.codeproject.com/csharp/dotnetbandobjects.asp[^] The one issue that I am having is that my toolbars refuse to move to a new row. I can move my tool bar to any band (row) but if I keep moving it down, to below the lowest band, it will not add a new one. All other toolbars can be moved to a new row/band. Just not mine. Well actually, if I look very carefully, it does. Its very very very narrow. I have tried nearly every trick, but I just cannot get this to work. Any ideas?
-
There are several examples of how to create an IE toolbar in C# on CP. All are based on this article posted http://www.codeproject.com/csharp/dotnetbandobjects.asp[^] The one issue that I am having is that my toolbars refuse to move to a new row. I can move my tool bar to any band (row) but if I keep moving it down, to below the lowest band, it will not add a new one. All other toolbars can be moved to a new row/band. Just not mine. Well actually, if I look very carefully, it does. Its very very very narrow. I have tried nearly every trick, but I just cannot get this to work. Any ideas?
Fixed it. The sample code had a bug in it. in GetBandInfo ptMinSize.Y was being set to -1. So if another toolbar had not created any height for the band, your toolbar would get squished.