1 / 5

Controls in C++/CLI (3)

Controls in C++/CLI (3). ListBox (Property: SelectionMode , Items, SelectedItem , SelectedIndex , SelectedItems , SelectedIndices ; Event: SelectedIndexChanged )

blaise
Download Presentation

Controls in C++/CLI (3)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Controls in C++/CLI (3) • ListBox(Property: SelectionMode, Items, SelectedItem, SelectedIndex, SelectedItems, SelectedIndices; Event: SelectedIndexChanged) • SelectionMode (None, One, MultiSimple, and MultiExtended), please see http://msdn.microsoft.com/en-us/library/system.windows.forms.selectionmode.aspx

  2. An Example

  3. Strings in C++/CLI • http://msdn.microsoft.com/en-us/library/system.string.aspx • public: static String^ Format( String^ format, ... array<Object^>^ args ) • {index[,length][:formatString]} • {0}, {0, 10}, {0, -10}, {0, -10:D6}

  4. Mid-term Exam

  5. No Meeting This Thursday • E-Day, Oct. 11, 2012, 8:30 a.m.-11:45 a.m. • Open E-day to all current students as well. • My lab – SEC 3423.

More Related