Forum: Visual Basic 4 / 5 / 6 Mar 4th, 2005 |
| Replies: 1 Views: 2,381 Text box population from DBgrid. HELP!! hi there,
i ve got a visual basic project that is being linked to an access database.
i ve already got a search function working to populate text box's with the information from one table in... |
Forum: HTML and CSS Mar 3rd, 2005 |
| Replies: 12 Views: 2,903 Very new Programmer needs basic help!!! hi there web programmers,
I mainly joined this site for help with VB6, but now i have decided to branch out into HTML and web design. i know some very basic html coding but nothing... |
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2005 |
| Replies: 5 Views: 10,017 |
Forum: Visual Basic 4 / 5 / 6 Jan 27th, 2005 |
| Replies: 3 Views: 6,216 Re: Addnew problem hi there,
i have just being doing then ADO objects in college over the past week and from what i have gathered, you seem to be going quite a long way around this. if you use less codes for... |
Forum: Visual Basic 4 / 5 / 6 Jan 14th, 2005 |
| Replies: 6 Views: 3,523 Re: Creating graphics try these codes. it gives your project a really cool effect.
Private Sub Form_Click()
While 1
For i = 0 To 10 Step 0.001
DoEvents
Circle (Me.Width / 2 + Sin(i) * 2000, Me.Height / 2 + Cos(i) *... |