|
-
Nov 19th, 2008, 08:13 PM
#1
Thread Starter
Lively Member
How to add a background image to a textbox ?
HI all my first post starts with a quetion
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
-
Nov 19th, 2008, 09:37 PM
#2
Re: How to add a background image to a textbox ?
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
-
Nov 20th, 2008, 12:11 AM
#3
Fanatic Member
Re: How to add a background image to a textbox ?
very cool!!!
 Originally Posted by LaVolpe
Live life to the fullest!!
-
Nov 20th, 2008, 06:56 AM
#4
Thread Starter
Lively Member
Re: How to add a background image to a textbox ?
 Originally Posted by LaVolpe
thx you very much for your great help
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 ?
Last edited by kresha7; Nov 20th, 2008 at 07:24 AM.
-
Nov 20th, 2008, 08:01 AM
#5
Re: How to add a background image to a textbox ?
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.
-
Nov 20th, 2008, 10:41 AM
#6
Thread Starter
Lively Member
Re: How to add a background image to a textbox ?
im getting an cant create ActiveX error any solution to that ?
-
Nov 20th, 2008, 11:27 AM
#7
Re: How to add a background image to a textbox ?
 Originally Posted by kresha7
im getting an cant create ActiveX error any solution to that ?
There is a solution to all errors.
But, before a solution can be arrived at we need to know what is causing the problem.
What line of code is doing this?
-
Nov 20th, 2008, 02:44 PM
#8
Thread Starter
Lively Member
Re: How to add a background image to a textbox ?
ActiveX Components cant create object runtime error '429'
-
Nov 20th, 2008, 04:48 PM
#9
Re: How to add a background image to a textbox ?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|