No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hi there, i m not a very advanced programmer so i have now come up against a brick wall. i need to use a VB code preferably on a command button, whereby the user enters a keyword into a text box, clicks the 'Search' command button, and then a procedure … | |
Re: 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) * 2000), 3000, i * j * 1000 + 30 Next j … | |
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 fancy. Could anyone help me by giving any very useful codes for html or java … ![]() | |
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 the relational access database. i am using the ADODC control to connect to the … | |
Re: 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 this and instead just change properties in the properties window in … |
The End.