Click here to Skip to main content
15,890,690 members
Home / Discussions / C#
   

C#

 
GeneralRe: stretch a character width horizontally in in rich text box - c# Pin
Larantz19-Dec-06 20:06
Larantz19-Dec-06 20:06 
GeneralRe: stretch a character width horizontally in in rich text box - c# Pin
charlespratheepan19-Dec-06 22:03
charlespratheepan19-Dec-06 22:03 
QuestionRegex Pin
zaboboa19-Dec-06 7:40
zaboboa19-Dec-06 7:40 
AnswerRe: Regex Pin
User 665819-Dec-06 8:07
User 665819-Dec-06 8:07 
GeneralRe: Regex Pin
zaboboa19-Dec-06 8:18
zaboboa19-Dec-06 8:18 
GeneralRe: Regex Pin
User 665819-Dec-06 8:41
User 665819-Dec-06 8:41 
GeneralRe: Regex Pin
zaboboa19-Dec-06 9:42
zaboboa19-Dec-06 9:42 
QuestionChanging the Opacity of a Form Pin
dsl/fahk19-Dec-06 6:34
dsl/fahk19-Dec-06 6:34 
I am trying to get a splash screen to fade out using
Splash.Opacity = .50
But the error list tells me that "An object reference is required for the nonstatic field, method, or property 'System.Windows.Forms.Form.Opacity.get'" At the top of my program i have written
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Text;
using System.Threading;
using System.Windows.Forms;

and my references are: System, System.Data, System.Deployment, System.Drawing, System.Windows.Forms, and System.Xml.

What reference am i missing or how else should i assign the opacity?

Thanks in advance.
AnswerRe: Changing the Opacity of a Form Pin
PIEBALDconsult19-Dec-06 6:51
mvePIEBALDconsult19-Dec-06 6:51 
GeneralRe: Changing the Opacity of a Form Pin
dsl/fahk19-Dec-06 7:05
dsl/fahk19-Dec-06 7:05 
GeneralRe: Changing the Opacity of a Form Pin
Judah Gabriel Himango19-Dec-06 7:29
sponsorJudah Gabriel Himango19-Dec-06 7:29 
GeneralRe: Changing the Opacity of a Form Pin
PIEBALDconsult19-Dec-06 7:33
mvePIEBALDconsult19-Dec-06 7:33 
GeneralRe: Changing the Opacity of a Form Pin
Wjousts19-Dec-06 7:36
Wjousts19-Dec-06 7:36 
AnswerRe: Changing the Opacity of a Form Pin
Ravi Bhavnani19-Dec-06 11:37
professionalRavi Bhavnani19-Dec-06 11:37 
QuestionMicrosoft Student 2006.. interface needed Pin
Libyan_Developer19-Dec-06 5:55
Libyan_Developer19-Dec-06 5:55 
AnswerRe: Microsoft Student 2006.. interface needed Pin
Judah Gabriel Himango19-Dec-06 11:01
sponsorJudah Gabriel Himango19-Dec-06 11:01 
QuestionNeed a jump start Pin
gsh0e19-Dec-06 5:51
gsh0e19-Dec-06 5:51 
AnswerRe: Need a jump start Pin
althamda19-Dec-06 5:57
althamda19-Dec-06 5:57 
QuestionDataBinding schema Pin
eggsovereasy19-Dec-06 5:49
eggsovereasy19-Dec-06 5:49 
QuestionRamdom Number Generator Pin
Bob X19-Dec-06 5:44
Bob X19-Dec-06 5:44 
AnswerRe: Ramdom Number Generator Pin
Guffa19-Dec-06 5:49
Guffa19-Dec-06 5:49 
GeneralRe: Ramdom Number Generator Pin
Bob X19-Dec-06 6:41
Bob X19-Dec-06 6:41 
GeneralRe: Ramdom Number Generator Pin
PIEBALDconsult19-Dec-06 7:00
mvePIEBALDconsult19-Dec-06 7:00 
GeneralRe: Ramdom Number Generator Pin
Guffa19-Dec-06 7:23
Guffa19-Dec-06 7:23 
AnswerRe: Ramdom Number Generator Pin
Guffa19-Dec-06 7:21
Guffa19-Dec-06 7:21 

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.