Search Results

Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: Ravi Kant ; Forum: Visual Basic 4 / 5 / 6 and child forums
Forum: Visual Basic 4 / 5 / 6 Apr 8th, 2009
Replies: 1
Views: 437
Posted By Ravi Kant
Private Sub Check1_Click()
If Check2.Value = 1 Then Check2.Value = 0
If Check3.Value = 1 Then Check3.Value = 0
If Check4.Value = 1 Then Check4.Value = 0
If Check5.Value = 1 Then Check5.Value = 0...
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2009
Replies: 2
Views: 580
Posted By Ravi Kant
Hi Friends !
I want to create DSN automatically with common dialog to choose database. I don't want user have to go to control pannel \ Administrative tools \ ODBC Manager for create DSN. ...
Forum: Visual Basic 4 / 5 / 6 Mar 19th, 2009
Replies: 3
Views: 473
Posted By Ravi Kant
Hi Friends!
I am creating a project & want to minimized its form like photoshop in its own status bar. How can I do this ? Any Idea .... ?
Forum: Visual Basic 4 / 5 / 6 Mar 5th, 2009
Replies: 11
Views: 886
Posted By Ravi Kant
cguan_77 has written the right code for this. Use his code in this way : -

Private Sub Command1_Click()
Dim txturl As String
txturl = "http://www.google.com"
Shell "C:\Program Files\Internet...
Forum: Visual Basic 4 / 5 / 6 Mar 5th, 2009
Replies: 9
Views: 1,926
Posted By Ravi Kant
Please help ! I am new in VB.
Forum: Visual Basic 4 / 5 / 6 Mar 5th, 2009
Replies: 9
Views: 1,926
Posted By Ravi Kant
Thanks hkdani !
But still it has problem . As for example for 5 january 2009 it is week 2 but it returns week 1 . Please check it.
Forum: Visual Basic 4 / 5 / 6 Mar 4th, 2009
Replies: 9
Views: 1,926
Posted By Ravi Kant
Thanks vb5prgrmr
But still my problem is not solved. I have DtPicker control in my form and i want the result according to it's value. I try you code giving date as dtpicker value but still...
Forum: Visual Basic 4 / 5 / 6 Mar 4th, 2009
Replies: 9
Views: 1,926
Posted By Ravi Kant
Hello !
I want to get the current week number of the month. I have used this code below : -

Private Sub Command1_Click()
Dim t_Day As Double
t_Day = Day(DTPicker1.Value)
Select Case t_Day...
Forum: Visual Basic 4 / 5 / 6 Feb 18th, 2009
Replies: 4
Views: 575
Posted By Ravi Kant
Use this Code below :-

Private Sub Command1_Click()
Dim RetVal
RetVal = Shell("D:\Project\Project1.exe", 1)
End Sub
Forum: Visual Basic 4 / 5 / 6 Feb 18th, 2009
Replies: 9
Views: 686
Posted By Ravi Kant
Give this code in Form1 :-

Private Sub Text1_Change()
Form2.Label1 = Text1.Text
End Sub
Forum: Visual Basic 4 / 5 / 6 Jan 9th, 2009
Replies: 3
Views: 505
Posted By Ravi Kant
I am new in VB & I am having problem in Filter ( See Form2). My another problem is my boss want to see all Follow Up Report (Call Report of the Customer; Form6). Generally he want to see current...
Forum: Visual Basic 4 / 5 / 6 Jan 7th, 2009
Replies: 3
Views: 505
Posted By Ravi Kant
Please Help me. Please see the attachment. I have created a project and have coding problem. Please help me. it's urgent.
Forum: Visual Basic 4 / 5 / 6 Jan 6th, 2009
Replies: 1
Views: 480
Posted By Ravi Kant
I am doing a project in VB and have used ADODC connection to connect in Access Database. I have used MSHFlexGrid and want it's data get highlighted Automatically if it is on current date (i.e Today's...
Showing results 1 to 13 of 13

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC