I am currently writing a program for Microsoft Office Word using VBA. The program is basically a wizard that prompts the user for certain items, then automatically generates a pre-formatted r...
Dear Experts,
How do we get the Class Id of an OCX control?
Suppose i have an OCX control (say MsCal.ocx) .How will i get the class id corresponding to that?
(if any source code is availabl...
Hi I have a DTPicker in my program but i am not sure one of its property: Checkbox.
When I put true there a check box will appear otherwise, there is not box at all.
My question is that I wa...
I need the following files to get two applications that I downloaded from the 'Net to work, and they are:
MSCOMCTL32.OCX
COMCTL2.OCX
TABCT132.OCX
Where I can I download them, because w...
Hi,
Using VB6 and i want to wait 1 second between each iteration of a do loop. What function will allow me to implement such a delay
Thanks.
I really don't understand why the following code (with Winsock) does not work on all PCs ( I have win98 on all the computers)
"DataArrival" event doesn't trigger!! Please help me!
Here is ...
Hello,
I was proud to finally have a decent error handling in my code. A custom form to show my errors is part of it. But somehow, things go wrong and I think it's because of a VB bug of wh...
How can I sort my DataGridView based on three columns?
Hi everyone..
Can anyone help me..i'm going to make an improvise optical sensor by using the sensor of an optical mouse..
i want it to act like a counter
can anyone teach me on how to do ...
I would like to know how to terminate an Active-X DLL once it has finished executing.
Hi Experts,
I have a VB executale (.exe) that i want to run as a system service. I have seen a number of third party programs that can do that. Is there a FREEWARE program or feature in w...
Hello
I am writing a script that tests our Exchange system by sending an email to test mailboxes on each server within the organisation, and one outside. I have passed on the logon name of ...
In my application, I have a TreeView control that refreshes itself when data changes. After it refreshes, I would like to highlight a specific node via code. I have tried the following, but wi...
Hi,
I have got a string which has a list of filenames in it separated by commas, and I have split the string into an array using the Split() function in VB6. As it happens, the string is fi...
Where can I download the MSFlexGrid OCX and OCA library (and if possible, more libraries to expand VB5) for free??
Hi,
Im trying to assign a series of records to a listbox from a Range on an excel sheet. the range has the column headers on the row immediately above it (Row(0)). If I assign this to a listb...
Hi All,
I need to develop a tool that automatically creates a Generic/Text only printer on FILE port when no such printer exist in the local m/c. Also when some files are choosed to print t...
Hi,
I am using VB6 and the FileSystemObject object method 'OpenTextFile' I get the following error raised...
-2147023570 Method '~' of object '~' Failed
Whats causing this issue and h...
I have a VB 6.0 application and Microsoft Exchange Server 2003. I want to able to send and email from my VB app. I have situation where there are many Techs using the same email account runnin...
I asked a question a while ago about how to write html directly to a webbrowser control in VB 6.0. It got a perfect answer as described below...by using the webbrowser's .document methods.
...
Please help me by sending the code how to autofill the Datacombo like when we type a letter it'll automaticallt fill the remaining string from the list in that combobox.In my project i have a ...
Hello...
I have one question, how to enable and disable button using excel macro. I have created two buttons on excel worksheet. For example, button A and button B. When i click at button A...
I would like to select all the cells in the open spreadsheet then copy these cells, open notepad, click ->edit, paste and save notepad as somename.sim and undertype I would like to select all ...
Hello,
I am a newish programmer in vb, i am creating an application which allows a user to generate their own message boxes, this is not a serious application i am just doing it so i can le...
Hello Experts.
Please show me how can I read data from Word document using VB6 ?
Thanks