Description:
Visual Basic in general.
|
|
|
VB6 use of For Each with Collections
|
| |
Hi folks,
I am just trying to get my head around using the For Each ... to recurse through a custom Collection object. This is my first use of these tools.
I can't seem to see a way to derive the "KEY" value assigned to a member of the collection while using the For Each approach. The Default property of the collection object is the "ITEM" value.... more »
|
|
VB 5 screen display
|
| |
How do I display the answer to a math problem on the screen when using VB 5? I am looking for something similar to the print statement in Basic.
|
|
using Excel autofilter to exclude items
|
| |
Hi,
how do I exclude items using VBA code? I thought I would get the code using record macro but it only gave code to include items.
eg
Range("A13").Select
ActiveSheet.Range("$A$13:$T$76 3").AutoFilter Field:=1, Criteria1:=Array( _
"10125014", "11394750", "2234200120", "2234600120", "52039100", "52080100", _... more »
|
|
Problem with loading a 256 color bitmap (using the hard way)
|
| |
Hi to all,
I can t understand the problem with this function. Running in the VB IDE it does not work but could not detect what is wrong. When compiled an error is prodused and the application terminates.
Can anyone of you gurus help me with this?
TIA
Paulo Costa
' THE FUNCTION:... more »
|
|
Quick question about the VB Installer
|
| |
When installing a app created with default VB deployment wizard I get
a message that I'm not sure exactly what it say but it says "You are trying to copy a file that is older than ....
Do you want to keep this file"
I have been answering Yes to this thinking that the machine that you
are installing on has a newer version and I want to keep the one... more »
|
|
VB6 excel automation breaking
|
| |
I have an app which generates a time sheet report in an excel sheet.
I have a timesheet.xlt template, which has 2 worksheets, 1 is a summary sheet, on line per Person, the second is called "Name" I open a recordset containing a single field ("Person") then loop though the recordset adding a new worksheet for... more »
|
|
Working with dates in VB6
|
| |
Problem:
Plant hire - the plant is hired by the day, but the hire charge is by the week.
The hire charge is actually levied by the day, but only Monday to Friday, i.e. if it is 100/week the charge is 20/day
Records hold an item of plant, the weekly rate, the date on hire, and the date off-hire... more »
|
|
visual studio controls
|
| |
Hi, I am trying to convert an old VBA project that uses an Excel Workbook as the user interface. I want to replace the interface with a VB.net project using VB.net controls instead. which would be the best control to use in my application?
My current spreadsheet has a start button and a list of jobs with a check box for each specifying whether the job is to be run or not.... more »
|
|
|