User Profile
Collapse
-
Auto 'DESELECT' a vb6 treeview node after it has been clicked
I have searched extensively and found no solution for vb6. Am using Visual basic 6 treeview control. I notice that when I click a node, the next time I click on a different node the action of the previous one that I had clicked still fires. I need to "RESET" the tree view such that every click event fires a new action. Thank you. -
Hi. Receiving and sending SMS
Hi,
I am seeking help and ideas on how I can develop an application that will receive SMS messages from a cellphone. After processing the message, the system will then SMS back (reply) to the sender. I hope the request is clear enough. If not let me know so i may requery.
My OS of choice is Win XP and Database platform is MYSQL. -
Hi Sashi and the rest of u guys,
Thanks for responding.
The question is: What instruction would I use to pass execution to one project from another. For example, to pass execution to a class, the CALL statement is used.
Now, what statement do I need to use to 'CALL' (read PASS) execution control TO another project if I have moree than one project in a project group?
Thanks... -
code for calling a project from a main project (both in one product)
Hi guys.
I am developing this project where I ve been forced to include (add) another vb project. Problem is I cant move execution/control from the main project to the new/other project. Please, someone help. Thanks. -
using a command button to set focus to a tab
Pls someone help me. I am using a tabstrip control in which I need to use a command button to set focus to a desired tab while on another, without having to click on the tab desired. The visible or enable properties just wont work. By the way, what does the ZOrder method do?
mcena -
Thanks.
I want to move to the supplier tab without having to click the tab (supplier) while in the agent tab. By the way, what does the Zorder do?
mcena...Leave a comment:
-
making a tab the 'current tab' via a Call statement
Hi pals.
I am wring this program and I am using the tabstrip control with about 6 tabs. I am not able to pass program control to a specific tab. In my program, the following code enables me to write instructions for each tab.
Private Sub SSTab1_Click(Pr eviousTab As Integer)
If SSTab1.Caption = "Suppliers" Then
openSupplierRS
ElseIf SSTab1.Caption = "Agents" Then
openAgentRS... -
mcena started a topic Am a newbie in using connection strings in code.S'one explain relevance of each linein Visual BasicAm a newbie in using connection strings in code.S'one explain relevance of each line
This is the code I wish to have explained what each line stands for. Am using VB6 and MYSQL, Win XP.
Private Sub Class_Initializ e()
On Error GoTo errlabel
Dim db As Connection
Set db = New Connection
db.CursorLocati on = adUseClient 'is this line relevant? in which Context?
db.Open "PROVIDER=MSDAS QL;dsn=KWTSYS;u id=root;pwd=;"
Set adoPrimaryRS = New Recordset
...
No activity results to display
Show More
Leave a comment: