Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
GeneralDatatables and XML Pin
draco_iii21-Jul-03 9:32
draco_iii21-Jul-03 9:32 
GeneralRe: Datatables and XML Pin
Ista21-Jul-03 17:11
Ista21-Jul-03 17:11 
GeneralDisplaying Version and Build info in my program. Pin
frogb0x21-Jul-03 9:21
frogb0x21-Jul-03 9:21 
GeneralRe: Displaying Version and Build info in my program. Pin
Anonymous21-Jul-03 10:42
Anonymous21-Jul-03 10:42 
GeneralRe: Displaying Version and Build info in my program. Pin
frogb0x21-Jul-03 10:45
frogb0x21-Jul-03 10:45 
GeneralRe: Displaying Version and Build info in my program. Pin
sandman_max21-Jul-03 11:07
sandman_max21-Jul-03 11:07 
GeneralData source/Display memeber works but data binding doesnt Pin
Anonymous21-Jul-03 8:11
Anonymous21-Jul-03 8:11 
General.net sdk and visual studio compatability Pin
Zibar21-Jul-03 7:21
sussZibar21-Jul-03 7:21 
GeneralRe: .net sdk and visual studio compatability Pin
Mazdak21-Jul-03 9:45
Mazdak21-Jul-03 9:45 
GeneralRe: .net sdk and visual studio compatability Pin
Zibar22-Jul-03 1:05
sussZibar22-Jul-03 1:05 
GeneralCustom Validation For TextBox Pin
clayne21-Jul-03 7:19
clayne21-Jul-03 7:19 
GeneralRe: Custom Validation For TextBox Pin
David Stone21-Jul-03 14:11
sitebuilderDavid Stone21-Jul-03 14:11 
Generaluser control in designer : path problem Pin
dake_cdx21-Jul-03 5:48
dake_cdx21-Jul-03 5:48 
GeneralRe: user control in designer : path problem Pin
dake_cdx21-Jul-03 23:20
dake_cdx21-Jul-03 23:20 
GeneralRe: Active window Pin
apferreira21-Jul-03 5:25
apferreira21-Jul-03 5:25 
GeneralRe: Active window Pin
apferreira21-Jul-03 5:55
apferreira21-Jul-03 5:55 
GeneralRe: Active window Pin
apferreira21-Jul-03 6:18
apferreira21-Jul-03 6:18 
GeneralRe: Active window Pin
J. Dunlap21-Jul-03 8:03
J. Dunlap21-Jul-03 8:03 
GeneralRe: Active window Pin
J. Dunlap21-Jul-03 7:57
J. Dunlap21-Jul-03 7:57 
GeneralRe: Active window Pin
J. Dunlap21-Jul-03 8:04
J. Dunlap21-Jul-03 8:04 
GeneralExchange Pin
totig21-Jul-03 5:10
totig21-Jul-03 5:10 
GeneralRe: Exchange Pin
apferreira21-Jul-03 5:19
apferreira21-Jul-03 5:19 
GeneralC# ListView Column Order/Reorder Pin
Scottk (TKS)21-Jul-03 4:24
Scottk (TKS)21-Jul-03 4:24 
GeneralRe: C# ListView Column Order/Reorder Pin
apferreira21-Jul-03 5:00
apferreira21-Jul-03 5:00 
GeneralOwner Draw Control Problems Pin
freshthinking21-Jul-03 3:11
freshthinking21-Jul-03 3:11 
I've created a number of overdrawn controls (status bar, group box) and they drawn fine, and as i want. However if you move another window over the window with these controls, you get odd kinda painting on the controls, kinda like window borders left over, etc. I would guess by getting all the controls to redraw themeselves would work, but I can't seem to get this sorted. i tried overidding the OnGotFocus in the main form on which these controls reside to call Invalidate(true), but it doesn't seem to work.

Any ideas??

[Edit]
I've managed to solve this by calling the Invalidate in the Frosm Activate event. However I still the same problem when say a drop down box (an owner drawn one) drops the list over the owner drawn controls. is there anyway of solving this short of calling invalidate alot, which. All the owner drawing is done by overriding the OnPaint in the pretty standard way.
[/Edit]

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.