블로그
- smart 와 clever 의 차이는?(What is the difference between Smart and Clever?) Smart and clever are both used to describe intelligent people, but smart people are good at analyzing data while clever people are more creative and think outside the box. # Smart와 Clever의 차이점은 무엇입니까?
- [C#학습셀03-14] How to: Retrieve Data from a Dialog Box [C#학습셀03-14] How to: Retrieve Data from a Dialog Box http://msdn.microsoft.com/en-us/library/bb383855 (v=VS.90).aspx Dialog boxes enable your program to interact with users and retrieve data that users have
- [C#학습셀02-09] How to: Use TextBox Controls to Get User Input You can set the Multiline property to true to enable this. To retrieve input typed in a text box On the File menu, click NewProject. .......
- [C#학습셀01-04] How to: Use Button Controls Users can click the OK button to submit the information entered in the dialog box. Alternatively, they can click Cancel to close the dialog box without submitting any data.