Click here to Skip to main content
16,015,077 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiontimer Pin
bapu28893-Dec-06 7:30
bapu28893-Dec-06 7:30 
AnswerRe: timer Pin
Guffa3-Dec-06 8:48
Guffa3-Dec-06 8:48 
QuestionRe: timer Pin
bapu28894-Dec-06 8:20
bapu28894-Dec-06 8:20 
AnswerRe: timer Pin
Dave Kreskowiak3-Dec-06 12:13
mveDave Kreskowiak3-Dec-06 12:13 
QuestionRegarding Crystal report Pin
Rmesh3-Dec-06 3:59
Rmesh3-Dec-06 3:59 
AnswerRe: Regarding Crystal report Pin
pathak783-Dec-06 18:31
pathak783-Dec-06 18:31 
GeneralRe: Regarding Crystal report Pin
Rmesh4-Dec-06 0:43
Rmesh4-Dec-06 0:43 
NewsCan't find ComponentModel.Design.MultilineStringEditor Pin
Malhavoc3-Dec-06 2:45
Malhavoc3-Dec-06 2:45 
I'm trying to use a PropertyGrid to let the user quickly edit a class' property. In order to do this in the better way possible, I'm using tags like this in the class' properties:

Private mText As String
<description("bla bla="" bla")=""> _
<editor(gettype(system.componentmodel.design.multilinestringeditor), gettype(system.drawing.design.uitypeeditor))=""> _
Public Property Text() As String
Get
Return mText
End Get
Set(ByVal value As String)
mText = value
End Set
End Property

However, the compiler always tells me there is no definition for System.ComponentModel.Design.MultilineStringEditor. This seems strange, since I've browsed many sites and they were using the same exact line of codes. I've also included these namespaces, but with no success:

Imports System.ComponentModel.Design
Imports System.ComponentModel
Imports System.Drawing.Design
Imports System.Drawing.Design.UITypeEditor


..maybe do I need to add some reference to the project? Otherwise, where am I wrong?
GeneralRe: Can't find ComponentModel.Design.MultilineStringEditor Pin
visualhint4-Dec-06 2:18
visualhint4-Dec-06 2:18 
GeneralRe: Can't find ComponentModel.Design.MultilineStringEditor Pin
Malhavoc4-Dec-06 2:30
Malhavoc4-Dec-06 2:30 
Questionsql statement Pin
obarahmeh2-Dec-06 23:45
obarahmeh2-Dec-06 23:45 
AnswerRe: sql statement Pin
Tamimi - Code2-Dec-06 23:57
Tamimi - Code2-Dec-06 23:57 
GeneralRe: sql statement Pin
obarahmeh3-Dec-06 0:05
obarahmeh3-Dec-06 0:05 
AnswerRe: sql statement Pin
Christian Graus2-Dec-06 23:59
protectorChristian Graus2-Dec-06 23:59 
AnswerRe: sql statement Pin
Christian Graus3-Dec-06 0:38
protectorChristian Graus3-Dec-06 0:38 
GeneralRe: sql statement Pin
obarahmeh3-Dec-06 0:59
obarahmeh3-Dec-06 0:59 
AnswerRe: sql statement Pin
Guffa3-Dec-06 7:14
Guffa3-Dec-06 7:14 
AnswerRe: sql statement Pin

MmM.net</

3-Dec-06 21:55

MmM.net</

3-Dec-06 21:55 
AnswerRe: sql statement Pin
ChandraRam3-Dec-06 22:13
ChandraRam3-Dec-06 22:13 
GeneralRe: sql statement Pin
obarahmeh4-Dec-06 2:47
obarahmeh4-Dec-06 2:47 
QuestionPrevent DataGridView selecting a row - is it possible? Pin
nzmike2-Dec-06 21:04
nzmike2-Dec-06 21:04 
AnswerRe: Prevent DataGridView selecting a row - is it possible? Pin
Leah_Garrett3-Dec-06 13:53
Leah_Garrett3-Dec-06 13:53 
GeneralRe: Prevent DataGridView selecting a row - is it possible? Pin
nzmike3-Dec-06 21:44
nzmike3-Dec-06 21:44 
GeneralRe: Prevent DataGridView selecting a row - is it possible? Pin
DA_Loring30-Mar-07 5:07
DA_Loring30-Mar-07 5:07 
QuestionDatabase Issues Pin
The ANZAC2-Dec-06 18:56
The ANZAC2-Dec-06 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.