I am creating a VB 6 component(ComponentA) from an ASP page, Inside the ComponentA, I am creating an instance of another VB 6 component (ComponentB). I am trying to set the ADO Command objec...
I have a function for exporting data from a FlexGrid. However I have attempted to modifiy it to export with Unicode. (We have found when someone in China has there PC set to Chinese it only ex...
Hi. I am converting the following code to drag a button into a ListView. In the MSDN code below the text is dragged from TextBox1 to TextBox2. I need to drag a large red button to a ListView, ...
hi al,
I have done a print sub routine which prints a data grid but the requirement is that the if the number of colums is more than 4 in the report the page orientatiob mst be in landscape...
I need to hide a 3d-party window application using SWP_HIDEWINDOW. On this question i have attached a screenshot of Winspector and the code i use to try to hide the 3d party window application...
Hello experts.
I have a visual basic code in excel in an worksheet change event.
There I have many If sentences. In some of them need to run an other if sentence with in the first one.
Exam...
Hello
i got the error 424 en VBA/excel , and i couldn't understand the error or fix.
The error stop in ..... Is Nothing Then DelRange.EntireRow.Delete
Thanks
Itzel
I want to handle events in VBA which is implemented in c# Dll and registered using regasm.exe.
I am able to get that instance from Runtime Object Table but event not visible in that object....
Is there a stream reader in vb6 ? I have a website I need to connect 2 and I need to have the stream reader read 1 line at a time and store each line in a variable.
I am using VBA in Access, and have a folder that I copy data and folders into. However, each day, I need to clean out the folder to put new information in. Sometimes this folder has many fol...
Hi,
I'm writing a program in VB6 that needs to be able to read Lotus notes emails and save attachments to a specified folder.
I have the code to send emails and attachments but ...
Hi friends!
I'm populating a word document dynamically with VB.
I want to underline a particular line of text. But if I use
.font.underline=wdUnderlineSingle,
the entire document gets u...
Looking for the property/attribute I need to find the 'file owner' of anyfile in a folder. You can see this info in DOS by doing a "DIR /Q". But I can't find out to get this property with VB...
I have few fields in my html form. VBscript Code is written to validate data entry before submitting ASP file and then to the server. The code that I have written is giving a message for emp...
I have designed it and now need to code it but find that it does not accept my functions for calculating the net price, vat , total incl vat and then rounding this off to two decimal places al...
I am undertaking some MS Word automation where I do some tag subsitution and then save the document as a MHT format
Unfortunately Word tends to Spellcheck and Grammarcheck documents and mar...
I am using MSWord to check spelling in a VB6 text box. The spell check itself works fine, but will not close properly. MSWord is set as a public application:
Public AppWord As Application...
I create a handle to an OLE/Automation server as follows:
Set MasterSrvObj = CreateObject("ImageDisplay.ImageDisplayInterface")
Is there a way I can get inside MasterSrvObj and see wha...
how to send sms thru vb6 application
I need to be able to sort a column of a datagridview by the fields 'date' value not 'alpha-numeric' value.
In the properties for that field you have the option to set the 'sortmode' from 'a...
I have the following script that checks a folder every 10 minutes and then emails us if the folder has more than 500 files.
What I want to do is embed another loop that checks again to see ...
I have a form with 20 comboboxes, all of the have the same information, i am full them with a query result, but my question is, is there a way i can clone one of the (the first)? and i don“t h...
Hi all,
I have an aplication written in VB6 that in which I'm testing a linear equations solver implemented in a standard DLL in C. If I run the code not using the DLL (using the traditiona...
I'm building my "learning" application in VB, and it requires the use of icons on toolbars and panels. I had a few icons already, and downloaded a whole bunch more from a free website.
My p...
Hi Everyone,
VB.net 2005, Windows application
What will be the asiest way to implement a form that has a distribuition like a repeater control for web?
What I am trying to acomplish i...