I have added an html doc that uses a VB ActiveX control to our existing in house program. It works great on my computer but when I try to deploy it to our IIS it doesn't work( blank page). I...
Hello,
Problem:
I try to save an Excel Workbook with Wb.SaveAs in a VB6 dll but it fails (dll seems to crasch and exits without errors).
How it's done:
From a xla macro I call my dll, ...
Hey all I'm working on a program that has two parts. FIrst part is a dialer that makes teh connection and the second part is that answering part. The problem is I can't find any information ...
hi,
I am trying to send emails using mapi messages control in VB 6.0 to Outlook. Although i can send mail to one recipient address, but can't send to more then one addresses and to CC. Can ...
Hi all,
how do i hide the tabs in a tab control, so that no tabs are shown - only the currently selected tabpage, so that the tabpage being displayed can be changed/switched by other button...
Hi Guys,
Is it possible to chnage the back color of specific rows in VB datagrid based on value in cell on that row - sort of like conditional formatting.
I have a data grid coming from an...
I have a VB6 form with a listview that has checkboxes. The problem seems to be that when I click on a listitem the item becomes the selected item (which is fine). However, when I only click o...
Hi, If I have a text box and a spin button. The text box will be set to 1 by default. What code do I use for the spin button to increment and decrement the number in text box and not let the n...
it appears that the listview control is only capable of horozontal scrolling. Anyone know how to add vertical scroll bar?
Hi everyone,
I have a problem doing a data merge from an excel spreadsheet to a Word table. I thought the project was going to be simple in that I was going to use Word's mail merge feature...
When I compile an existing project, I got the error: "method or data member not found". I am using VB 6.0 IDE.
There is a line of code here:
"
If lRowIndex < 0 Or lRowIndex >= miMaxRow _...
What are the differences between ActiveX DLL and ActiveX EXE?. When should i go for DLL or EXE?.
Expecting an elaborate answer. Thanks in advance.
I have several small arrays of data (extracted from an Excel Workbook, that I'd like to keep separate (rather than creating a big complex, multi-dimensional array) that can be enumerated throu...
I am using a MSflexgrid to display data.
It goes like this ... On double clicking a cell (any row is selected) other form is displayed. On closing the new opened form the list in the grid is ...
This is a follow-up question to: ID: 23544575: http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_23544575.html. I think I may have closed that one prematurely. ...
I want to populate a msflexgrid in vb6.0 at runtime. Can someone please show me
First how to add a msflexgrid to a form
them to populate the columns of this grid from textbox or values fro...
I am trying to dynamically create the playlist of movies (*.wmv) in a form that has windows media player object Version 9
my problem is that when the playlist has more than one item and it ...
Does anyone know how (if it is possible) to change the font color (forecolor) of a disabled control (vb6). As you know, when the enabled property of a control (textbox) is set to False, the fo...
Hello.
I wrote an application in Microsoft Access 2000 a while ago that we were using to create a series of documents/directories to create a notebook. Unfortunately it wasn't utilized app...
My VB6 app has approximately 40,000 entries in a combobox. Setting the listindex field to get the user directly to an entry works great unless the listindex value is too high. Setting the li...
Hi all,
I have searched everywhere to find the answer to this problem and I have not found an answer yet.
I am developing a project for inhouse use only where the program sends a broadca...
Hi, I have 2 questions here (since they're related). Basically I will show you the coding sample and briefly explain them.
(1) === Example ===
Public value(1 to 40, 1 to 2) as Double
...
Hi
I am writing an application in VB6 for touch screen, and I want to make it full screen - so the only thing visible is the application window, not the start button and the task bar etc.
...
i have a simple form, and i want the buttons to look like the xp buttons, does anybody have a code to inset in my form or module.. and change the look? please be very specific and step by step...
I'm really stuck and I hope someone can point me in the right direction.
I have an existing VB, ASP application which is entirely interactive. It is a web application in which the user dir...