Forum: VB.NET Oct 18th, 2008 |
| Replies: 1 Views: 913 i have just found the solution...you may be interested...take a look
http://www.knowdotnet.com/articles/scrollingwindowsandforms.html |
Forum: VB.NET Oct 18th, 2008 |
| Replies: 1 Views: 913 Hello friends,
can somebody please tell me how can i implement scroll bars onto a form so that i can put more controls on it...
please hlp.
ta |
Forum: VB.NET Oct 15th, 2008 |
| Replies: 0 Views: 300 Hello friends,
can somebody please tell me how can i implement scroll bars onto a form so that i can put more controls on it...im attaching a pic of my form...
please hlp.
ta |
Forum: VB.NET Oct 14th, 2008 |
| Replies: 2 Views: 1,268 MAYTHIS WILL HELP...
Private Sub btnNew_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnNew.Click
Dim ctrl As Control
Dim txt As TextBox
... |
Forum: VB.NET Oct 13th, 2008 |
| Replies: 6 Views: 2,067 the value of ur loop in never decreasing...its always increasing..assign loop counter a value and then decrease it 1 by 1 at the end of the each loop...loop wil stop when the counter value reaches 0... |
Forum: VB.NET Oct 9th, 2008 |
| Replies: 2 Views: 630 thanks...solved with missing & sing in ur sql expression. |
Forum: VB.NET Oct 9th, 2008 |
| Replies: 2 Views: 630 Helo friends;
If lbDriverName.SelectedIndex = True Then
sql = "SELECT * FROM tblDriver WHERE dName =" & lbDriverName.SelectedItem
Else
sql = "SELECT... |
Forum: VB.NET Oct 9th, 2008 |
| Replies: 4 Views: 2,020 hey,
maybe this will be helpful...try something like (for validation)
if dtpkr.value < dtpkr.value.date then
display error
else
yourvariable = dtpkr.value |
Forum: VB.NET Oct 7th, 2008 |
| Replies: 0 Views: 344 is there a third part application available that can change the visuals of application developed in VS .NET 2008.
I'm bored of looking at the same graphics of form, buttons tabs and etc...
thanks |