Click here to Skip to main content
15,903,033 members
Home / Discussions / C#
   

C#

 
GeneralDatagrid and a checkbox Pin
MeterMan4-Jun-04 20:46
MeterMan4-Jun-04 20:46 
GeneralRe: Datagrid and a checkbox Pin
Heath Stewart5-Jun-04 7:49
protectorHeath Stewart5-Jun-04 7:49 
GeneralHandle Click on MenuItems with sub menu Pin
jeegar4-Jun-04 14:47
jeegar4-Jun-04 14:47 
GeneralRe: Handle Click on MenuItems with sub menu Pin
leppie4-Jun-04 19:47
leppie4-Jun-04 19:47 
GeneralRe: Handle Click on MenuItems with sub menu Pin
Heath Stewart5-Jun-04 7:46
protectorHeath Stewart5-Jun-04 7:46 
Generalc#-configuration file Pin
Member 11509014-Jun-04 11:20
Member 11509014-Jun-04 11:20 
GeneralRe: c#-configuration file Pin
Heath Stewart5-Jun-04 7:44
protectorHeath Stewart5-Jun-04 7:44 
GeneralC# Transparency issues Pin
Adam Durity4-Jun-04 10:24
Adam Durity4-Jun-04 10:24 
Hey,

So i'm working on this form that fades in and out depending on when it's active or not. Essentially it's a for loop that just iterates the opacity value of the form up to the desired value.

for(float f = 0.0f; f < 0.5f; f += 0.05f)
{
this.Opacity = f;
}

The problem is, this is really slow and flickery. I'm hoping to get something around the speed of the fading in and out of Winamp 5, if you all have seen that. something along the lines of 100-500ms, or even < 1s, but still have it look smoothe and not flicker so much. Any suggestions? I mean will DirectDraw do what I want? Thanks.

-- Adam

"If you can't beat your computer in chess, try kickboxing"
GeneralRe: C# Transparency issues Pin
Heath Stewart4-Jun-04 10:43
protectorHeath Stewart4-Jun-04 10:43 
GeneralRe: C# Transparency issues Pin
Adam Durity4-Jun-04 10:44
Adam Durity4-Jun-04 10:44 
GeneralRe: C# Transparency issues Pin
Heath Stewart4-Jun-04 10:48
protectorHeath Stewart4-Jun-04 10:48 
GeneralRe: C# Transparency issues Pin
leppie4-Jun-04 10:53
leppie4-Jun-04 10:53 
GeneralRe: C# Transparency issues Pin
Heath Stewart4-Jun-04 11:01
protectorHeath Stewart4-Jun-04 11:01 
GeneralRe: C# Transparency issues Pin
leppie4-Jun-04 11:06
leppie4-Jun-04 11:06 
GeneralRe: C# Transparency issues Pin
leppie4-Jun-04 10:49
leppie4-Jun-04 10:49 
GeneralRe: C# Transparency issues Pin
bneacetp4-Jun-04 17:11
bneacetp4-Jun-04 17:11 
GeneralSide TabControl Pin
kaleid4-Jun-04 9:38
kaleid4-Jun-04 9:38 
GeneralRe: Side TabControl Pin
Carlos H. Perez4-Jun-04 10:37
Carlos H. Perez4-Jun-04 10:37 
GeneralRe: Side TabControl Pin
leppie4-Jun-04 11:02
leppie4-Jun-04 11:02 
GeneralRe: Side TabControl Pin
Carlos H. Perez4-Jun-04 11:12
Carlos H. Perez4-Jun-04 11:12 
GeneralDropDown ComboBox in CompactFramework Pin
renatogostoli4-Jun-04 7:29
renatogostoli4-Jun-04 7:29 
Generalsmtp Pin
kendao4-Jun-04 7:25
kendao4-Jun-04 7:25 
GeneralRe: smtp Pin
Heath Stewart4-Jun-04 9:28
protectorHeath Stewart4-Jun-04 9:28 
GeneralRe: smtp Pin
Vasudevan Deepak Kumar4-Jun-04 23:01
Vasudevan Deepak Kumar4-Jun-04 23:01 
GeneralCatching event when a listview control columnheader is resized.. Pin
Sudhakar Pasupunuri4-Jun-04 6:20
Sudhakar Pasupunuri4-Jun-04 6:20 

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.