Hi,
We have a VB6 program that has been used for some time and currently uses the MSChart charting control.
This is not ideal and pretty basic. I have written a program in VB.net and recentl...
When I am using VB6 and I open a recordset on my form or on my datagrid I am wondering how long the recordset is available and the connection to my SQL database. For example, I could be in th...
I need to be able to print from my winforms application. The printing is not directly the contents of the page or a datagrid. I need to customise the print contents. I have no clue where to s...
Guys,
I have a form that has multiple list boxes.(see the attached screen shot).
I created an ado connection(see code example) and populating the list boxes is no problem if I have all of ...
How many installations can I use on MS visual studio 2008 academic version?
Hello Experts,
I would like to ask how i would go about pulling the stats for the elapsed time of the winlogon service using visual basic, i would like to integrate this with a simular scri...
Hello,
I have written some VB code that will filter some data in a spreadsheet according to a chosen date, which comes from another spreadsheet. When I run this code no data appears at all ...
I have a column in my datagridview that reoresents the price of item. How can I display this value as say $10.50 . This value is first bound from the databse, but the user can modify this vaue...
I have a project that using Date Picker. It was working fine but yesterday when I ran it I got an object error. I searched the internet and found a match to a microsoft patch that causes the e...
Hello guys,
I have a very small issue that I am not able to solve. I have a Visual Basic 6.0 code on Windows 2000 that creates a Internet Explorer window and it navigates to a particular pa...
I have and ActiveX control written in VB6 that prints a report. Recently users have replaced Desktops with laptops, moved from Win 2k to XP SP2. Now the same report skews off the page or is ot...
I created a small app in VB6 to import and export components (forms and modules) from Excel (.xls) workbooks. It works fine on my computer but not on my colleague's. Here's the row that causes...
Why does the attached code not use the alreday open instance of word on my computer? The goal of this example macro is not open more than one instance of Word.
I am attempting to use automation after my first time of learning about it. I am in Excel 2007 and trying to define access variables such as "rst as adodb.recordset", but I noticed that adodb...
Well,
I have gathered enough knowledge about how to write the connection string but the question which is bugging me is what is the best place to all these connection related activity?
I...
I receive the error "could not find installable ISAM" when trying to execute the line of code below. What is up? I am learning VBA through a text that is a few years dated and I am using Off...
Hi,
Sorry to repeat this question, I guess my previous question was not clear.
I have 1000's of orders with some data associated with it,what I want is to create a script in VB which will re...
Hello
I am able to get Outlook rule to get me to alert new emails when they come to another folder other than inbox.
But I would like a feature where there should be only one email alert ...
hi everyone.
i've read that there's a way to test VB6 application using NUnit.
(http://integralpath.blogs.com/thinkingoutloud/2004/12/nunit_with_vb6.html)
however, this method only allo...
I may have to re-write an existing Access system is VB. I have a lot of expereince in Access and quit a bit less in VB. The Access system already extensively uses VBA for the processing log...
Hi all
I have done this before but for the life of me i cant remember how to do it,
1 - i am wanting to do get the running total of all the values in a column
2 - I would like to convert...
I have a batch file which looks like the following
@echo off
net user myuser newpassword
Which runs at logon to force a certain local account password on a local account, i'm trying to ...
When I put an EMF in a rich text box, it is converted to a WMF.
Any ideas for a work around, or will EMF be a supported image format in a later version?
Currently using Microsoft Visual ...
I need to use a list of predefined numbers and get a random number from the list only.
numbers are 10,15,20,25,30,25
I need to randomly generate one of these numbers so that I can compar...