Forum: Visual Basic 4 / 5 / 6 Apr 8th, 2009 |
| Replies: 1 Views: 437 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 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 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 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 Please help ! I am new in VB. |
Forum: Visual Basic 4 / 5 / 6 Mar 5th, 2009 |
| Replies: 9 Views: 1,926 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 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 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 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 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 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 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 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... |