Visual FoxPro
IE Development
SharePoint Products
Visual C++
Microsoft ISV
Windows Forms
Visual Basic
SQL Server
Visual C#
Smart Devicet
Game Technologies
.NET Development
VS Team System
Audio and Video
Visual Studio
Software Development Network>> Visual Basic>> male trackbar point left (or down)
male trackbar point left (or down)
Hot Topic
Having problem in assigning value to data structure array
Date and Time Format Problem
checking radio buttons in group box
Simple Grid View Problem :)
Codes which i do not understand regarding BLOB please help.
MAKING .NET CONTROLS - OCX VB6 COMPLIANT
Generating a Unique String
Some Questions
How to include a *.chm file in my publication?
Listbox
Visual Basic
Starting/Stopping Processes
Setting properties differently in child Class.
Raising events from .NET UserControl inside a VB6 MDI form(Interop Forms Toolkit)
How can I send a form and its Subform (Datagrid) as a text file?
Computer info?
have to click on tabcontrol second time for toolstrip to appear in TabPage
how to change a button's behavior
Recreating folders and Files
Max form size
Visual Studio Is Busy?
male trackbar point left (or down)
How can I make the arrow (thumb) of a trackbar point left as opposed to right (or down instead of up)
Answer this question
male trackbar point left (or down)
RMan54
Me
.
TrackBar1
.
Orientation
=
Orientation
.
Horizontal
Me
.
TrackBar1
.
TickStyle
=
TickStyle
.
TopLeft
Me
.
TrackBar1
.
Orientation
=
Orientation
.
Vertical
Me
.
TrackBar1
.
TickStyle
=
TickStyle
.
BottomRight
Nick Palmer
Thank you, I missed the TickSyle property.
male trackbar point left (or down)
Answer this question
male trackbar point left (or down)
RMan54
Me
.TrackBar1.Orientation = Orientation.Horizontal Me.TrackBar1.TickStyle = TickStyle.TopLeft Me.TrackBar1.Orientation = Orientation.Vertical Me.TrackBar1.TickStyle = TickStyle.BottomRightNick Palmer