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
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for gogo2010

I have to write a program to get traffic lights to work - how do i get it to show green and amber at the same time? any suggestions?

Member Avatar for hero_1036
0
81
Member Avatar for pytup

I have a code: [CODE]Private Sub OK_Click() Dim Username As String Username = InputBox("Username") If Username = "Martyna" Then MsgBox "Welcome, " & Username Else: MsgBox "Sorry, access is denied, please Check your username and try again" End If End Sub[/CODE] and it should ask 3 time for username then …

Member Avatar for vb5prgrmr
0
82
Member Avatar for hero_1036

Hello everyone, I'm Hector from Cavite,Philippines, I'm 18 years old and I Studying at course of DIT(Diloma in Information Technology). This is my last semester in school. I am new member of this community. I join this community because i want to learn some syntax that can help me create …

Member Avatar for Joe Michael
0
90
Member Avatar for shashikanth

I have a time values in MS Access database 4:30 2:15 3:20 4:45 I want to sum the time using VB code .The sum of the time should be 14:50 hrs not 14:10 hrs. Please help

Member Avatar for debasisdas
0
2K