C/S Structure is a familiar client server structure. What we learned before is C/S Development stage, and ASP. NET Can be developed C/S And powerful development B/S , Web ApplicationProgram. In C/S Direction B/S At this stage, . Net Platform deduction plays an important role. Here we start from . Net Platform Wind Ows Form Design, that is C/S A Brief Introduction to development.
We learn from the frontendVB 6.0, VB. NETThe student management system, data room charging system, and two client server applications have been developed successively. ForWindowsThe design of the form is still very familiar, and now it is transferred. NetPlatform, but it doesn't need to change the dressing. It's just a bit of difference in usage. We need to practice more. Here I just want to provide a simple mention of what controls are needed to implement the function.
This study can be completely compared.VB 6.0Development Tools to learn, many controls have the same attributes and methods, here we need to know is familiar with the same, clear and different.
Let's take a look at this picture. There are a lot of things in it.VB 6.0Development tools include:
1, Form introduction:
2, Controls, these are very simple, we need to be able to apply them.
3, User control, this thing, looks quite simple, but it can make it good to serve us but it needs to work hard.
4The menu, toolbar, and status bar are the most important things on our design interface. With these things, we can enrich our software!. NetPlatform andVB 6.0Development tools are very similar, but they are different!. NetMore convenient and user-friendly!
5Dialog box, which is frequently used:
Message dialog boxHere, I found a message on the Internet and it feels good:C #InMessageBoxUsage (Appendix)
Public dialog boxHere, I will briefly describe the common attributes of each public dialog box:
SaveFiledialogDialog Box
OpenfiledialogDialog Box:
FontDialogDialog Box:
ColorDialogDialog Box:
For more information, see connectC #Dialog Box full contact.
The above is simple. NetMediumWindowsA simple summary of the design, what needs to be done is to know what functions this thing can implement, so we can practice it to master it!