Click here to Skip to main content
15,903,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: DataGridView Problem Pin
Vimalsoft(Pty) Ltd30-Aug-07 0:11
professionalVimalsoft(Pty) Ltd30-Aug-07 0:11 
AnswerRe: DataGridView Problem Pin
Naji El Kotob30-Aug-07 11:05
Naji El Kotob30-Aug-07 11:05 
GeneralRe: DataGridView Problem Pin
Matodzi31-Aug-07 0:39
Matodzi31-Aug-07 0:39 
Questionhow to display an image of size 7 mb in vb.net webform Pin
chiyankrishna29-Aug-07 23:19
chiyankrishna29-Aug-07 23:19 
AnswerRe: how to display an image of size 7 mb in vb.net webform Pin
SHatchard30-Aug-07 3:24
SHatchard30-Aug-07 3:24 
QuestionCustom Control Collection Pin
The ANZAC29-Aug-07 21:20
The ANZAC29-Aug-07 21:20 
AnswerRe: Custom Control Collection Pin
Tom Deketelaere29-Aug-07 21:35
professionalTom Deketelaere29-Aug-07 21:35 
GeneralRe: Custom Control Collection Pin
The ANZAC29-Aug-07 21:42
The ANZAC29-Aug-07 21:42 
ok...i sought-of follow you, maybe i should rephrase what i'm actually trying to do. I'm basically trying to add lots of panels to one panel through a collection property. This collection property is: PanelItem is the second control and this property exists on the first control.

Dim p_Collection as List(Of PanelItem)<br />
<br />
Public Property Collection() As List(Of PanelItem)<br />
    Get<br />
        Return p_collection<br />
    End Get<br />
    Set(ByVal value As List(Of PanelItem))<br />
        p_collection = value<br />
    End Set<br />
End Property


Now, when, in design mode, i click the ... button in the collection property of the first control it opens a collection editor, to this i can add, panelitems. Once i have done this and i close it. I then reopen this editor and find that no objects are now in it, yet when i go to add a new one, the number appended to the end automatically begins at 1 past the last one i added previously.

So my questions are:
Why is this happening?
What methods,subs etc do i use without using a database?
How do i get it to function like the treeview Node Collection Editor or similar?

Please check out my articles:
The ANZAC's articles

GeneralRe: Custom Control Collection Pin
Tom Deketelaere29-Aug-07 21:54
professionalTom Deketelaere29-Aug-07 21:54 
GeneralRe: Custom Control Collection Pin
The ANZAC29-Aug-07 21:57
The ANZAC29-Aug-07 21:57 
GeneralRe: Custom Control Collection Pin
Tom Deketelaere29-Aug-07 22:22
professionalTom Deketelaere29-Aug-07 22:22 
GeneralRe: Custom Control Collection Pin
The ANZAC29-Aug-07 22:25
The ANZAC29-Aug-07 22:25 
GeneralRe: Custom Control Collection Pin
Tom Deketelaere29-Aug-07 22:40
professionalTom Deketelaere29-Aug-07 22:40 
GeneralRe: Custom Control Collection Pin
The ANZAC29-Aug-07 22:40
The ANZAC29-Aug-07 22:40 
GeneralRe: Custom Control Collection Pin
Tom Deketelaere29-Aug-07 22:54
professionalTom Deketelaere29-Aug-07 22:54 
GeneralRe: Custom Control Collection [modified] Pin
Tom Deketelaere29-Aug-07 23:12
professionalTom Deketelaere29-Aug-07 23:12 
GeneralRe: Custom Control Collection Pin
The ANZAC29-Aug-07 23:58
The ANZAC29-Aug-07 23:58 
AnswerRe: Custom Control Collection Pin
darkelv29-Aug-07 23:22
darkelv29-Aug-07 23:22 
Questionunload form in the vb.net Pin
mahdiehIR29-Aug-07 19:55
mahdiehIR29-Aug-07 19:55 
AnswerRe: unload form in the vb.net Pin
Paramhans Dubey29-Aug-07 20:34
professionalParamhans Dubey29-Aug-07 20:34 
AnswerRe: unload form in the vb.net Pin
Vimalsoft(Pty) Ltd30-Aug-07 0:31
professionalVimalsoft(Pty) Ltd30-Aug-07 0:31 
QuestionHow to highlight first row in a ListView? [modified] Pin
siroseanneako29-Aug-07 19:13
siroseanneako29-Aug-07 19:13 
AnswerRe: How to highlight first row in a ListView? Pin
Jason Teagle29-Aug-07 23:51
Jason Teagle29-Aug-07 23:51 
GeneralRe: How to highlight first row in a ListView? Pin
siroseanneako30-Aug-07 20:12
siroseanneako30-Aug-07 20:12 
QuestionError when loading form Pin
Mekong River29-Aug-07 18:56
Mekong River29-Aug-07 18:56 

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.