Click here to Skip to main content
15,921,989 members
Home / Discussions / C#
   

C#

 
QuestionWriting to a network drive - FileIOPermission Pin
andreshs130-Apr-07 17:09
andreshs130-Apr-07 17:09 
QuestionDesign Time Error, problems reading file Pin
Patricker30-Apr-07 16:12
Patricker30-Apr-07 16:12 
AnswerRe: Design Time Error, problems reading file Pin
Luc Pattyn30-Apr-07 23:28
sitebuilderLuc Pattyn30-Apr-07 23:28 
GeneralRe: Design Time Error, problems reading file Pin
Patricker30-Apr-07 23:58
Patricker30-Apr-07 23:58 
QuestionAccessing a method in the Main Form from a user control. Pin
CombatSheep30-Apr-07 15:39
CombatSheep30-Apr-07 15:39 
AnswerRe: Accessing a method in the Main Form from a user control. Pin
Arun.Immanuel30-Apr-07 16:01
Arun.Immanuel30-Apr-07 16:01 
QuestionChanging the connection string of a typed dataset programatically Pin
Rocky#30-Apr-07 15:15
Rocky#30-Apr-07 15:15 
Questionform's opacity Pin
adel_soli30-Apr-07 14:35
adel_soli30-Apr-07 14:35 
hi all,
i need to make an application that use a changable form's opacity
that when i change the value of a NumericUpDown control
the value of the form's opacity change

and that what i trayed to do

private void numericUpDown1_ValueChanged_1(object sender, EventArgs e)<br />
        {<br />
            this.Opacity =Convert.ToDouble(numericUpDown1.Value);<br />
        }

but it didn'n work Cry | :((
the form's opicity didn't change
can i do what i need or that's not allowed in C#?
thanks in advance
and sorry for my English Blush | :O
AnswerRe: form's opacity Pin
Christian Graus30-Apr-07 14:47
protectorChristian Graus30-Apr-07 14:47 
GeneralRe: form's opacity Pin
adel_soli1-May-07 1:30
adel_soli1-May-07 1:30 
GeneralRe: form's opacity Pin
Christian Graus1-May-07 1:49
protectorChristian Graus1-May-07 1:49 
GeneralRe: form's opacity Pin
adel_soli1-May-07 2:40
adel_soli1-May-07 2:40 
GeneralRe: form's opacity Pin
PIEBALDconsult3-May-07 9:11
mvePIEBALDconsult3-May-07 9:11 
GeneralRe: form's opacity Pin
PIEBALDconsult3-May-07 9:16
mvePIEBALDconsult3-May-07 9:16 
QuestionExporting to Excel using C# and Visual Studio 2005 Pin
laura131630-Apr-07 14:24
laura131630-Apr-07 14:24 
Questionimportanat Pin
hazem maher30-Apr-07 14:17
hazem maher30-Apr-07 14:17 
AnswerRe: importanat Pin
adel_soli30-Apr-07 14:44
adel_soli30-Apr-07 14:44 
AnswerRe: importanat Pin
Christian Graus30-Apr-07 14:47
protectorChristian Graus30-Apr-07 14:47 
QuestionSimple math dividing Pin
laura131630-Apr-07 11:01
laura131630-Apr-07 11:01 
AnswerRe: Simple math dividing Pin
led mike30-Apr-07 11:07
led mike30-Apr-07 11:07 
AnswerRe: Simple math dividing Pin
Luc Pattyn30-Apr-07 14:57
sitebuilderLuc Pattyn30-Apr-07 14:57 
AnswerRe: Simple math dividing Pin
Arun.Immanuel30-Apr-07 15:31
Arun.Immanuel30-Apr-07 15:31 
QuestionEmulator Pin
The Brazilian One30-Apr-07 10:36
The Brazilian One30-Apr-07 10:36 
AnswerRe: Emulator Pin
Dave Kreskowiak30-Apr-07 12:29
mveDave Kreskowiak30-Apr-07 12:29 
QuestionHow to create a sudoku like playfield Pin
tears.of.angels30-Apr-07 10:08
tears.of.angels30-Apr-07 10:08 

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.