Click here to Skip to main content
15,895,656 members
Home / Discussions / C#
   

C#

 
GeneralDateTime format Pin
goatstudio1-Nov-04 5:18
goatstudio1-Nov-04 5:18 
GeneralRe: DateTime format Pin
Dave Kreskowiak1-Nov-04 6:32
mveDave Kreskowiak1-Nov-04 6:32 
GeneralRe: DateTime format Pin
goatstudio2-Nov-04 17:15
goatstudio2-Nov-04 17:15 
QuestionHow to do this? Pin
momer1-Nov-04 5:04
momer1-Nov-04 5:04 
AnswerRe: How to do this? Pin
Blubbo1-Nov-04 6:30
Blubbo1-Nov-04 6:30 
GeneralRe: How to do this? Pin
momer1-Nov-04 6:46
momer1-Nov-04 6:46 
QuestionDenis Bauer's Site Is Down? Pin
Josh Koppang1-Nov-04 5:04
Josh Koppang1-Nov-04 5:04 
GeneralChanging Opacity of Parent Form/Window Pin
sommarafton1-Nov-04 4:47
sommarafton1-Nov-04 4:47 
Hi,

I have a problem with changing the opacity property of my main form. I want to open a form from my context menue, and want to change the transparency of my main form in this form. I've attached my current source code for the "helper" form below, when I execute this code I get a NullReferenceException. I have tried to figur the problem out for a good while now, but I can't find the problem. Does anybody of you have an idea what the problem could be?! Thank you very much!!!

<br />
private void setButton_Click(object sender, System.EventArgs e)<br />
		{<br />
			double val =  (double)this.numericUpDown1.Value;<br />
			val = val/100;<br />
			this.ParentForm.Opacity = val;<br />
			//((Form)this.Parent).Opacity = val;<br />
			this.Close();<br />
		}<br />

GeneralRe: Changing Opacity of Parent Form/Window Pin
Alex Korchemniy1-Nov-04 8:01
Alex Korchemniy1-Nov-04 8:01 
QuestionHow to &quot;extract&quot; data from a web page? Pin
Member 14309891-Nov-04 4:44
Member 14309891-Nov-04 4:44 
AnswerRe: How to &quot;extract&quot; data from a web page? Pin
Alex Korchemniy1-Nov-04 7:51
Alex Korchemniy1-Nov-04 7:51 
QuestionHow to do this in C#? Pin
momer1-Nov-04 2:27
momer1-Nov-04 2:27 
AnswerRe: How to do this in C#? Pin
Judah Gabriel Himango1-Nov-04 4:14
sponsorJudah Gabriel Himango1-Nov-04 4:14 
GeneralRe: How to do this in C#? Pin
momer1-Nov-04 4:38
momer1-Nov-04 4:38 
GeneralRe: How to do this in C#? Pin
Judah Gabriel Himango1-Nov-04 5:15
sponsorJudah Gabriel Himango1-Nov-04 5:15 
GeneralRe: How to do this in C#? Pin
momer1-Nov-04 5:21
momer1-Nov-04 5:21 
GeneralProcess sql scripts Pin
totig1-Nov-04 2:21
totig1-Nov-04 2:21 
GeneralRe: Process sql scripts Pin
Alex Korchemniy1-Nov-04 7:14
Alex Korchemniy1-Nov-04 7:14 
GeneralInstall MSI from code Pin
petst1-Nov-04 1:57
petst1-Nov-04 1:57 
GeneralRe: Install MSI from code Pin
Heath Stewart1-Nov-04 8:20
protectorHeath Stewart1-Nov-04 8:20 
GeneralExtending ADODDB Classes in C# Pin
mohit_kinalekar1-Nov-04 1:43
mohit_kinalekar1-Nov-04 1:43 
Generaldownloading pdf files from web page links Pin
JeromeKJerome1-Nov-04 1:14
JeromeKJerome1-Nov-04 1:14 
GeneralRe: downloading pdf files from web page links Pin
perlmunger1-Nov-04 5:39
perlmunger1-Nov-04 5:39 
GeneralRe: downloading pdf files from web page links Pin
JeromeKJerome1-Nov-04 8:01
JeromeKJerome1-Nov-04 8:01 
GeneralRe: downloading pdf files from web page links Pin
Heath Stewart1-Nov-04 8:17
protectorHeath Stewart1-Nov-04 8:17 

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.