Click here to Skip to main content
15,921,884 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionBlock Installation Pin
SamRST2-Oct-07 23:53
SamRST2-Oct-07 23:53 
AnswerRe: Block Installation Pin
Christian Graus2-Oct-07 23:57
protectorChristian Graus2-Oct-07 23:57 
GeneralRe: Block Installation Pin
SamRST3-Oct-07 0:06
SamRST3-Oct-07 0:06 
GeneralRe: Block Installation Pin
nishkarsh_k3-Oct-07 0:16
nishkarsh_k3-Oct-07 0:16 
QuestionHow to get the control properties into xml file [modified] Pin
VB 8.02-Oct-07 23:42
VB 8.02-Oct-07 23:42 
AnswerRe: How to get the control properties into xml file Pin
Tom Deketelaere3-Oct-07 0:18
professionalTom Deketelaere3-Oct-07 0:18 
AnswerRe: How to get the control properties into xml file Pin
Dave Kreskowiak3-Oct-07 3:58
mveDave Kreskowiak3-Oct-07 3:58 
GeneralRe: How to get the control properties into xml file Pin
VB 8.05-Oct-07 0:26
VB 8.05-Oct-07 0:26 
Thanks For Replying ,


Hi , now i am using my own custom propertygrid for runtime controls when i am clicking on textbox it is showing properties . I am showing font,backcolor,location ,like some properties

1) How to create the wordwrap,TextAlign properties .

2) Now the problem arises with borderstyle ,Multiline and some other Properties while selecting textbox, I am not able to set these properties .These are not there by default for runtime ctr.I created the properties for borderstyle,. I dont know how to create the property for TextAlign . NOt Coming with (System.Win.Forms.TextboxBase)

3) In PropertyGrid1_PropertyValueChanged , i am writing like this
 Case "Font"<br />
                ctr.Font = e.ChangedItem.Value<br />
Select Case e.ChangedItem.Label<br />
<br />
            Case "BackColor"<br />
                ctr.BackColor = e.ChangedItem.Value<br />
<br />
            Case "BorderStyle"<br />
if ctype(sender,TextBox) then  '''Borderstyle not coming   <br />
        ctr.BorderStyle( Not Coming)  = e.ChangedItem.Value   <br />
          <br />
 Dim ctr As New TextBox  ''If i use like this only borderstyle is coming "<br />
 ctr.BorderStyle( Coming)  = e.ChangedItem.Value  ' but Not working <br />


waiting For Reply ......

DVSriram
Questionwindows service Pin
IETaxguard2-Oct-07 23:31
IETaxguard2-Oct-07 23:31 
AnswerRe: windows service Pin
Dave Kreskowiak3-Oct-07 3:48
mveDave Kreskowiak3-Oct-07 3:48 
GeneralRe: windows service Pin
IETaxguard3-Oct-07 4:03
IETaxguard3-Oct-07 4:03 
GeneralRe: windows service Pin
Dave Kreskowiak3-Oct-07 4:29
mveDave Kreskowiak3-Oct-07 4:29 
QuestionEunice Pin
Eunice (VB junior)2-Oct-07 23:23
Eunice (VB junior)2-Oct-07 23:23 
AnswerRe: Eunice Pin
Christian Graus2-Oct-07 23:41
protectorChristian Graus2-Oct-07 23:41 
Generalrandom bug.... how to solve? Pin
Eunice (VB junior)3-Oct-07 14:27
Eunice (VB junior)3-Oct-07 14:27 
QuestionWhere's Refractor? Pin
blackjack21502-Oct-07 23:06
blackjack21502-Oct-07 23:06 
AnswerRe: Where's Refractor? Pin
Christian Graus2-Oct-07 23:19
protectorChristian Graus2-Oct-07 23:19 
GeneralRe: Where's Refractor? Pin
blackjack21502-Oct-07 23:47
blackjack21502-Oct-07 23:47 
QuestionTextbox Vlidation Pin
Ursrathi2-Oct-07 22:32
Ursrathi2-Oct-07 22:32 
AnswerRe: Textbox Vlidation Pin
Christian Graus2-Oct-07 23:17
protectorChristian Graus2-Oct-07 23:17 
GeneralRe: Textbox Vlidation Pin
C1AllenS2-Oct-07 23:45
C1AllenS2-Oct-07 23:45 
GeneralRe: Textbox Vlidation Pin
Christian Graus2-Oct-07 23:55
protectorChristian Graus2-Oct-07 23:55 
GeneralRe: Textbox Vlidation Pin
nishkarsh_k3-Oct-07 0:24
nishkarsh_k3-Oct-07 0:24 
Questionsearch in vb 2005 Pin
apaisaloi2-Oct-07 22:11
apaisaloi2-Oct-07 22:11 
AnswerRe: search in vb 2005 Pin
Christian Graus2-Oct-07 23:18
protectorChristian Graus2-Oct-07 23:18 

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.