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

Search:

Type: Posts; User: settler

Search: Search took 0.02 seconds.

  1. Re: Need help on putting a function into a button

    Sorry i made a mistake on the codes for my zoom function, this is the correct one.


    public MainWindow()
    {
    this.InitializeComponent();

    TransformGroup group =...
  2. Need help on putting a function into a button

    Hi all,

    I am using both Expression Blend and Visual studio to work on my project.I did a zoom function and i want to place it into a button,so whenever the user click on the button the zoom...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured