User Profile
Collapse
-
Thanks a lot Mr. Richkid. -
VB.NET Proper Case Issue?
Code:Dim strName As String strName = TextBox1.Text strName = StrConv(strName, vbProperCase) Label1.Text = strName
Example : Input > " SANDEEP... -
Resultant Date will not cross the Current Month and will not be Sunday in VB.NET ?
How do we add 15 days to the current Date which will not cross the month
and resultant Date will never be Sunday? If it is Sunday make it Saturday?
Example > If Current Date is 17/08/2010 (DD/MM/YYYY)
Then Resultant Date is 31/08/2010 (DD/MM/YYYY) [Donot Cross the Current Month.]
Also 31/08/2010 would never be Sunday.
If it is Sunday make it 30/08/2010 (Saturday). [Date...
No activity results to display
Show More
Leave a comment: