Click here to Skip to main content
16,016,910 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Communication between BLL and DAL in this Code Pin
Vimalsoft(Pty) Ltd1-Oct-07 0:02
professionalVimalsoft(Pty) Ltd1-Oct-07 0:02 
GeneralRe: Communication between BLL and DAL in this Code Pin
Christian Graus1-Oct-07 1:06
protectorChristian Graus1-Oct-07 1:06 
QuestionCreating a custom control in VB Pin
madTN30-Sep-07 21:57
madTN30-Sep-07 21:57 
AnswerRe: Creating a custom control in VB Pin
Guffa30-Sep-07 22:11
Guffa30-Sep-07 22:11 
GeneralRe: Creating a custom control in VB Pin
madTN30-Sep-07 22:25
madTN30-Sep-07 22:25 
GeneralRe: Creating a custom control in VB Pin
Christian Graus30-Sep-07 22:47
protectorChristian Graus30-Sep-07 22:47 
GeneralRe: Creating a custom control in VB Pin
madTN30-Sep-07 23:04
madTN30-Sep-07 23:04 
AnswerRe: Creating a custom control in VB Pin
Guffa30-Sep-07 23:09
Guffa30-Sep-07 23:09 
Yes. You just override the Paint method. That will be called whenever the control is drawn, so you call the base implementation of the method to do the original drawing, then you can draw whatever you like on the control. The event arguments sent to the method contains a graphics object that you should use for doing the drawing.

---
single minded; short sighted; long gone;

GeneralRe: Creating a custom control in VB Pin
Christian Graus30-Sep-07 23:21
protectorChristian Graus30-Sep-07 23:21 
Questionhide the welcome screen Pin
VAHINI0230-Sep-07 21:43
VAHINI0230-Sep-07 21:43 
AnswerRe: hide the welcome screen Pin
Christian Graus30-Sep-07 22:45
protectorChristian Graus30-Sep-07 22:45 
AnswerRe: hide the welcome screen Pin
Tom Deketelaere30-Sep-07 22:45
professionalTom Deketelaere30-Sep-07 22:45 
GeneralRe: hide the welcome screen Pin
Dave Kreskowiak1-Oct-07 1:49
mveDave Kreskowiak1-Oct-07 1:49 
GeneralRe: hide the welcome screen Pin
Tom Deketelaere1-Oct-07 2:32
professionalTom Deketelaere1-Oct-07 2:32 
QuestionMSADDNDR Registration Pin
Dreamer200730-Sep-07 21:32
Dreamer200730-Sep-07 21:32 
AnswerRe: MSADDNDR Registration Pin
Dave Kreskowiak1-Oct-07 1:46
mveDave Kreskowiak1-Oct-07 1:46 
QuestionLog-in to a page with pop-up authentication from a different web form [modified] Pin
berd1230-Sep-07 18:32
berd1230-Sep-07 18:32 
AnswerRe: Log-in to a page with pop-up authentication from a different web form Pin
Dave Kreskowiak1-Oct-07 1:43
mveDave Kreskowiak1-Oct-07 1:43 
QuestionSingle Instances share Data space? Pin
Indrora30-Sep-07 7:18
Indrora30-Sep-07 7:18 
AnswerRe: Single Instances share Data space? Pin
Dave Kreskowiak1-Oct-07 3:58
mveDave Kreskowiak1-Oct-07 3:58 
QuestionUpdating database Pin
Mr Oizo30-Sep-07 5:23
Mr Oizo30-Sep-07 5:23 
AnswerRe: Updating database Pin
GuyThiebaut30-Sep-07 9:30
professionalGuyThiebaut30-Sep-07 9:30 
GeneralRe: Updating database Pin
Mr Oizo30-Sep-07 10:40
Mr Oizo30-Sep-07 10:40 
GeneralRe: Updating database Pin
GuyThiebaut30-Sep-07 10:55
professionalGuyThiebaut30-Sep-07 10:55 
GeneralRe: Updating database Pin
Mr Oizo30-Sep-07 21:08
Mr Oizo30-Sep-07 21:08 

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.