How can I disable or enable a specific TabPage in a TabControl ? It does not have an
Enabled property.
I dont want to remove because i have several tabpages.
I have a user control that is a check box image. I want to handle the click event of the image button on the consuming page and am having trouble.
I'm trying to build a reusable control ...
Hi,
I was wondering if anyone could help me out with quite a simple problem here.
I am trying the write a macro the pop-up a combo box on one of my Excel worksheet. The combo box would app...
Hi everyone... It's me again... :)
I have a screen with data grid. This data grid is bound to a query in run time mode meaning that when you click Load button then a query will execute and ...
Dear experts,
I hv two forms on my project, one form is the main program to calculate something, second form is for setting price ,program will show second form when user clicks from menu t...
hi experts
can plz someone tell me why the following code doesn't give me the expected results. if i do the exact search for strSearchVin = strVinNum...it gives me the correct results but ...
I have built a visual basic software that uses XML to access a url on our website. When the software goes to access the page they get the error Method of object failed: 2146697211.
We have ...
Hi all
I have created a print preview kind of option for my application. It runs well in one application but generates an error in the other one. could someone please tell me about the foll...
Having never worked with Visual Basic or VB Script I am at a loss on how this should all work.
I have installed the CutePDF printer driver and I would like to be able to convert document vi...
I have a relatively simple User Control written in VB6, it compiles to an OCX, and is installed onto user machines along with my application by InstallShield Express X. This has been working ...
I want to know how to turn on a little LED using the MScomm control in visual basic. I want to build from scratch. (I plan to plugin relays and go from there.) Im not sure how to handle the co...
Recently, I got helpful advice on how to install and register MSComm32.ocx for a serial communication project I am working on. I have succeeded in getting it on my home Windows XP machine whe...
when I wanted to insert mswinsck.ocx into my form, I got an error message that tell me the licences information for this ocx can't be found and I don't have aproppriate licence to use it. What...
Hi Guys,
I need to display an ADO recordset in a DataGrid control at run time/programmatically . Can you help me with a little theory here and provide a few examples how to do it...
Hi,
How do I change the mouse icon to a 'HAND' when it moves over a HyperLink?
hi experts,
i am using a datagrid control in vb6. is there a way for me to change the color (whether background or foreground, font or whatever) of a selected row?
would appreciate any ...
I'm creating a form in Excel with a listbox. How do I populate the listbox with a range of values such as from range H1:L10?
Thank you.
Hi everyone,
I need some help with revising some code relating to a listbox on a page on a multi-page vba userform in Word. On the page I have two textboxes and one list box. The user enter...
Hi Friends,
Can anybody help l me how to extract hour, minutes and seconds from the various date and time formats.
In addition to this I have separate requiremnt about calculating the ti...
I have a treeview and listview on my vb frame. The treeview nodes have checkboxes in front of them. As and when the user selects a node I am populating the listview with the selected values. A...
Hello
I have a situation where I need to randomly go to 100s of servers and remove member of a specific domain e.g. DOMAIN1. This servers are mostly Windows 2003 (but some W2k and XP).
...
I have created a fairly simple VB application that puts a .txt file on a server. After deploying the application to multiple machines I have come across a problem. Occasionally the file will n...
Hi all
I need to calculate CRC16 for ModBus RTU.
I've found some CRC16 algorithms, but they are all CCITT CRC, not ModBus.
ModBus uses the formula:
2^15 + 2^13 + 2^0
Can...
Hi Expert,
How to put some tabs on a form, you know like the Internet Options in IE, so that I can navigate through?
thanks in advance
Long story short.
Why would the following code work under it's own button event but not as a private sub or combined with any other button event?
For Each frm As Form In Me.MdiPa...