Issues!!

  • Thread starter Thread starter Shelly
  • Start date Start date
S

Shelly

I am facing issues in Toolbar in VB .NET:

1) There is nothing like disabled image list in toolbar of VB .NET. If I
disable button on toolbar then I am not able to show disabled image even by
changing imageindex for the button.

2) I could not found Placeholder button style which can be used to place
Text box or Combo box on the toolbar.

Please help me regarding this.
 
* "Shelly said:
I am facing issues in Toolbar in VB .NET:

1) There is nothing like disabled image list in toolbar of VB .NET. If I
disable button on toolbar then I am not able to show disabled image even by
changing imageindex for the button.

That's not supported. The toolbar will determine the disabled image
itself (sometimes that will look very ugly).
2) I could not found Placeholder button style which can be used to place
Text box or Combo box on the toolbar.

AFAIS that's not supported by the Windows Forms ToolBar control.
 
Hi,

In addition to Herfried's comments you can just drop a combobox or
textbox on to a toolbar now.

Ken
 
In the VB.NET group.
Excuse my ignorance, but I cannot find it anywhere in the
dotnet.languages.vb group.
Do you mind giving me the location?
Thanks.
 
Back
Top