CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: javabill

Search: Search took 0.04 seconds.

  1. Re: Flat Combo with custom button, border & nose color

    well, that is not the regular process for making a flat combo. i wish to see the reaction of the people who read that post. i also wish to know the drawbacks of that process. [every time placing a...
  2. Flat Combo with custom button, border & nose color

    1. Place combo1 and picture1 to Form1






    [code]'in BAS Module
    Option Explicit
  3. Replies
    1
    Views
    1,312

    Re: Change Combo Box's button color

    After adding 3D look :D
  4. Replies
    1
    Views
    1,312

    Change Combo Box's button color

    some how i managed to color a combo box's button. can some one make it more simple ?

    here is my codes :

    1. Make a transparent GIF that contains Button nose
    2. take Image1 (105 x 60). Load...
  5. Replies
    3
    Views
    3,183

    Re: Changing printer papersize at runtime

    <printer.papersize=vbprpsa4> or <printer.papersize=vbprpsa3> 'or http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.powerpacks.printing.compatibility.vb6.printer.papersize.aspx
    ...
  6. Replies
    2
    Views
    3,075

    Re: Change Cobo1 color

    well... i will try...

    thanks a lot
  7. Replies
    2
    Views
    3,075

    Change Combo1 color

    how to chage the color (back + button) of a combo1 ? any suggestion ... ?
  8. Replies
    3
    Views
    1,578

    Re: Problem in printing large form

    yes, may be my code is wrong ... i'll check my code(s)... and reply soon...
    any way... i use streachBlt not bitBlt

    thanks both of you for your help
  9. Replies
    3
    Views
    1,578

    Problem in printing large form

    i made a project which had a large size form in twips (in paper size, it is A3).
    i make it child form and when i print using formChild.printForm it is ok and print normaly. now i wish to change my...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured