c++/CLI How To Make fadeIn effect

Wami007 296 Reputation points
2021-02-16T23:56:48.507+00:00

68852-basl%C4%B1qs%C4%B1z.png

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,278 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,537 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,125 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 81,741 Reputation points
    2021-02-17T05:40:41.59+00:00

    If F1 is your Form class change the line :

    t1->Tick += gcnew System::EventHandler(this, &F1::fadeIn);
    

1 additional answer

Sort by: Most helpful
  1. Wami007 296 Reputation points
    2021-02-18T13:55:06.37+00:00

    Answer is it:

    Just Add Timer to form from Toolbox and call it from Form_Load with Eventhander ^_^

    0 comments No comments