hi folks
on a winform, I'm loading the standard picturebox control via (something
like):
_photoImage = Image.FromFile(uiOpenFileDialog.FileName)
uiPicPic.Image = _photoImage
for some reason, it is creating a lock on the source file. is there a way ...
more >>
Using VS2005, VB.NET,
I am developing a windows app that has a DataGridView. I want to
enable the display of a context menu on this DataGridView only when a
specific set of keys is also pressed (like CTRL+ALT+SHIFT). TO this
point I have code that only displays the context menu while keys CTRL
...
more >>
I am attempting to use the treeview control in vb.net 2005. I can create the
parent and one levell down child nodes for that parent - but that seems to
be as far as I can get.
Can some one post some code for me that will add a parent-child-grandchild
to the tree??
I am looping through pa...
more >>