Click here to Skip to main content
15,886,806 members
Home / Discussions / C#
   

C#

 
GeneralRe: statusbar Pin
xilefxilef9-Sep-05 10:55
xilefxilef9-Sep-05 10:55 
GeneralRe: statusbar Pin
miah alom9-Sep-05 11:04
miah alom9-Sep-05 11:04 
GeneralRe: statusbar Pin
xilefxilef9-Sep-05 13:24
xilefxilef9-Sep-05 13:24 
QuestionFont in resource Pin
Leyu9-Sep-05 7:22
Leyu9-Sep-05 7:22 
QuestionHow to declare an Array of Pens? Pin
...---...9-Sep-05 6:59
...---...9-Sep-05 6:59 
AnswerRe: How to declare an Array of Pens? Pin
Andy Moore9-Sep-05 7:27
Andy Moore9-Sep-05 7:27 
GeneralRe: How to declare an Array of Pens? Pin
...---...9-Sep-05 7:33
...---...9-Sep-05 7:33 
QuestionDataBinding statusBarPanel Pin
rich_wenger9-Sep-05 6:03
rich_wenger9-Sep-05 6:03 
There seems to be no direct way to databind to a StatusBarPanel; I've run across some incomplete code samples that advises using a method to create a property for the statusBarPanel and then use the new property to databind to the dataset. The problem is I don't know how to proceed from there. Any help greatly appreciated.

Code Snippet ==========================================================

public string StatusBarPanel1Text
{
get
{
return statusBarPanel1.Text;
}
set
{
statusBarPanel1.Text = value;
}
}
AnswerRe: DataBinding statusBarPanel Pin
miah alom9-Sep-05 8:24
miah alom9-Sep-05 8:24 
GeneralRe: DataBinding statusBarPanel Pin
rich_wenger9-Sep-05 14:12
rich_wenger9-Sep-05 14:12 
QuestionDialog in deployment project (any tutorials?) Pin
BlackDice9-Sep-05 4:09
BlackDice9-Sep-05 4:09 
AnswerRe: Dialog in deployment project (any tutorials?) Pin
Susan Hernandez9-Sep-05 13:05
Susan Hernandez9-Sep-05 13:05 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
BlackDice12-Sep-05 3:36
BlackDice12-Sep-05 3:36 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
Susan Hernandez12-Sep-05 6:49
Susan Hernandez12-Sep-05 6:49 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
BlackDice12-Sep-05 6:53
BlackDice12-Sep-05 6:53 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
BlackDice12-Sep-05 7:04
BlackDice12-Sep-05 7:04 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
Susan Hernandez12-Sep-05 7:12
Susan Hernandez12-Sep-05 7:12 
QuestionArrayList Pin
Agyeman9-Sep-05 3:56
Agyeman9-Sep-05 3:56 
AnswerRe: ArrayList Pin
miah alom9-Sep-05 4:07
miah alom9-Sep-05 4:07 
AnswerRe: ArrayList Pin
brunoconde9-Sep-05 4:10
brunoconde9-Sep-05 4:10 
GeneralRe: ArrayList Pin
Guffa9-Sep-05 4:20
Guffa9-Sep-05 4:20 
GeneralRe: ArrayList Pin
miah alom9-Sep-05 4:32
miah alom9-Sep-05 4:32 
GeneralRe: ArrayList Pin
Judah Gabriel Himango9-Sep-05 4:57
sponsorJudah Gabriel Himango9-Sep-05 4:57 
GeneralRe: ArrayList Pin
Daniel Turini9-Sep-05 11:05
Daniel Turini9-Sep-05 11:05 
AnswerRe: ArrayList Pin
Guffa9-Sep-05 4:12
Guffa9-Sep-05 4:12 

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.