Click here to Skip to main content
15,914,416 members
Home / Discussions / C#
   

C#

 
GeneralRe: Programaticaly select a listview item Pin
Manster14-Aug-03 9:33
Manster14-Aug-03 9:33 
GeneralRe: Programaticaly select a listview item Pin
Bo Hunter14-Aug-03 9:53
Bo Hunter14-Aug-03 9:53 
GeneralRe: Programaticaly select a listview item Pin
Furty15-Aug-03 18:35
Furty15-Aug-03 18:35 
GeneralRe: Programaticaly select a listview item Pin
Ista14-Aug-03 10:05
Ista14-Aug-03 10:05 
GeneralPocket PC programming in C# Pin
Strat61314-Aug-03 6:42
Strat61314-Aug-03 6:42 
GeneralRe: Pocket PC programming in C# Pin
Ista16-Aug-03 16:24
Ista16-Aug-03 16:24 
GeneralRe: Pocket PC programming in C# Pin
Burt Harris16-Aug-03 16:40
Burt Harris16-Aug-03 16:40 
GeneralRe: Pocket PC programming in C# Pin
Strat61318-Aug-03 8:44
Strat61318-Aug-03 8:44 
GeneralServer Clustering - MS SQL server Pin
devvvy14-Aug-03 5:33
devvvy14-Aug-03 5:33 
GeneralRe: Server Clustering - MS SQL server Pin
Ista14-Aug-03 6:45
Ista14-Aug-03 6:45 
GeneralRe: Server Clustering - MS SQL server Pin
devvvy15-Aug-03 20:07
devvvy15-Aug-03 20:07 
GeneralRe: Server Clustering - MS SQL server Pin
Ista16-Aug-03 3:14
Ista16-Aug-03 3:14 
GeneralRe: Server Clustering - MS SQL server Pin
devvvy16-Aug-03 3:57
devvvy16-Aug-03 3:57 
GeneralRe: Server Clustering - MS SQL server Pin
Ista16-Aug-03 16:25
Ista16-Aug-03 16:25 
GeneralRe: Server Clustering - MS SQL server Pin
devvvy16-Aug-03 16:52
devvvy16-Aug-03 16:52 
GeneralDataGrid & Large Integers Pin
Member 7681714-Aug-03 4:11
Member 7681714-Aug-03 4:11 
GeneralRe: DataGrid & Large Integers Pin
Ista14-Aug-03 6:47
Ista14-Aug-03 6:47 
GeneralRe: DataGrid & Large Integers Pin
Member 7681714-Aug-03 7:59
Member 7681714-Aug-03 7:59 
GeneralRe: DataGrid & Large Integers Pin
Ista14-Aug-03 8:36
Ista14-Aug-03 8:36 
GeneralNull reference problem Pin
vaslui14-Aug-03 3:56
vaslui14-Aug-03 3:56 
GeneralRe: Null reference problem Pin
Frank Olorin Rizzi14-Aug-03 6:15
Frank Olorin Rizzi14-Aug-03 6:15 
Generalwrite XML CDATA Pin
devvvy13-Aug-03 22:34
devvvy13-Aug-03 22:34 
Generaladding color to a form's title Pin
Member 50926213-Aug-03 22:03
Member 50926213-Aug-03 22:03 
Questioninteresting find but why? Pin
Member 50926213-Aug-03 21:01
Member 50926213-Aug-03 21:01 
AnswerRe: interesting find but why? Pin
Member 50926213-Aug-03 21:21
Member 50926213-Aug-03 21:21 
*UPDATE*

i believe i've come across a bug. try these steps:
create a groupbox on a form and set the backcolor to 'transparent'.....works great

now change the backcolor back to 'control', change the flatstyle to 'system', then try to set the backcolor to 'transparent'.....error 'Invalid property value.' okay, so it won't let you have a transparent background while the flatstyle is set to system.

so change the flatstyle back to 'normal' and change the backcolor to 'transparent'. then change the flatstyle to 'system'.....works!? but it's really buggy, the display in the groupbox fails to update and when the program is run the background of the groupbox is weirded out.

i'm NOT using csharp 2003 so i don't know if they've fixed this in the new version or not. did they? why can the backcolor not be transparent if the flatstyle is set to 'system'?

Rob Tomson

--
There are 10 kinds of people. Those who understand binary and those who don't.

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.