Click here to Skip to main content
15,881,882 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How can a get the content of word file page by page Pin
isidor719-May-07 8:31
isidor719-May-07 8:31 
GeneralRe: How can a get the content of word file page by page Pin
koolprasad200320-May-07 20:02
professionalkoolprasad200320-May-07 20:02 
QuestionThreading Pin
Taylor Kobani18-May-07 23:51
Taylor Kobani18-May-07 23:51 
QuestionRe: Threading Pin
Sonia Gupta18-May-07 23:56
Sonia Gupta18-May-07 23:56 
AnswerRe: Threading Pin
isidor719-May-07 8:42
isidor719-May-07 8:42 
AnswerRe: Threading Pin
Dave Kreskowiak20-May-07 3:59
mveDave Kreskowiak20-May-07 3:59 
GeneralRe: Threading Pin
Taylor Kobani22-May-07 8:33
Taylor Kobani22-May-07 8:33 
QuestionCustom Control Collection Pin
The ANZAC18-May-07 23:42
The ANZAC18-May-07 23:42 
I've created a custom control that consists of two textboxes and a treeview. For the control i've added a new property:
Public Property Collection() As List(Of String)<br />
    Get<br />
        Collection = ItemsList<br />
    End Get<br />
    Set(ByVal value As List(Of String))<br />
        ItemsList = value<br />
    End Set<br />
End Property


When I add the control to a form and go to the collections property it offers an ellipses button that opens the 'string collection editor' which is built into Visual studio. This is what I wanted, however, when I click to add a new item to the collection it pops up an error message:
Constructor on type 'System.String' not found.

Can any one offer a solution as to why this is happening. I don't exactly understand what it means by constructer and I have no idea how to implement the constructor to add Strings to the collection.

What I want to do is be able to at least add individual items, then, eventually subitems etc.



Posted by The ANZAC

QuestionApplication hang declaring object Pin
EldieBongers18-May-07 23:40
EldieBongers18-May-07 23:40 
QuestionThankx Dave Kreskowiak ,but problem of word...! Pin
koolprasad200318-May-07 20:45
professionalkoolprasad200318-May-07 20:45 
AnswerRe: Thankx Dave Kreskowiak ,but problem of word...! Pin
Dave Kreskowiak19-May-07 17:57
mveDave Kreskowiak19-May-07 17:57 
QuestionSSRS Subscription From .Net Pin
praveenkjohn18-May-07 19:52
praveenkjohn18-May-07 19:52 
AnswerRe: SSRS Subscription From .Net Pin
Dave Kreskowiak19-May-07 4:24
mveDave Kreskowiak19-May-07 4:24 
QuestionExport SQL to Access Pin
danasegaranea18-May-07 19:48
danasegaranea18-May-07 19:48 
AnswerRe: Export SQL to Access Pin
Dave Kreskowiak19-May-07 4:20
mveDave Kreskowiak19-May-07 4:20 
QuestionA small doubt Pin
Dileep_Vickey18-May-07 19:00
Dileep_Vickey18-May-07 19:00 
AnswerRe: A small doubt Pin
Christian Graus19-May-07 0:52
protectorChristian Graus19-May-07 0:52 
AnswerRe: A small doubt Pin
isidor719-May-07 8:36
isidor719-May-07 8:36 
Questionstrarting to learn remoting need help Pin
maytel mynt18-May-07 15:24
maytel mynt18-May-07 15:24 
AnswerRe: strarting to learn remoting need help Pin
MatrixCoder18-May-07 16:15
MatrixCoder18-May-07 16:15 
AnswerRe: strarting to learn remoting need help Pin
Dave Kreskowiak19-May-07 4:15
mveDave Kreskowiak19-May-07 4:15 
GeneralRe: strarting to learn remoting need help Pin
maytel mynt21-May-07 14:28
maytel mynt21-May-07 14:28 
QuestionDriver File name .SYS Pin
somchoto18-May-07 15:12
somchoto18-May-07 15:12 
AnswerRe: Driver File name .SYS Pin
Christian Graus18-May-07 15:30
protectorChristian Graus18-May-07 15:30 
QuestionOracle stored procedures with VB.net Pin
Larry Gaukel18-May-07 9:09
Larry Gaukel18-May-07 9:09 

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.