Hello All!
For some reason my line numbers isn't in the form code window anymore! Does anyone know how to turn this back on so I have line numbers for my programming? Thanks for reading this post!
Rich
Hello All!
Can anyone tell me if their was a Mouse Wheel Tool
available in VB5 Professional? If their is, How do I get
it on my tool Bar to add to a Standard EXE Form? Thanks for reading my post!
Ifilikeituwill!
Hello!
Thank you all for the programming tips!
Please read the other popst too on this subject!
As Strongm has the correct programming tip!
Thank you Strongm!!!!!
Ifilikeituwill
Hi Guys!
This is what I have in programming
and it still won't work!
VScroll max=5 min=0
Private Sub Command0_Click()
Text1.Text = "Cmd 0 Clicked"
Text2.Text = "-2"
VScroll1.Value = (0)
Text3.Text = "Scroll 0"
End Sub
Private Sub Command1_Click()
Text1.Text = "Cmd 1 Clicked"
Text2.Text =...
Hi HarleyQuinn,
I want to fix another program I made when VB5 came out to run nicer that i wrote along time ago! You know update it! Thanks!
ifilikeituwill
Hi HarleyQuinn!
Well To State it simply, I want to make
the CommandButtons not seen! That means I need
the VScroll to activate one command button at
a time so it takes the place of the Command
Buttons. VScroll should invoke each button as
it scrolls one position. The command button is...
Hi HarleyQuinn!
Well setting the value to 3 isn't accomplishing what I'm trying to do HarleyQuinn. Please see what i mean in the new post. I guess i didn't explain the process i'm trying to do complete enough in this post! So I took another approach/stab at it in the new post! Thanks...
Hi HarleyQuinn,
I tried this in VB5 and it does nothing! Sorry, it does nothing!
This is the proceedure you suggested me to try:
Private Sub VScroll1_Scroll()
Select Case VScroll1.Value
Case 0
Command1_Click
Case 1
Command2_Click
Case 2
Command3_Click
End...
Hello Programmmers! I have the following Visual Basic 5 program half working and would like help finishing! I don't know some basic's needed to complete the VScroll1 function in this program.
To start with, this program is in Visual Basic 5. A Standard.EXE form was used in this project...
Hello Revolution1200!
Yes that's correct for Example 1 and Example 2.
These migraine Headaches must of messed me up from thinking!
I also lose sight from them too! Thanks for you expertise!!!
In the second example i made command buttons 4, 5, and 6 invisible by checking the Properties box to...
This is in Visual Basic 5. I open a new project and chose a Standard.Exe Form
Source Code follows!
Private Sub Command1_Click()
Text1.Text = "1 Pressed!"
End Sub
Private Sub Command2_Click()
Text1.Text = "2 Pressed!"
End Sub
Private Sub Command3_Click()
Text1.Text = "3 Pressed!"
End Sub...
OK HarleyQuinn,
That does help! that's what i'm looking
for!!! Sorry about the .net as I don't know
much about the differences over the years!
Can you tell me how to add a Delay/Pause for
so many milliseconds to the Scroller too? As I hold
the Command Button Down on the Scroller, I...
Hi Harley!
I'm using just a VB5 Form. VB5 Professional! Not a .net setup! I've never messed around in .net applications!
I do have a different proceedure of this that runs in VB9 Express!
This is what's on the form.
Text1, Text2, Text3. 3 Text windows for text.
Command Buttons that...
I haven't been able to write this process correct for
VScroll Proceedure and Command Button Routine. I'm
getting Errors in the quotation section of an event
proceedure for one.
Then in my cases, Case 1, it wants an = (1) at the end,
like a value at the end! Something is wrong with each case...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.