Click here to Skip to main content
16,007,760 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Reference DLL in VB.NET 2003 Pin
Dave Kreskowiak1-Nov-07 13:38
mveDave Kreskowiak1-Nov-07 13:38 
GeneralRe: Reference DLL in VB.NET 2003 Pin
kendo171-Nov-07 14:58
kendo171-Nov-07 14:58 
QuestionDatabase connection Pin
s3rro1-Nov-07 10:31
s3rro1-Nov-07 10:31 
AnswerRe: Database connection Pin
Dave Kreskowiak1-Nov-07 10:37
mveDave Kreskowiak1-Nov-07 10:37 
AnswerRe: Database connection Pin
Paul Conrad1-Nov-07 15:53
professionalPaul Conrad1-Nov-07 15:53 
GeneralRe: Database connection Pin
Luc Pattyn1-Nov-07 16:02
sitebuilderLuc Pattyn1-Nov-07 16:02 
Questionuse PAINT method in TEXTBOX Pin
saeed_rezaei1-Nov-07 9:41
saeed_rezaei1-Nov-07 9:41 
AnswerRe: use PAINT method in TEXTBOX Pin
Luc Pattyn1-Nov-07 9:56
sitebuilderLuc Pattyn1-Nov-07 9:56 
Hi,


saeed_rezaei wrote:
unfortunately this control donthave PAINT method




Paint event belongs to Control, and TextBox inherits from Control, so it does have one.

This is what MSDN tell us about it: "This event supports the .NET Framework infrastructure
and is not intended to be used directly from your code.
Occurs when the control is redrawn. This event is not relevant for this class. "

I suggest you try attaching a Paint handler to it and see if and when it gets called...

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


AnswerRe: use PAINT method in TEXTBOX Pin
Christian Graus1-Nov-07 10:52
protectorChristian Graus1-Nov-07 10:52 
AnswerRe: use PAINT method in TEXTBOX Pin
Ajay.k_Singh1-Nov-07 11:18
Ajay.k_Singh1-Nov-07 11:18 
QuestionLimits of OpenFileDialog (Compact Framework) Pin
Hurricane30001-Nov-07 7:31
Hurricane30001-Nov-07 7:31 
QuestionAdding and nameing Columns To Datagrid Pin
FreakNikon1-Nov-07 4:06
FreakNikon1-Nov-07 4:06 
AnswerRe: Adding and nameing Columns To Datagrid Pin
AliAmjad1-Nov-07 4:37
AliAmjad1-Nov-07 4:37 
Questioninput validation Pin
Abbhie1-Nov-07 2:32
Abbhie1-Nov-07 2:32 
AnswerRe: input validation Pin
AliAmjad1-Nov-07 2:45
AliAmjad1-Nov-07 2:45 
GeneralRe: input validation Pin
Abbhie1-Nov-07 3:37
Abbhie1-Nov-07 3:37 
GeneralRe: input validation Pin
AliAmjad1-Nov-07 4:57
AliAmjad1-Nov-07 4:57 
QuestionRe: input validation Pin
bob3231-Nov-07 11:15
bob3231-Nov-07 11:15 
AnswerRe: input validation Pin
The ANZAC1-Nov-07 21:55
The ANZAC1-Nov-07 21:55 
GeneralRe: input validation Pin
The ANZAC1-Nov-07 21:52
The ANZAC1-Nov-07 21:52 
AnswerRe: input validation Pin
The ANZAC1-Nov-07 21:51
The ANZAC1-Nov-07 21:51 
QuestionAbstract Class Pin
danasegaranea1-Nov-07 1:49
danasegaranea1-Nov-07 1:49 
AnswerRe: Abstract Class Pin
AliAmjad1-Nov-07 2:51
AliAmjad1-Nov-07 2:51 
GeneralRe: Abstract Class Pin
danasegaranea1-Nov-07 3:14
danasegaranea1-Nov-07 3:14 
GeneralRe: Abstract Class Pin
AliAmjad1-Nov-07 3:33
AliAmjad1-Nov-07 3:33 

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.