Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for Elmo_loves_you

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

Member Avatar for B2.Aashu
0
4K
Member Avatar for hisheeraz

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

Member Avatar for hisheeraz
0
141
Member Avatar for hisheeraz

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

0
102
Member Avatar for eswaran_mca

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 …

Member Avatar for hisheeraz
0
951
Member Avatar for rogenie

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

Member Avatar for Tyrone.Wilson
0
268
Member Avatar for hisheeraz

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 …

Member Avatar for hisheeraz
0
141
Member Avatar for hisheeraz

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

0
96

The End.