HI all my first post starts with a quetion :D
does anyone know how i can add background image to a textbox im using vb6
if somone can help me in this issue thx a lot :D
Printable View
HI all my first post starts with a quetion :D
does anyone know how i can add background image to a textbox im using vb6
if somone can help me in this issue thx a lot :D
Welcome to the forums
What you are asking is not easy at all. Here is a link that you can look at.
http://www.vbaccelerator.com/home/VB...ox/article.asp
very cool!!!
Quote:
Originally Posted by LaVolpe
thx you very much :D for your great helpQuote:
Originally Posted by LaVolpe
could you do my one fafor can u attach the project cause im making mistakes im not realy able to apply it on my form can you attach a project that has an image as a background ?
There is a demo app at the top left corner of the page. For both vb5, and vb6.
It is contains a class that you can use easily.
im getting an cant create ActiveX error any solution to that ?
There is a solution to all errors.Quote:
Originally Posted by kresha7
But, before a solution can be arrived at we need to know what is causing the problem.
What line of code is doing this?
ActiveX Components cant create object runtime error '429'
That error occurs, if you just forget to register a dll or an ocx that the application is want to use.
In that example, the ssubtmr6.dll is that is may missing. Just register it, then restart vb6 ide, the component should work now.