Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~3K People Reached
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for 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 Case 1, 2, 3, 4, 5, 6, 7, 8 Text1.Text = "1st Week" Case 9, 10, …

Member Avatar for iluvchubs
-1
2K
Member Avatar for 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 If Check1.Value = 1 Then Text1.Text = Check1.Caption If Check1.Value = 0 Then Text1.Text = …

Member Avatar for vb5prgrmr
0
132
Member Avatar for 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. I am using MS Access as My Database. How can i do it ? Plz help …

Member Avatar for debasisdas
0
118
Member Avatar for 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 .... ?

Member Avatar for abu taher
0
123
Member Avatar for nagatron

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 Explorer\IExplore.exe " & txturl, vbMaximizedFocus End Sub

Member Avatar for javmedia
0
234
Member Avatar for dollmar

Give this code in Form1 :- Private Sub Text1_Change() Form2.Label1 = Text1.Text End Sub

Member Avatar for dollmar
0
168
Member Avatar for adamsn

Use this Code below :- Private Sub Command1_Click() Dim RetVal RetVal = Shell("D:\Project\Project1.exe", 1) End Sub

Member Avatar for adamsn
0
317
Member Avatar for Ravi Kant

Please Help me. Please see the attachment. I have created a project and have coding problem. Please help me. it's urgent.

Member Avatar for binoj_daniel
0
118
Member Avatar for 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 Date) for Birthday Reminder. How can i do it?

Member Avatar for QVeen72
0
144

The End.