Click here to Skip to main content
15,912,457 members
Home / Discussions / C#
   

C#

 
GeneralRe: Remoting error Pin
Heath Stewart5-Mar-04 8:28
protectorHeath Stewart5-Mar-04 8:28 
GeneralRe: Remoting error Pin
Kant5-Mar-04 9:12
Kant5-Mar-04 9:12 
GeneralRe: Remoting error Pin
Heath Stewart5-Mar-04 9:27
protectorHeath Stewart5-Mar-04 9:27 
GeneralRe: Remoting error Pin
Kant5-Mar-04 9:51
Kant5-Mar-04 9:51 
GeneralRe: Remoting error Pin
Judah Gabriel Himango5-Mar-04 8:32
sponsorJudah Gabriel Himango5-Mar-04 8:32 
GeneralDrawing column headers Pin
Amberite005-Mar-04 8:10
Amberite005-Mar-04 8:10 
GeneralRe: Drawing column headers Pin
Heath Stewart5-Mar-04 8:27
protectorHeath Stewart5-Mar-04 8:27 
GeneralRe: Drawing column headers Pin
Amberite005-Mar-04 9:02
Amberite005-Mar-04 9:02 
Hi Heath,

Thx for the response! But, I still have problems with this...

I know about the invalidated region, but this is exactly what I'm worried about... For example, imagine the user scrolls down (assuming there are enough items). When he scrolls, the invalidated region is probably going to look something like {X=0, Y=300, <control_width>, <control_height -="" 300="">}, since windows will simply move whatever has already been painted up, and ask to draw just the part on the bottom that needs to be drawn. However, if my columns are simply drawn normally, it will scroll the columns up too! If this is the case, that means I need to step outside of the invalidated region (since the columns are all the way at the top, whereas windows wants to draw at the bottom), make a new Graphics object, and draw the columns OVER whatever is now at the top.

Isn't there any way to get around this?

Thx for all the help!

Yaron
GeneralRe: Drawing column headers Pin
Heath Stewart5-Mar-04 9:09
protectorHeath Stewart5-Mar-04 9:09 
GeneralRe: Drawing column headers Pin
Amberite005-Mar-04 9:13
Amberite005-Mar-04 9:13 
GeneralRe: Drawing column headers Pin
Heath Stewart5-Mar-04 9:37
protectorHeath Stewart5-Mar-04 9:37 
GeneralRe: Drawing column headers Pin
Amberite005-Mar-04 9:41
Amberite005-Mar-04 9:41 
GeneralInstall remote Window Service Pin
hxxbin5-Mar-04 4:43
hxxbin5-Mar-04 4:43 
GeneralCounting Items post RowFilter in a DataView Pin
MrEyes5-Mar-04 3:33
MrEyes5-Mar-04 3:33 
QuestionHow can I pull multiple icons from a single embedded bitmap? Pin
AppMaker885-Mar-04 1:20
AppMaker885-Mar-04 1:20 
AnswerRe: How can I pull multiple icons from a single embedded bitmap? Pin
Heath Stewart5-Mar-04 6:14
protectorHeath Stewart5-Mar-04 6:14 
GeneralGraphics, Bitmaps, and a Process that doesn't close Pin
Rendall4-Mar-04 23:35
Rendall4-Mar-04 23:35 
GeneralRe: Graphics, Bitmaps, and a Process that doesn't close Pin
Heath Stewart5-Mar-04 6:07
protectorHeath Stewart5-Mar-04 6:07 
GeneralRe: Graphics, Bitmaps, and a Process that doesn't close Pin
Rendall12-Mar-04 20:01
Rendall12-Mar-04 20:01 
GeneralRe: Graphics, Bitmaps, and a Process that doesn't close Pin
Rendall13-Mar-04 0:11
Rendall13-Mar-04 0:11 
GeneralMarshalling Problem Pin
nvenkat4-Mar-04 23:02
nvenkat4-Mar-04 23:02 
GeneralRe: Marshalling Problem Pin
Roman Rodov4-Mar-04 23:51
Roman Rodov4-Mar-04 23:51 
GeneralRe: Marshalling Problem Pin
nvenkat5-Mar-04 19:19
nvenkat5-Mar-04 19:19 
Generalchecklistbox problem Pin
ASGill4-Mar-04 21:34
ASGill4-Mar-04 21:34 
GeneralRe: checklistbox problem Pin
Mazdak4-Mar-04 21:40
Mazdak4-Mar-04 21:40 

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.