I have used folowing vb6 code to connect https site using Inet control and sent parametrs in "POST" method and capture response from secured site either Success or Fail.
But the Inet control ...
Hi experts:
When I open a new blank document, it comes with a text, which I do not want to show up.
How to modify the new blank document template?
I will appreciate if you experts kin...
On line 75 Char 2, I receive an error on the code below Microsoft VBScript runtime error: Object required. It's referring either to "objDisable.DoIt" or "objEnable.DoIt" . Can some one help m...
I need to compare multiple cells in a row. these cells have numbers in them, and I want either a macro or vb or something that looks at the cell values in the row, and flags the cell with the...
i am trying to make form will change at runtime.
here is code
Now where do i place code to get this form.I want form should show in one subroutine
any body help me......
thanks
Pr...
I used event NodeChecked and tried to cancel checking but it didn't work.
I found workaround but it looks terrible:
http://www.codebtech.com/03.htm ( see Tip # 29 )
I am looking for possi...
I want an access the outlook calendar object (ie i want access to access any date and and time of the calendar object)in my vb add - in code. Please help me out. It is very urgent.
Thanks.
Anyone have vb script code that will allow me to open a file browser for my users and then capture the file path that they select? I'm using QTP automation tool and the IDE is vb script.
I would like to view or select folder like CommonDialog- Box ( That was for only for file) in VB 6.0 .
DirListBox does not meet my user requirements, They want to select Folder as the ...
Hi all,
i have a listview that has 1 column (View = Details)
it is loaded with customer names from our database (filled via vb code - not a datasource)
and color coded based on the catego...
Hi,
I would like to be able to set an entire row the same color in a ListView control. The Item.ForeColor property works fine for the Item but the Sub Items' colors are of course unchanged...
Dear Experts,
How do you do multiline(2 lines) column header using MSFlexgrid in vb6 ?
I have header in one column "Deposit Days". I want to split it into 2 lines as follows:
Deposit
Days
...
I am wanting to implement an alternative save/open dialog for word97 within our office environment (with the goal of making uses of some word 'properties').
I have installed the 'Microsoft ...
We have recently upgraded our application from Visual Basic 4 to Visual Basic 6. A text box shows the time, utilizing the format set in the control panel Regional and Language Options. With...
I want to run a visual basic script from another visual basic script, and as a different user
I need it for running some login scripts in all computers
I know how to do this launching a ru...
How to print a treeview neatly??
Hello everyone:
I am using the report viewer (CR Xi Developer Version) and I would like to print the report without having to necessarly see the report so that it gets printed directly to t...
I have an Excel application containing a worksheet for each quarter of the year.
Each worksheet has an identical structure and I want to dynamically fill these worksheets
with dropdown list...
Hi,
I'm looking for some code that can get the list of files and subdirectories in a folder on a webserver, much like the FileList control can do for local files? If it's possible with this c...
I need to add borders to cells in excel 2000 from vb 6.0
trying ms code as follows:
Set oResizeRange = oSheet.Range("C1, Z1").Resize(3, 5)
With oResizeRange.Borders(xlEd...
We are converting a VB6 application to Spanish. We have converted most of the displays to spanish but have run into an issue. How can the buttons (OK, Cancel, Yes, No etc) on msgboxes be dis...
I looked at the following case and it sounds like the same problem I am having, but instead of going from Outlook to Excel I am going from Access 2000 to Excel 2003.
http://www.experts-exch...
Hi Expert,
When I add MSADODC.OCX(ADODB.Connection) to my VBA form and it prompted the below message.
"The control could not be created because it is not properly licensed".
Yes, I know;...
When I use package and deployment wizard there is no crpe32.dll created in the Support folder.
On deployment I get "The dynamic link library crpe32.dll cannot be found in the specified path c...
Hi everyone,
I have a listbox on a userform in Word and have the columnheads property set to true. Apparently you can't programatically add labels to these column heads using vba, so I'm tr...