| Thread | Last Post | Replies |
|
| UI Design . . . pls help | 28 Nov 2007 04:56 GMT | 3 |
I am working on a VB form which is used to add/edit/delete a master/detail information to the database. to do this, I usually create a main form with two list boxes for the header and detials list so that selecting a row in the header list populates the detail list accordingly.
|
| Does it make a diff if dims are in an If..then? | 20 Nov 2007 00:32 GMT | 81 |
I've used a bit of code for a while where I do the following: Private Sub lsImports_ItemClick(ByVal Item As MSComctlLib.ListItem) lsvImport.ListItems.Clear If lsvImports.ListItems.Count > 0 Then
|
| Is it possible to make Picture Box background transparent? | 13 Nov 2007 22:04 GMT | 7 |
I'm using a picture box simply as a container for a specific set of controls on my form (I have to keep it like this), but I have a problem. My form contains 1 big picture as a bg and the picture box's bg is not letting the bg pic come through.
|
| I was sure there was a simple way to print the contents of a picture box! | 11 Nov 2007 20:11 GMT | 20 |
I'm just getting to the stage where I want to print certain content in my forms and I was sure that I saw a comment that stated that if you put all of your controls in a picture box then the process of printing is relatively simple.
|