Click here to Skip to main content
15,899,474 members
Home / Discussions / C#
   

C#

 
GeneralRe: Read location in .lnk (shortcut) file Pin
StyrofoamSUV15-Jul-06 6:46
StyrofoamSUV15-Jul-06 6:46 
QuestionHow can I display a .mht file on a webBrwoser control? Pin
AngryC14-Jul-06 15:49
AngryC14-Jul-06 15:49 
AnswerRe: How can I display a .mht file on a webBrwoser control? Pin
Andrew Lygin14-Jul-06 19:20
Andrew Lygin14-Jul-06 19:20 
QuestionStringCollection Property Design Time Editing Pin
Loophole14-Jul-06 13:10
Loophole14-Jul-06 13:10 
AnswerRe: StringCollection Property Design Time Editing Pin
Robert Rohde15-Jul-06 11:13
Robert Rohde15-Jul-06 11:13 
GeneralRe: StringCollection Property Design Time Editing Pin
Loophole17-Jul-06 6:12
Loophole17-Jul-06 6:12 
GeneralRe: StringCollection Property Design Time Editing Pin
Robert Rohde17-Jul-06 7:14
Robert Rohde17-Jul-06 7:14 
GeneralRe: StringCollection Property Design Time Editing [modified] Pin
Loophole20-Jul-06 7:11
Loophole20-Jul-06 7:11 
There's no + sign next to the property in the property grid. There is an elipse to the right of it that brings up a "String collection editor," which I did not specify.

Like I said before, it writes 'String[]-Array' as the attribute for the property in the SOURCE CODE of the page. The strings themselves do not get recorded properly in the source of the page.

I'm using VS 2005, if that makes a difference.

I'll try adding a typeconverter, but I feel like I'm just going back down the same road I took with the StringCollection type.

Edit: After I populate the array in the string collection editor, I do see a + next to the array in the editor, as you said. But it still doesn't populate it in the source properly.

Edit: I got it working! It turns out there's a prebuilt type conerter for string arrays, and I just had to specify it above the property:

TypeConverter(typeof(StringArrayConverter))

Now everything propagates properly. Thanks for the advice!

-- modified at 13:15 Thursday 20th July, 2006
GeneralRe: StringCollection Property Design Time Editing Pin
Robert Rohde20-Jul-06 10:37
Robert Rohde20-Jul-06 10:37 
QuestionLaunch other program in mdi? Pin
Toreddo14-Jul-06 11:59
Toreddo14-Jul-06 11:59 
AnswerRe: Launch other program in mdi? Pin
Dave Kreskowiak14-Jul-06 16:33
mveDave Kreskowiak14-Jul-06 16:33 
GeneralRe: Launch other program in mdi? Pin
Toreddo14-Jul-06 20:06
Toreddo14-Jul-06 20:06 
GeneralRe: Launch other program in mdi? Pin
Colin Angus Mackay14-Jul-06 21:57
Colin Angus Mackay14-Jul-06 21:57 
GeneralRe: Launch other program in mdi? Pin
Toreddo15-Jul-06 2:26
Toreddo15-Jul-06 2:26 
AnswerRe: Launch other program in mdi? Pin
stancrm14-Jul-06 23:16
stancrm14-Jul-06 23:16 
GeneralRe: Launch other program in mdi? Pin
Toreddo15-Jul-06 2:28
Toreddo15-Jul-06 2:28 
AnswerRe: Launch other program in mdi? Pin
Eran Aharonovich16-Jul-06 3:47
Eran Aharonovich16-Jul-06 3:47 
QuestionSession Variables IIS Pin
oskardiazdeleon14-Jul-06 11:01
oskardiazdeleon14-Jul-06 11:01 
AnswerRe: Session Variables IIS Pin
oskardiazdeleon23-Jul-06 12:59
oskardiazdeleon23-Jul-06 12:59 
QuestionIssues with SetNotificationPositions Pin
flend14-Jul-06 10:03
flend14-Jul-06 10:03 
Questionhow to get largest element from list Pin
_ra14-Jul-06 9:35
_ra14-Jul-06 9:35 
AnswerWrite a comparer for some object Pin
Ennis Ray Lynch, Jr.14-Jul-06 9:40
Ennis Ray Lynch, Jr.14-Jul-06 9:40 
GeneralRe: Write a comparer for some object Pin
_ra14-Jul-06 10:28
_ra14-Jul-06 10:28 
AnswerRe: Write a comparer for some object Pin
Ravi Bhavnani14-Jul-06 10:38
professionalRavi Bhavnani14-Jul-06 10:38 
AnswerRe: how to get largest element from list Pin
BoneSoft14-Jul-06 12:01
BoneSoft14-Jul-06 12:01 

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.