<font face="courier new, courier" size="3"><pre>i'm giving up on this one. i cannot work out the correct
method for creating a vertical toolbar w/buttons successfully. you
can take lance's simple toolbar example as the point of reference:
http://www.powerbasic.com/support/pb...ad.php?t=23151
all information i've checked says that the following modification of
lance's original code should create the vertical toolbar correctly:
control add "toolbarwindow32", hdlg, %id_toolbar, ", 0, 0, 1, 32, _
%ws_child or %ws_border or %ws_visible or _
%ccs_left or %tbstyle_tooltips or %tb_autosize
(lance's original code uses %ccs_top instead of %ccs_left.)
the toolbar which is created does appear vertically on the left. the
problem centers on the fact that no buttons appear on the toolbar.
i've experimented with the style constants but now suspect that
additional steps are necessary. any info would be appreciated.
[/CODE]
-------------
-- greg
[email protected]
method for creating a vertical toolbar w/buttons successfully. you
can take lance's simple toolbar example as the point of reference:
http://www.powerbasic.com/support/pb...ad.php?t=23151
all information i've checked says that the following modification of
lance's original code should create the vertical toolbar correctly:
control add "toolbarwindow32", hdlg, %id_toolbar, ", 0, 0, 1, 32, _
%ws_child or %ws_border or %ws_visible or _
%ccs_left or %tbstyle_tooltips or %tb_autosize
(lance's original code uses %ccs_top instead of %ccs_left.)
the toolbar which is created does appear vertically on the left. the
problem centers on the fact that no buttons appear on the toolbar.
i've experimented with the style constants but now suspect that
additional steps are necessary. any info would be appreciated.
[/CODE]
-------------
-- greg
[email protected]
Comment