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

C#

 
GeneralRe: Problem with changing connection string that saved in app.config Pin
Md. Marufuzzaman8-Oct-09 9:25
professionalMd. Marufuzzaman8-Oct-09 9:25 
GeneralRe: Problem with changing connection string that saved in app.config Pin
hdv2128-Oct-09 10:43
hdv2128-Oct-09 10:43 
AnswerRe: Problem with changing connection string that saved in app.config Pin
cjoki12-Oct-09 5:34
cjoki12-Oct-09 5:34 
Questionnavigator in datagridview Pin
hotthoughtguy8-Oct-09 5:03
hotthoughtguy8-Oct-09 5:03 
AnswerRe: navigator in datagridview Pin
Luc Pattyn8-Oct-09 5:19
sitebuilderLuc Pattyn8-Oct-09 5:19 
Question[Message Deleted] Pin
hotthoughtguy8-Oct-09 4:53
hotthoughtguy8-Oct-09 4:53 
AnswerRe: hi Pin
AndyInUK8-Oct-09 4:56
AndyInUK8-Oct-09 4:56 
QuestionPassing a Form's control to a routine in another class as a variable Pin
yogi_bear_798-Oct-09 4:39
yogi_bear_798-Oct-09 4:39 
I have a simple program. It has one Form called frmMain, and another Class called Poker. I have the following snippit routine below. The name 'Color' does not exist in this context. What do I need to do to make this work?

public void Results(Label lbl_1)
{
frmMain Form1 = new frmMain();

lbl_1.ForeColor = Color.Yellow;
Form1.lblWinnings.Text = "100";
}

AnswerRe: Passing a Form's control to a routine in another class as a variable Pin
Richard MacCutchan8-Oct-09 4:51
mveRichard MacCutchan8-Oct-09 4:51 
GeneralRe: Passing a Form's control to a routine in another class as a variable Pin
yogi_bear_798-Oct-09 4:54
yogi_bear_798-Oct-09 4:54 
AnswerRe: Passing a Form's control to a routine in another class as a variable Pin
Henry Minute8-Oct-09 4:58
Henry Minute8-Oct-09 4:58 
AnswerRe: Passing a Form's control to a routine in another class as a variable Pin
PIEBALDconsult8-Oct-09 5:32
mvePIEBALDconsult8-Oct-09 5:32 
QuestionSuggestions for general networking solution on WAN and LAN Pin
lvq6848-Oct-09 4:24
lvq6848-Oct-09 4:24 
AnswerRe: Suggestions for general networking solution on WAN and LAN Pin
Mirko19808-Oct-09 4:40
Mirko19808-Oct-09 4:40 
Question[C#.NET 2008] Screen-scraping a HTML Page Pin
Dimitri Backaert8-Oct-09 3:47
Dimitri Backaert8-Oct-09 3:47 
AnswerRe: [C#.NET 2008] Screen-scraping a HTML Page Pin
Henry Minute8-Oct-09 4:20
Henry Minute8-Oct-09 4:20 
GeneralRe: [C#.NET 2008] Screen-scraping a HTML Page Pin
Dimitri Backaert8-Oct-09 4:58
Dimitri Backaert8-Oct-09 4:58 
GeneralRe: [C#.NET 2008] Screen-scraping a HTML Page Pin
Richard MacCutchan8-Oct-09 5:10
mveRichard MacCutchan8-Oct-09 5:10 
GeneralRe: [C#.NET 2008] Screen-scraping a HTML Page Pin
Henry Minute8-Oct-09 5:24
Henry Minute8-Oct-09 5:24 
GeneralRe: [C#.NET 2008] Screen-scraping a HTML Page Pin
Richard MacCutchan8-Oct-09 6:05
mveRichard MacCutchan8-Oct-09 6:05 
GeneralRe: [C#.NET 2008] Screen-scraping a HTML Page Pin
Dimitri Backaert8-Oct-09 11:19
Dimitri Backaert8-Oct-09 11:19 
AnswerRe: [C#.NET 2008] Screen-scraping a HTML Page Pin
WBurgMo8-Oct-09 8:44
WBurgMo8-Oct-09 8:44 
GeneralRe: [C#.NET 2008] Screen-scraping a HTML Page Pin
Dimitri Backaert8-Oct-09 11:20
Dimitri Backaert8-Oct-09 11:20 
QuestionAdvanced combobox binding from code Pin
erfgerfgerger8-Oct-09 3:19
erfgerfgerger8-Oct-09 3:19 
QuestionTrouble calling cpp dll function whose input is char** [modified] Pin
platso_5888-Oct-09 2:22
platso_5888-Oct-09 2:22 

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.