Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
2 Endorsements
Ranked #621
Ranked #4K
~10K People Reached
Favorite Forums
Member Avatar for Unhnd_Exception

I was so amazed at how easy it was to embed google maps into a vb app I decided to post a quick example to help anyone get started. This is a simple example. Google's api has all kinds of things to help customize your map. You can find out …

Member Avatar for Jorge Braga
4
8K
Member Avatar for srkv03

Hi, I am having problems with TCPIP coding on VB6. I have a timer which checks for connection. This timer is set to a minute.Everytime the timer code executes the entire application freezes. It performs normally after the connection checking loop. One last thing to mention is I am connected …

Member Avatar for srkv03
0
108
Member Avatar for jemartalaban_1

For our project where using a Touch Screen as pointer, and when the user tapped the screen the timer or progress bar will reset to 0 then if the screen didn't tapped in 2 minutes the program will back to login form. Please help.

Member Avatar for jemartalaban_1
0
103
Member Avatar for baabjitvk

hi.. i'm using visual basic 2008. and ms access 2007. i inserted check boxes in table to get many records at a time. i.e all checked records will be collected. i have two problems. can you please give me solutions.. 1. how to write a query to meet 'check box …

Member Avatar for srkv03
0
186
Member Avatar for robert.chen.3975

Ask kind help: VB6 How to read the string line by line from the MS_Office Clipboard Thanks in advance,

Member Avatar for robert.chen.3975
0
228
Member Avatar for meLiel

Private Sub cmdAdd_Click() Dim con As ADODB.Connection Set con = New ADODB.Connection Dim rsAdd As ADODB.Recordset Set rsAdd = New ADODB.Recordset Dim Query As String con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\Asus\Desktop\VBTHESIS_liel2\ListofMembers.mdb;Persist Security Info=False" con.CursorLocation = adUseClient rsAdd.Open "SELECT * FROM census WHERE ID ='" & strId & "'", con, adOpenStatic, adLockOptimistic 'If textboxes …

Member Avatar for hyesin
0
165
Member Avatar for forjustincase

Students Details and Mark Entry Form Input : Number of students, Student Name , Student Id, 5 subject marks entered through inputbox by using dynamic array Output: List of all input Students Grade Form Input: - Output : List of students Name, ID, 5 subjects, Average, Grade Students Grade Analysis …

Member Avatar for forjustincase
0
229
Member Avatar for Bile

-->>Hi all... -->>Here is what makes me be unconfortable here... -->>I was trying to develop a Progam that will help me creat a folder and make a copy of my passports -->>I managed to creat a folder but when I try to Copy the files is where I get an …

Member Avatar for Bile
0
183
Member Avatar for srkv03

Hi, I have been working with some legacy code at work. There seems to be a common logic in storing an entire table in the database as an array. I have got no clue at all as to why this needs to be done. The recordet is open the entire …

Member Avatar for srkv03
0
92