Click here to Skip to main content
15,913,584 members
Home / Discussions / C#
   

C#

 
QuestionCreating an instance using late bindng Pin
Tom.sikes@hp.com19-Dec-06 11:01
Tom.sikes@hp.com19-Dec-06 11:01 
AnswerRe: Creating an instance using late bindng Pin
Pete O'Hanlon19-Dec-06 11:02
mvePete O'Hanlon19-Dec-06 11:02 
AnswerRe: Creating an instance using late bindng Pin
Tom.sikes@hp.com19-Dec-06 11:07
Tom.sikes@hp.com19-Dec-06 11:07 
GeneralRe: Creating an instance using late bindng Pin
Pete O'Hanlon21-Dec-06 5:15
mvePete O'Hanlon21-Dec-06 5:15 
QuestionHow can I acces a C++ library in C# Pin
ComCoderCsharp19-Dec-06 10:47
ComCoderCsharp19-Dec-06 10:47 
AnswerRe: How can I acces a C++ library in C# Pin
Ravi Bhavnani19-Dec-06 10:50
professionalRavi Bhavnani19-Dec-06 10:50 
Questionhow to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
hdv21219-Dec-06 9:41
hdv21219-Dec-06 9:41 
AnswerRe: how to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
Ravi Bhavnani19-Dec-06 10:52
professionalRavi Bhavnani19-Dec-06 10:52 
GeneralRe: how to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
hdv21219-Dec-06 11:05
hdv21219-Dec-06 11:05 
GeneralRe: how to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
Ravi Bhavnani19-Dec-06 11:12
professionalRavi Bhavnani19-Dec-06 11:12 
Questionstretch a character width horizontally in in rich text box - c# Pin
charlespratheepan19-Dec-06 8:43
charlespratheepan19-Dec-06 8:43 
AnswerRe: stretch a character width horizontally in in rich text box - c# Pin
Larantz19-Dec-06 9:55
Larantz19-Dec-06 9:55 
GeneralRe: stretch a character width horizontally in in rich text box - c# Pin
charlespratheepan19-Dec-06 18:33
charlespratheepan19-Dec-06 18:33 
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 

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.