Click here to Skip to main content
15,913,313 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Developing a component... Pin
Dave Kreskowiak20-May-04 1:06
mveDave Kreskowiak20-May-04 1:06 
GeneralRe: Developing a component... Pin
Michael P Butler20-May-04 2:42
Michael P Butler20-May-04 2:42 
GeneralVB Call syntax error WHY! WHY! WHY! Pin
beerc0der19-May-04 13:48
beerc0der19-May-04 13:48 
GeneralRe: VB Call syntax error WHY! WHY! WHY! Pin
Dave Kreskowiak19-May-04 17:19
mveDave Kreskowiak19-May-04 17:19 
GeneralRe: VB Call syntax error WHY! WHY! WHY! Pin
beerc0der20-May-04 14:53
beerc0der20-May-04 14:53 
GeneralRe: VB Call syntax error WHY! WHY! WHY! Pin
Ahmad Rifai Yusuf19-May-04 18:01
Ahmad Rifai Yusuf19-May-04 18:01 
QuestionDraw form graphics over top of form controls? Pin
MCTMike19-May-04 8:01
MCTMike19-May-04 8:01 
AnswerRe: Draw form graphics over top of form controls? Pin
Dave Kreskowiak19-May-04 8:13
mveDave Kreskowiak19-May-04 8:13 
I've never done what your talking about, but there are two possibilities...

1) Override the OnPaint eventof your form. The first thing you'll do is call MyBase.OnPaint(e) with the PaintEventArgs you were given in the function header. Then when that call completes, you can use the hWnd handle in the PaintEventArgs to paint everything else you need to, like your lines that go on top of controls.

2) You might have to look into overriding WndProc. What I think your going to have to do is when you get a WM_PAINT message, you'll call MyBase.WndProc(msg) to have the underlying code paint everything for you, then you'll start your painting code to draw your lines as in 1.

I hope that's clear enough... Big Grin | :-D


RageInTheMachine9532
"...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralCreate my own installation program Pin
Pim-Pom19-May-04 3:12
Pim-Pom19-May-04 3:12 
GeneralRe: Create my own installation program Pin
Dave Kreskowiak19-May-04 3:40
mveDave Kreskowiak19-May-04 3:40 
GeneralRe: Create my own installation program Pin
Member 110929919-May-04 4:18
Member 110929919-May-04 4:18 
GeneralRe: Create my own installation program Pin
Pim-Pom19-May-04 6:24
Pim-Pom19-May-04 6:24 
GeneralRe: Create my own installation program Pin
Dave Kreskowiak19-May-04 8:01
mveDave Kreskowiak19-May-04 8:01 
GeneralRe: Create my own installation program Pin
Pim-Pom19-May-04 11:18
Pim-Pom19-May-04 11:18 
GeneralRe: Create my own installation program Pin
Dave Kreskowiak19-May-04 17:26
mveDave Kreskowiak19-May-04 17:26 
GeneralRe: Create my own installation program Pin
Pim-Pom19-May-04 23:21
Pim-Pom19-May-04 23:21 
GeneralRSA Cryptography Pin
klauszanini@hotmail.com19-May-04 2:43
klauszanini@hotmail.com19-May-04 2:43 
GeneralRe: RSA Cryptography Pin
Dave Kreskowiak19-May-04 2:56
mveDave Kreskowiak19-May-04 2:56 
Generalhome bookkeeping Pin
dmacca018-May-04 23:10
dmacca018-May-04 23:10 
GeneralRe: home bookkeeping Pin
klauszanini@hotmail.com19-May-04 2:38
klauszanini@hotmail.com19-May-04 2:38 
GeneralRe: home bookkeeping Pin
Dave Kreskowiak19-May-04 3:01
mveDave Kreskowiak19-May-04 3:01 
GeneralApplication Object Model Pin
beowulfagate18-May-04 23:01
beowulfagate18-May-04 23:01 
GeneralRe: Application Object Model Pin
RichardGrimmer26-May-04 3:33
RichardGrimmer26-May-04 3:33 
GeneralBackground image in treeview. Pin
scurhee18-May-04 19:07
scurhee18-May-04 19:07 
GeneralRe: Background image in treeview. Pin
Dave Kreskowiak19-May-04 0:52
mveDave Kreskowiak19-May-04 0:52 

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.