Click here to Skip to main content
15,895,256 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: storing images in database for dating site. Pin
Steve Pullan8-Mar-06 18:53
Steve Pullan8-Mar-06 18:53 
GeneralRe: storing images in database for dating site. Pin
uglyeyes9-Mar-06 1:24
uglyeyes9-Mar-06 1:24 
GeneralRe: storing images in database for dating site. Pin
Steve Pullan9-Mar-06 11:09
Steve Pullan9-Mar-06 11:09 
GeneralRe: storing images in database for dating site. Pin
uglyeyes9-Mar-06 17:03
uglyeyes9-Mar-06 17:03 
Questionhow to clear datagridview w/c is data-bound Pin
thepityone8-Mar-06 17:52
thepityone8-Mar-06 17:52 
AnswerRe: how to clear datagridview w/c is data-bound Pin
abhinish8-Mar-06 18:11
abhinish8-Mar-06 18:11 
QuestionVB.NET / MS Access Threading Issue... Pin
mayhem_rules8-Mar-06 17:51
mayhem_rules8-Mar-06 17:51 
QuestionIssue on the List Items Collection Editor Class Pin
KaKa'8-Mar-06 15:19
KaKa'8-Mar-06 15:19 
Hello,

I have to create a custom control which consists of a label and an ASP.Net listbox. The control has to have a public property called 'Items' which allows users to add list items to the control's listbox during design time. (much like the Items property of the original vb listbox). I used ListItemsCollectionEditor to show the ListItems Editor window.

However, when the ListItems Editor window appeared and after adding some list items, the listbox did not display the newly added items at all.

A code snippet is given below:

<editorattribute(gettype(system.web.ui.design.webcontrols.listitemscollectioneditor), _
gettype(uitypeeditor))=""> _ //displays the ListItemEditor window
Public ReadOnly Property Items() As ListItemCollection

Get
Return listitems //listitems is a listItemCOllection variable
End Get

End Property

How do I enable the listbox to display the newly added list items?
AnswerRe: loan payment Pin
Steve Pullan8-Mar-06 15:32
Steve Pullan8-Mar-06 15:32 
GeneralRe: loan payment Pin
Garth J Lancaster8-Mar-06 15:39
professionalGarth J Lancaster8-Mar-06 15:39 
GeneralRe: loan payment Pin
Tank528-Mar-06 16:06
Tank528-Mar-06 16:06 
GeneralRe: loan payment Pin
Tank528-Mar-06 16:09
Tank528-Mar-06 16:09 
GeneralRe: loan payment Pin
nzmike8-Mar-06 16:18
nzmike8-Mar-06 16:18 
GeneralRe: loan payment Pin
Tank528-Mar-06 16:22
Tank528-Mar-06 16:22 
GeneralRe: loan payment Pin
progload8-Mar-06 16:30
progload8-Mar-06 16:30 
Questionhow to import Bookmarks favorites file to TreeView Pin
segaal8-Mar-06 13:41
segaal8-Mar-06 13:41 
AnswerRe: how to import Bookmarks favorites file to TreeView Pin
segaal11-Mar-06 6:51
segaal11-Mar-06 6:51 
QuestionHow to reference checkedlistbox from one class to another Pin
JK11508-Mar-06 12:24
JK11508-Mar-06 12:24 
QuestionScrolling datagrid without scrollbar visible - possible? Pin
nzmike8-Mar-06 11:51
nzmike8-Mar-06 11:51 
QuestionIssue with manual adding data to Checked list box Pin
devarajchandra8-Mar-06 9:54
devarajchandra8-Mar-06 9:54 
QuestionExecution speed - question re: vb.net Pin
guruvar28-Mar-06 9:53
guruvar28-Mar-06 9:53 
AnswerRe: Execution speed - question re: vb.net Pin
Steve Pullan8-Mar-06 11:38
Steve Pullan8-Mar-06 11:38 
GeneralRe: Execution speed - question re: vb.net Pin
guruvar28-Mar-06 11:45
guruvar28-Mar-06 11:45 
AnswerRe: Execution speed - question re: vb.net Pin
Garth J Lancaster8-Mar-06 15:37
professionalGarth J Lancaster8-Mar-06 15:37 
QuestionChange the ink quality to Draft Pin
kostasdiktia28-Mar-06 7:00
kostasdiktia28-Mar-06 7:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.