Forum: Visual Basic 4 / 5 / 6 Jan 20th, 2009 |
| Replies: 6 Views: 908 never mind now, it works. Thanks so much.
I had had to chance line 3 of your code tho to:
Private Sub Picture1_Click()
Its vb6 im using. Im very new to this as part of my assignment but I... |
Forum: Visual Basic 4 / 5 / 6 Jan 19th, 2009 |
| Replies: 6 Views: 908 ive tried it but still nothing. As soon as i put the code onm line one on my form it guves me an error |
Forum: Visual Basic 4 / 5 / 6 Jan 19th, 2009 |
| Replies: 6 Views: 908 |
Forum: Visual Basic 4 / 5 / 6 Jan 19th, 2009 |
| Replies: 6 Views: 908 Im having trouble with my internet linking. I have a picture boc named picq that i want the user to be able to click to take them to a web page.
i tried the following:
picq.picture =(url)
... |
Forum: Visual Basic 4 / 5 / 6 Jan 2nd, 2009 |
| Replies: 8 Views: 1,219 this is driving me mental lol. My code is as follows but cant get it working.Do i need to have a hide/show function also to display the results?
Private Sub cmdsubmit_click()
'Declare local... |
Forum: Visual Basic 4 / 5 / 6 Dec 31st, 2008 |
| Replies: 8 Views: 1,219 I have to use access due to college criteria. Im searching the "tittle" in the database.
usualy i say :
data1.recordset.findfirst.store
this problem also occurs when attempting to add a record |
Forum: Visual Basic 4 / 5 / 6 Dec 30th, 2008 |
| Replies: 8 Views: 1,219 |
Forum: Visual Basic 4 / 5 / 6 Dec 29th, 2008 |
| Replies: 8 Views: 1,219 OK im new to this so bear with me. I need to add a search function to my project. I need to input a value into a textbox, click a submit button and a screen needs to appear with the results
Ive... |