Results 1 to 7 of 7

Thread: Multiple Questions

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432

    Post Multiple Questions

    Ok Here we Goooo



    1)How can i give my App a Custom Cursor??? so far i have only been able to select the ones that are windows Default?


    2) Is their a way to change the color of the Toolbar,Scrollbar,Progressbar,and Tabs so they dont have the Window Grey or Default Color ?

    3)anyone know of a Good way to to dock the Window and not jus the control in the window ?

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    1 and 3 I have no idea.

    As for number 2, you can't change them easily. I have seen API calls used in VB6 that do this, you may want to port some of those over if you really need to change those colors. Either that, or build your own controls that support these new properties.

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    to change default cursor :

    cursor.Current = New Cursor("C:\1.cur")

    I tried it but it's not working , I don't know why ?

  4. #4
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    concering your 3rd question you will find your lost right here :



    http://prdownloads.sourceforge.net/d...7.msi?download

    Pirate

  5. #5
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    On custom mouse cursors:

    ms-help://MS.VSCC/MS.MSDNVS/vbcon/html/vbup2036.htm

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432
    ya i tryed the "Magic" control problem is they have SOOOOOOOOOOOOOOOO Much code in the demo its hard to sort out

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Feb 2002
    Location
    USA
    Posts
    432
    ya the Magic docking isnt what im looking for what i want is like Trillian how if you move the IM window to the Buddy List or next to another IM window it docks them togeather PLEASE HELP

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