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 Tags

5 Posted Topics

Member Avatar for lostprophet

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 …

Member Avatar for koolsid
0
979
Member Avatar for jeiahonz

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 …

Member Avatar for dawit
0
245
Member Avatar for lostprophet

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 …

Member Avatar for Electrohead
0
371
Member Avatar for lostprophet

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 …

Member Avatar for NewVBguy
0
109
Member Avatar for jksmithyuk

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 …

Member Avatar for uniquestar
0
101

The End.