Click here to Skip to main content
15,915,770 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Visual Basic 6.0 Backup Procedure 0:08 15 Oct '04 Pin
Dave Kreskowiak15-Oct-04 1:39
mveDave Kreskowiak15-Oct-04 1:39 
GeneralRe: Visual Basic 6.0 Backup Procedure 0:08 15 Oct '04 Pin
kengharng19-Oct-04 19:13
kengharng19-Oct-04 19:13 
GeneralRe: Visual Basic 6.0 Backup Procedure 0:08 15 Oct '04 Pin
Dave Kreskowiak20-Oct-04 1:35
mveDave Kreskowiak20-Oct-04 1:35 
GeneralClick custom addin button Office Com Addin Pin
shinay14-Oct-04 17:26
shinay14-Oct-04 17:26 
GeneralRemoting / Windows Service / NotifyIcon communication. Pin
bswiftly14-Oct-04 9:01
bswiftly14-Oct-04 9:01 
GeneralTraversing a form/frame's controls through code Pin
Pualee14-Oct-04 8:09
Pualee14-Oct-04 8:09 
GeneralRe: Traversing a form/frame's controls through code Pin
Dave Kreskowiak15-Oct-04 3:30
mveDave Kreskowiak15-Oct-04 3:30 
GeneralRe: Traversing a form/frame's controls through code Pin
Pualee15-Oct-04 17:27
Pualee15-Oct-04 17:27 
I have actually managed to figure out exactly what I needed to do. I used the .Controls collection, but took it farther. I looped on the total number of controls to look at .Controls.Item(index). This allowed me to browse through every control on the form. I needed to do this because I was generically assigning data to them.

Thank you for your inteset in helping Smile | :)

On another note, I was concerned by the fact that the .Controls property returns an Object, not a Collection. How can I assign an object to anything? Can this only be done with a variant data type?
GeneralBinding Controls to a Class's property Pin
Maco de Vries14-Oct-04 4:30
Maco de Vries14-Oct-04 4:30 
GeneralLocating Folder regardless of OS Pin
cwayman14-Oct-04 3:33
cwayman14-Oct-04 3:33 
GeneralRe: Locating Folder regardless of OS Pin
Jim Matthews14-Oct-04 4:39
Jim Matthews14-Oct-04 4:39 
GeneralRe: Locating Folder regardless of OS Pin
cwayman14-Oct-04 4:58
cwayman14-Oct-04 4:58 
Generale-mail Crystal Report through VB.net Pin
Prakash Chajer14-Oct-04 0:00
Prakash Chajer14-Oct-04 0:00 
QuestionHow to detect if windows appearance is XP style or classic? Pin
Mr_Wilber13-Oct-04 23:45
Mr_Wilber13-Oct-04 23:45 
AnswerRe: How to detect if windows appearance is XP style or classic? Pin
Mekong River14-Oct-04 17:13
Mekong River14-Oct-04 17:13 
GeneralProblems with Crystal Report Pin
Mike Jo13-Oct-04 22:40
Mike Jo13-Oct-04 22:40 
QuestionHow to 'deploy' without need to install .net framework?? Pin
bitpusher13-Oct-04 13:26
bitpusher13-Oct-04 13:26 
AnswerRe: How to 'deploy' without need to install .net framework?? Pin
Colin Angus Mackay13-Oct-04 13:34
Colin Angus Mackay13-Oct-04 13:34 
GeneralRe: How to 'deploy' without need to install .net framework?? Pin
bitpusher13-Oct-04 13:48
bitpusher13-Oct-04 13:48 
GeneralRe: How to 'deploy' without need to install .net framework?? Pin
Colin Angus Mackay13-Oct-04 13:55
Colin Angus Mackay13-Oct-04 13:55 
GeneralRe: How to 'deploy' without need to install .net framework?? Pin
J4amieC14-Oct-04 0:50
J4amieC14-Oct-04 0:50 
GeneralRe: How to 'deploy' without need to install .net framework?? Pin
bitpusher14-Oct-04 5:24
bitpusher14-Oct-04 5:24 
GeneralRe: How to 'deploy' without need to install .net framework?? Pin
J4amieC14-Oct-04 6:06
J4amieC14-Oct-04 6:06 
AnswerRe: How to 'deploy' without need to install .net framework?? Pin
Anonymous13-Oct-04 14:49
Anonymous13-Oct-04 14:49 
AnswerRe: How to 'deploy' without need to install .net framework?? Pin
Dave Kreskowiak13-Oct-04 16:25
mveDave Kreskowiak13-Oct-04 16:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.