Hi,
Try putting that code in click event so that the tooltip text is shown just when the listview is clicked. Put the code 'LV1.ToolTipText = ""' in the MouseMove event so that it stops displaying text when the mouse starts moving. That can solve the 'always showing text' problem. Regards...
Hi,
I mean, on our good ol' win98(probably 95 & ME too) I've used the Destroywindow API function but nothing has happened. The closewindow one only minimises it. How can I destroy a window on these OP systems?
Hey,
Is it possible to change properties like sharing levels or the read only, such properties of drives, files and folders during runtime? If is is please lemme know how. Thanks.
Hi,
I'm not very sure about the difference in execution speeds but this is what I do.
I normally set the settings the way I need them to be as the program or the form shows for the first time on the properties window. When there's a situation during runtime that needs the change in...
Hi guys,
put this code on a command button and run it. if your Database won't be 49 Mb++ tell me the references you used coz mine is that big.Just re-align the lines below. Here goes:
Private Sub Command1_Click()
Dim intger As Integer
Dim cat As New ADOX.Catalog
Dim tabl As New ADOX.Table
Dim...
Hi tek-tip pals,
Is there any way for VB to execute code line-by-line like in the compiler languages? I mean,
if, for example I have a form with a command button and a label
then I apply this code to the command_click function:
For t = 0 To 20000
myLabel.Caption=Cstr(t)
Next t
The only...
I am using ADO automation to insert data into an access database
but the result is a very big database. when I insert the same manually
the database is thice as smaller. Any ideas? Joshua.
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.