Advertisement
ASP_Volume2 Windows CE #43849

Drag and Drop from Listbox to Textbox

Drag and Drop from Listbox to Textbox. This is a demo on how to access individual collection members of a populated listbox in order to drop its content into a text box. This demo uses techniques that are not specified by the object help tooltips in the VB.NET code editor. An example of this is the fact that in order to access an individual member of a listbox you should use the following syntax: ListBox.Items(ListBox.SelectedIndex).toString() As you can see, each item in the populated listbox is a collection member that must be specifically accessed by an index value. I hope this clears out any confusion with this control. CHEERS!

AI

AIサマリー: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

ソースコード
original-source
Upload
オリジナルのコメント (3)
Wayback Machineから復元