No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Easily allows temporary message to be displayed on any label for a programmable length of time. This is a very simple way to display a temporary message on an existing label (or textbox)without doing a lot of coding. | |
How do you get the address of the Active Window if it is not part of your App? :confused: I've found API code to get window handle and window name but I still need to find the path to the "Active Window". Any help would be greatly appreciated. | |
Hey All: Just another new programmer trying to learn vb6 without any training. I would be very interested in any help possible. | |
Re: [left]Hi;[/left] You might try using .AddItem instead of .Text. By clearing the combo box first ( .Clear ) it should then refill the list. [QUOTE] if dir(app.path & "\settings.dat", vbnormal) <> "" then Open App.Path & "\settings.dat" For Input As #1 Do While Not EOF(1) Line Input #1, name cmbNames(i).Text … |
The End.