블로그
- [PADS VX.0] 2. Layout 부품 만들기 메뉴에서 [File] - [Library]를 선택하면 Lirary Manager 다이얼로그 박스가 나타나는데 회로에서 만든 Library 방을 등록하기 위해 [Create New Lib Library Manager 다이얼로그 박스에서 Library 방을 생성한 방으로 설정하고 Filter에서 *을 입력한 다음 Decals 버튼을 클릭한다.
- [스크랩] Header2ActionBar 출처 : [ https://github.com/AChep/Header2ActionBar ] Header2ActionBarHeader2ActionBar is a library which UsageUsing the library is really simple, just look at the source code of the provided samples.
- [스크랩] Draggable Panel 출처 : [ https://github.com/pedrovgs/DraggablePanel ] Draggable PanelDraggable Panel is an Android library created to build a draggable user interface similar to the new YouTube draggable video component based
- [스크랩] NavigationDrawerSI NavigationDrawerSI ] NavigationDrawerSIA Navigation Drawer Simple Implementation is an example of using a New /Bind pattern presented by Jake Wharton and a ButterKnife library (also by Jake Wharton) to create a
- [C#학습셀01-07] How to: Create a Group of Radio Buttons from a String Array 학습셀01-07] How to: Create a Group of Radio Buttons from a String Array http://msdn.microsoft.com/en-us/library stringArray[1] = "No"; stringArray[2] = "Maybe"; System.Windows.Forms.RadioButton[] radioButtons = new
- [C#학습셀03-19] How to: Display a Color Pallet To display the color dialog box On the File menu, click New Project. The New Project dialog box appears. Click Windows Forms Application and then click OK.
- [C#학습셀03-17] How to: Display a List of Fonts To display the font dialog box On the File menu, click New Project. The New Project dialog box appears. Click Windows Forms Application and then click OK.
- [C#학습셀03-16] How to: Save a File to a Folder To display the folder browser dialog box On the File menu, click New Project. The New Project dialog box appears. Click Windows Forms Application and then click OK.
- [C#학습셀03-15] How to: Browse a Folder To display the folder browser dialog box On the File menu, click New Project. The New Project dialog box appears. Click Windows Forms Application and then click OK.
- [C#학습셀03-18] How to: Display an OpenFileDialog Dynamically [C#학습셀03-18] How to: Display an OpenFileDialog Dynamically http://msdn.microsoft.com/en-us/library/yt4zx6ty OpenFileDialog openFile1 = new OpenFileDialog(); // Initialize the OpenFileDialog to look for text files