Results 1 to 9 of 9

Thread: How to add a background image to a textbox ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2008
    Posts
    101

    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

  2. #2
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    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
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  3. #3
    Fanatic Member newprogram's Avatar
    Join Date
    Apr 2006
    Location
    in your basement
    Posts
    769

    Re: How to add a background image to a textbox ?

    very cool!!!
    Quote Originally Posted by LaVolpe
    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
    Live life to the fullest!!

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Nov 2008
    Posts
    101

    Re: How to add a background image to a textbox ?

    Quote Originally Posted by LaVolpe
    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
    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.

  5. #5
    Frenzied Member Jim Davis's Avatar
    Join Date
    Mar 2001
    Location
    Mars base one Username: Jim Davis Password: yCrm33
    Posts
    1,284

    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.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Nov 2008
    Posts
    101

    Re: How to add a background image to a textbox ?

    im getting an cant create ActiveX error any solution to that ?

  7. #7
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How to add a background image to a textbox ?

    Quote 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?

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Nov 2008
    Posts
    101

    Re: How to add a background image to a textbox ?

    ActiveX Components cant create object runtime error '429'

  9. #9
    Frenzied Member Jim Davis's Avatar
    Join Date
    Mar 2001
    Location
    Mars base one Username: Jim Davis Password: yCrm33
    Posts
    1,284

    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
  •  



Click Here to Expand Forum to Full Width