No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
hey, maybe this will be helpful...try something like (for validation) if dtpkr.value < dtpkr.value.date then display error else yourvariable = dtpkr.value end if sorry im a beginner to but i think this should work, Gd Lk
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
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
MAYTHIS WILL HELP... [CODE] 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 Dim chkb As CheckBox For Each ctrl In Me.Controls If (ctrl.GetType() Is GetType(TextBox)) Then txt = CType(ctrl, TextBox) txt.Text = "" End If If (ctrl.GetType() Is …
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 domething like decComAmount = decComAmount -1
Helo friends; [code] If lbDriverName.SelectedIndex = True Then sql = "SELECT * FROM tblDriver WHERE dName =" & lbDriverName.SelectedItem Else sql = "SELECT * FROM tblDriver" End If [/code] and my error is... [TEX] Syntax error (missing operator) in query expression 'dName ='. [/TEX] where dName is the column in …
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
The End.