I'm using a ListView control and I want to generate an event when I resize the columnHeaders, but I don't know how to do that. Can anyone help me ?
Thanx in advance.
Thank you for your suggestion, I think I'll use OLE DB Provider for Jet 4.0., and I'll quit using DataEnvironment, because I got only troubles since I started using it. I don't mean that DataEnv. is not a powerfull tool (because of its cascade recordsets, and how easy they can be bound to...
I have a VB application in which I connect to a database using OLE DB for ODBC drivers and DataEnvironment. The problem is that I'm not using neither SQL Server nor MSDE. So I ask, if someone could tell me, is it necessary to use ODBC or is better to use JET ? And what are the...
The problem is very simple : I have a UserControl placed on a form. The UserControl has a Command Button on it. When I click the button, I want a msgbox to appear and say the coordinates of the Control on the screen.
I have no idea how I could do that (as a matter of fact, I don't know...
You should set HideSelection=False, on the Properties of the listView. If hideselection = true, then selected row in the list view dissapears only when it loses the focus, but no matter if the state of hideselection was true or false, when I clicked on a blank row (the rows below the data), the...
I'm working on a program in which I need to use a function to show me how many files and subfolders a certain folder contains. You know, just like in Explorer when you click Properties on a folder: it contains X files, Y folders, but I couldn't find anything which I could use.
Can...
I tried (and I finally succeeded) to make this program (thanx to your help). I will write it below, because I wanna know if you made the same thing:
Dim CountFiles As Long
Private Function CountSubFolders(Path As String) As Double
Dim FSO As Object
Screen.MousePointer = vbHourglass...
Thank you very much, man, I think this is gonna work. Now I'm trying to "build" a recursive function to count all the
sub-sub-...-sub-folders. I did'n think at all about this solution, because I have never worked with FileSystemObjects.
Bye !
I'm working on a program in which I need to use a function to show me how many files and subfolders a certain folder contains. You know, just like in Explorer when you click Properties on a folder: it contains X files, X folders . I'm almost sure that it can be done only with API functions, but...
I want to select an entire row in a DataGrid using code, not the mous, but I've got no idea how I could do that. I've set the property
"DataGrid1.MarqueeStyle = dbgHighlightRow".
If the grid had a method, like this
"DataGrid1.SelectRow(x)"
it would be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.