Home > Back-end >  How to use C language to implement custom window pops and options
How to use C language to implement custom window pops and options

Time:11-30

Like this

CodePudding user response:

I'm afraid not, separate C ~ suggest using C + + MFC library

CodePudding user response:

C: certainly, just trouble,
Different platforms have different way,
Windows platform suggested that know the win32 GUI programming,

CodePudding user response:

Using C language to draw the UI window more troublesome, it is recommended that you can use C + + MFC, create bounced so easy.

CodePudding user response:

In c, but to call a Windows API more troublesome

CodePudding user response:

Windows:
Use MFC/Qt etc, is easy to implement,
C # words should be relatively easy to directly create dialog project, similar to the MFC,
Or directly calls the Windows API MessageBox related interface, can also,
More complex custom, can do it the way to write the data memory window,

Web:
This is not the C language, of course also can play a window, alert, confirm

Other such as embedded, such as sea:
Using Qt cross-platform,
Painted on or in C language from the FrameBuffer and other basic function of point, line and plane, step by step, start with a window
  • Related