Quote Originally Posted by stilekid007
Hello,

I have a HScroller that I need to attach to the text1 message contrast.

Can anyone help me with this?

Also I have this shell command that I am using like this
Code:
Private Sub Command2_Click()
    Shell "notepad.exe", vbNormalFocus

End Sub
How can I get this to open up a .txt file from C:\mytxtfile.txt? (In a notepad.exe window?

Thanks bunches!
Stilekid007
I don't understand your contrast question... but the one for notepad:

VB Code:
  1. Shell "notepad.exe ""C:\mytxtfile.txt""", vbNormalFocus