Similar Threads:
1.CheckedListBox selection
Hi,
i have a CheckedListBox with MANY MANY entries. After a click on a button
all entries in that checkedListBox shouldn't be selected. How can I make
this?
And if I add a entry with an object of a selfcreated class ... how can I
access this class again? I have very much difficulties with the
CheckedListBox.
I thank you for your help
Alex
2."Hide Selection" - can this be remembered?
I really like the "Hide Selection" feature in .NET; my only complaint is
that if I save the code and then return to it at a later date, all my
hidden items are unhidden, and I manually have to go thru the hiding
process again.
Is there a way to have it remember that certain blocks of code were
hidden between coding sessions?
Ideally, I'd like to be able to have a bit of code like this:
'Does the folder exist? If not, create it
If Not (Dir.Exists(MyPath)) Then
Dir.CreateDirectory(MyPath)
End If
'Now, copy all the files from the old folder to the new folder
{more code below this point}
and concatenate it to:
'Does the folder exist? If not, create it[...]
'Now, copy all the files from the old folder to the new folder[...]
and have it remember that concatenation between sessions.
Thanks in advance for any help you can provide.
3.Hide the DataGridView selection frame
Hi,
I want to use a DataGridView in the FullRowSelect SelectionMode but there is
still a dashed frame around the active cell. I would like to hide it. Does
somebody has an idea ?
Thanks
Fabien Bezagu
4.Combobox does not hide selection
I added a lot of myComboBox controls to form.
Every combobox shows all its content selected.
Selection is removed only when I tab off from the control.
How to hide selection initially?
There is not HideSelection property in Combobox.
Andrus.
class myComboBox : ComboBox {
internal myComboBox(DataRow dr, DataTable table) {
DisplayMember = "DisplayMember";
ValueMember = "ValueMember";
DataSource = lookup.GetPickList();
DataBindings.Add("SelectedValue", table,
dr["controlsrc"].ToString());
AutoCompleteSource = AutoCompleteSource.ListItems;
AutoCompleteMode = AutoCompleteMode.SuggestAppend;
}}
5.Hide Selection
I've been moving between VB.NET and C# .NET and have found many annoyances
with the editor using C#. The latest is that I cannot seem to be able to
use the Hide (Edit, Outlining, Hide Selection). I know I can use regions,
but for temporary collapsing it is much easier in VB.NET because you can use
use CTRL+M+CTRL+H and not have to go back and delete the region. Any ideas?
Microsoft, please have someone oversee consistency...
6. Hiding selection in a DataGridView
7. Hide selection in DataGridView inside a UserControl
8. preventing selection in treeview being hidden on pocketpc .net