Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested VB Objects Solutions: 101 - 125 of 176
 
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 have created a VB 6 ActiveX exe(essentially a word processing program) which is used by multiple programs on a user desktop. I have selected GlobalMultiuse for its instancing. When the Activ...
Hi Experts I am new to visual studio 2005. I am following a Microsoft tutorial on how to build a progress bar @ http://support.microsoft.com/kb/323088 I have completed the first section of ...
How do I determine the status of the several toggle keys (nums lock, caps lock, insert/delete keys) on the keyboard in MS VB 2005?  I'm guessing that it is a simple, striaght forward matter of...
Hello everyone, I am going to try to describe my question as short and as stright forward as I possibly can. I need to delete a folder that is available on a DFS share. These are tempora...
My app uses references to the Excel object and codes accordingly, including explicitly saving files by appending the "xls" file extension to the filename.  Currently we all use Office/Excel 20...
Is there any way of trapping the global error object in VB6 (ERR) without having to include a on ON ERROR GOTO statement in each procedure/function? When an error occurs I want it to be referr...
Hi, I'm looking for an activex spell checker to ship with my VB6 project.  I've checked out a few e.g. WSPell and they seem a bit pricey $200 US.  I basically want to get hold of one that p...
I usually program in microsoft access and use the after update of the first combobox to populate the second. How can I do this in VB6 when there is no "afterUpdate?
Hello Experts, I need to know if there is another instance of my VB6 application is running when I start-up my app. Because a Windows server may have several users with access to the same f...
Can you view the records returned in a recordset from the debug mode?  I know I can run the query in Access to see what it is returning, but I was wondering if there was a shortcut -- a way to...
Ok, this should be an easy one, I'm just having a bad brain day =/ Soooo... I'm writing an activeX DLL which is going to be used to add a collection object to classic ASP (this is essential...
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 imbedded word document in excel. (Ole Object) How do I write VBA to clear the contents of the word Doc when radio button is clicked? Exe:     ActiveSheet.Shapes("Object 2").Select...
I'm looking for sample code that will help me do the following. I'm using VB 2005 for all the following I have created a web page that  has a textbox called order number and a button calle...
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...
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 ...
The problem started a day or two ago; when I open files with Command buttons, I cannot read the caption.  For instance if I open a file there is a button that says 'Retrieve', I don't see 'Ret...
How do I change the File Name property of the TransferSpreadsheet Macro option during run time? For example, I have an import button that will import from a file that is defined in the Tra...
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...
In access 2003 I have a table that I put data code numbers and then run a make table off of it. I have to open the table now and clear out the old data and then select column 1 and then past ...
I need to connect to secure FTP in Vb Code. I wanted to pass user name and a public shared key to secure FTP Servere. Connection type will be "sftp/SSH" Please suggest which ftp control I ne...
I am having some issues with an ActiveX DLL I've written in Visual Basic 6.  The DLL is being used as an automation add-in in Excel XP to provide worksheet functions that query an Access XP md...
Dear Gurus My VB6 app creates a report in an MSFlexGrid.  Users can click on a copy button which invokes the simple code below that places the report contents onto the clipboard. selected_it...