Results 1 to 6 of 6

Thread: Icon

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2001
    Posts
    163

    Icon

    How can we change the icon of the form in title bar using API?
    Purushottam

  2. #2
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527
    I have seen this posted before by Tygur, i think it was,

    I'll find it

  3. #3
    Conquistador
    Join Date
    Dec 1999
    Location
    Australia
    Posts
    4,527

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Nov 2001
    Posts
    163
    Sorry I couldn't .Any other clue?
    Thank You.
    Purushottam

  5. #5
    Matthew Gates
    Guest
    Do you really need API to do it?


    VB Code:
    1. Private Sub Form_Load()
    2.     Set Icon = Picture1.Picture
    3. End Sub

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Nov 2001
    Posts
    163
    Actually I wan't to use it in forms6i(oracle).If I know hou to use it in vb using Api, I could do it in another applications too.
    Purushottam

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