Click here to Skip to main content
15,886,823 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: changing the background color of single word in textbox [modified] Pin
Member 232448322-Jul-09 12:13
Member 232448322-Jul-09 12:13 
GeneralRe: changing the background color of single word in textbox Pin
Luc Pattyn22-Jul-09 12:25
sitebuilderLuc Pattyn22-Jul-09 12:25 
GeneralRe: changing the background color of single word in textbox Pin
Member 232448322-Jul-09 13:33
Member 232448322-Jul-09 13:33 
GeneralRe: changing the background color of single word in textbox Pin
Luc Pattyn22-Jul-09 13:41
sitebuilderLuc Pattyn22-Jul-09 13:41 
GeneralRe: changing the background color of single word in textbox Pin
Member 232448322-Jul-09 15:22
Member 232448322-Jul-09 15:22 
GeneralRe: changing the background color of single word in textbox Pin
Luc Pattyn22-Jul-09 15:39
sitebuilderLuc Pattyn22-Jul-09 15:39 
AnswerRe: changing the background color of single word in textbox Pin
Adrian Cole5-Aug-09 12:05
Adrian Cole5-Aug-09 12:05 
QuestionHow to restrict the string lenght in propertygrid item in vb.net [modified] Pin
dilipmca0421-Jul-09 21:07
dilipmca0421-Jul-09 21:07 
in propertygrid having name property .. How to restrict user only type in name property maximum 50 characters.. how to do this..always user is enter only 50 character ..after enter 51 character don't allow to typing..

This is the code i am adding Item in propertygrid..

<Category("Misc")> <Browsable(True)> <DisplayName("(Name)")> <Description("Indicates the name of the control to identify on the page")> _
Public Property Name() As String
Get
Return _Name
End Get
Set(ByVal value As String)
_Name = value
End Set
End Property

Thanks..

modified on Wednesday, July 22, 2009 6:46 AM

QuestionCustom UserControl and scrollbars Pin
invictus321-Jul-09 10:49
invictus321-Jul-09 10:49 
AnswerRe: Custom UserControl and scrollbars Pin
Eddy Vluggen22-Jul-09 21:58
professionalEddy Vluggen22-Jul-09 21:58 
Questioncode for retreving user DSN's Pin
chennu Jul2920-Jul-09 20:50
chennu Jul2920-Jul-09 20:50 
Questiontype initializer for 'Gdip' threw an exception Pin
baldree20-Jul-09 13:46
baldree20-Jul-09 13:46 
Questionhow return Dataadapter and dataset from function in class file for multiple use Pin
hemrk20-Jul-09 6:08
hemrk20-Jul-09 6:08 
AnswerRe: how return Dataadapter and dataset from function in class file for multiple use Pin
DoctorMick20-Jul-09 6:16
DoctorMick20-Jul-09 6:16 
GeneralHelp on how to build sms web portal for my church for e-evengenlism Pin
abbah19-Jul-09 22:51
abbah19-Jul-09 22:51 
GeneralRe: Help on how to build sms web portal for my church for e-evengenlism Pin
Dave Kreskowiak21-Jul-09 4:25
mveDave Kreskowiak21-Jul-09 4:25 
JokeRe: Help on how to build sms web portal for my church for e-evengenlism Pin
Paul Conrad26-Jul-09 11:11
professionalPaul Conrad26-Jul-09 11:11 
Question"extended version" of post to Lounge : Applause ! : shareware version of AlphaForm now on CP, and free [modified] Pin
BillWoodruff19-Jul-09 15:04
professionalBillWoodruff19-Jul-09 15:04 
Questionhow to programatically raise keyPress event of a user control? Pin
imak19-Jul-09 9:54
imak19-Jul-09 9:54 
AnswerRe: how to programatically raise keyPress event of a user control? Pin
Luc Pattyn19-Jul-09 10:33
sitebuilderLuc Pattyn19-Jul-09 10:33 
GeneralRe: how to programatically raise keyPress event of a user control? Pin
imak19-Jul-09 10:45
imak19-Jul-09 10:45 
GeneralRe: how to programatically raise keyPress event of a user control? Pin
imak20-Jul-09 4:43
imak20-Jul-09 4:43 
QuestionHow to access the form controls in the thread Pin
K V Sekhar17-Jul-09 23:41
K V Sekhar17-Jul-09 23:41 
AnswerRe: How to access the form controls in the thread Pin
Luc Pattyn18-Jul-09 0:02
sitebuilderLuc Pattyn18-Jul-09 0:02 
GeneralRe: How to access the form controls in the thread Pin
K V Sekhar18-Jul-09 1:00
K V Sekhar18-Jul-09 1:00 

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.