Click here to Skip to main content
15,904,652 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Bringing specific app to the front Pin
UltraCoder16-Oct-06 9:23
UltraCoder16-Oct-06 9:23 
Questionexcel to sql in vb.net(windows forms) Pin
deepakkp16-Oct-06 1:01
deepakkp16-Oct-06 1:01 
AnswerRe: excel to sql in vb.net(windows forms) Pin
gspowar16-Oct-06 1:26
gspowar16-Oct-06 1:26 
Questionexcel to sql Pin
deepakkp16-Oct-06 0:57
deepakkp16-Oct-06 0:57 
AnswerRe: excel to sql Pin
chat_sp2001@yahoo.com16-Oct-06 4:17
chat_sp2001@yahoo.com16-Oct-06 4:17 
Questionurgently help Pin
ela_8516-Oct-06 0:47
ela_8516-Oct-06 0:47 
AnswerRe: urgently help Pin
Colin Angus Mackay16-Oct-06 0:50
Colin Angus Mackay16-Oct-06 0:50 
AnswerRe: urgently help Pin
Polymorpher16-Oct-06 8:59
Polymorpher16-Oct-06 8:59 
I think what your asking is how does it know what graphics to create? If so the answer is, because you are likely using a subclass of a control...like a form, or a button, or something along those lines...the Base class knows how to create its own graphics and when you call CreateGraphics() you are really calling Me.CreateGraphics() which would be your base class implementation of CreateGrapics unless you have overriden it.

In short, Microsoft designed controls that know how to draw themseleves, your just tying into that.

Pablo
Sometimes I think there's no reason to get out of bed . . . then I feel wet, and I realize there is.

QuestionVB6 + API => File open lag Pin
P Ern16-Oct-06 0:40
P Ern16-Oct-06 0:40 
Questionvb.net macro Pin
gspowar16-Oct-06 0:12
gspowar16-Oct-06 0:12 
AnswerRe: vb.net macro Pin
Dave Kreskowiak16-Oct-06 9:23
mveDave Kreskowiak16-Oct-06 9:23 
QuestionRe: vb.net macro Pin
gspowar17-Oct-06 0:14
gspowar17-Oct-06 0:14 
AnswerRe: vb.net macro Pin
Dave Kreskowiak17-Oct-06 2:10
mveDave Kreskowiak17-Oct-06 2:10 
GeneralRe: vb.net macro Pin
gspowar17-Oct-06 19:30
gspowar17-Oct-06 19:30 
Questionstoring .wmv file in database Pin
ghelai_cute16-Oct-06 0:11
ghelai_cute16-Oct-06 0:11 
QuestionSPLIT() Pin
Mr kilany15-Oct-06 22:47
Mr kilany15-Oct-06 22:47 
AnswerRe: SPLIT() Pin
Guffa15-Oct-06 23:25
Guffa15-Oct-06 23:25 
QuestionChanging / renaming a CN in Active Directory Pin
Narfix15-Oct-06 22:43
professionalNarfix15-Oct-06 22:43 
AnswerRe: Changing / renaming a CN in Active Directory Pin
Narfix16-Oct-06 1:48
professionalNarfix16-Oct-06 1:48 
QuestionNeed Help !!! - Plagiarism tool Pin
Jats_4ru15-Oct-06 20:11
Jats_4ru15-Oct-06 20:11 
AnswerRe: Need Help !!! - Plagiarism tool Pin
Dave Sexton15-Oct-06 21:25
Dave Sexton15-Oct-06 21:25 
QuestionSave images in Access Using VB6 Pin
Kiran S. S.15-Oct-06 20:05
Kiran S. S.15-Oct-06 20:05 
AnswerRe: Save images in Access Using VB6 Pin
shreekar16-Oct-06 19:39
shreekar16-Oct-06 19:39 
QuestionHow to trap enter,esc and arrow key in datagrid Pin
hisuman10015-Oct-06 19:08
hisuman10015-Oct-06 19:08 
AnswerRe: How to trap enter,esc and arrow key in datagrid Pin
nlarson1118-Oct-06 9:36
nlarson1118-Oct-06 9:36 

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.