Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is it safe to use Process.GetCurrentProcess().Kill() ? Pin
EliottA7-Oct-09 3:59
EliottA7-Oct-09 3:59 
AnswerRe: Is it safe to use Process.GetCurrentProcess().Kill() ? Pin
Saksida Bojan7-Oct-09 4:18
Saksida Bojan7-Oct-09 4:18 
AnswerRe: Is it safe to use Process.GetCurrentProcess().Kill() ? Pin
PIEBALDconsult7-Oct-09 4:32
mvePIEBALDconsult7-Oct-09 4:32 
AnswerRe: Is it safe to use Process.GetCurrentProcess().Kill() ? Pin
ramz_g7-Oct-09 5:28
ramz_g7-Oct-09 5:28 
QuestionAscertain table bound to textBox Pin
kanchoette7-Oct-09 3:28
kanchoette7-Oct-09 3:28 
AnswerRe: Ascertain table bound to textBox Pin
Henry Minute7-Oct-09 4:13
Henry Minute7-Oct-09 4:13 
GeneralRe: Ascertain table bound to textBox Pin
kanchoette7-Oct-09 10:12
kanchoette7-Oct-09 10:12 
GeneralRe: Ascertain table bound to textBox Pin
Henry Minute7-Oct-09 10:52
Henry Minute7-Oct-09 10:52 
Each control has a DataBindings collection. So you can do something like:
Binding bookBinding = this.txtBookingDate.DataBindings["Text"]


Amazingly enough you then have a Binding instance (bookBinding) that has properties like DataSource, BindingMemberInfo and others that might be useful.

Hope that this helps. Smile | :)

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

QuestionGetting text from a document Pin
Nagy Vilmos7-Oct-09 3:12
professionalNagy Vilmos7-Oct-09 3:12 
AnswerRe: Getting text from a document Pin
Giorgi Dalakishvili7-Oct-09 3:31
mentorGiorgi Dalakishvili7-Oct-09 3:31 
GeneralRe: Getting text from a document Pin
Nagy Vilmos7-Oct-09 3:45
professionalNagy Vilmos7-Oct-09 3:45 
GeneralRe: Getting text from a document Pin
Giorgi Dalakishvili7-Oct-09 4:02
mentorGiorgi Dalakishvili7-Oct-09 4:02 
AnswerRe: Getting text from a document Pin
EliottA7-Oct-09 3:33
EliottA7-Oct-09 3:33 
Questionform 1 to form 2 Pin
ghelhei7-Oct-09 3:08
ghelhei7-Oct-09 3:08 
AnswerRe: form 1 to form 2 Pin
J4amieC7-Oct-09 3:14
J4amieC7-Oct-09 3:14 
AnswerRe: form 1 to form 2 Pin
AhmedMasum7-Oct-09 3:41
AhmedMasum7-Oct-09 3:41 
GeneralRe: form 1 to form 2 Pin
OriginalGriff7-Oct-09 3:51
mveOriginalGriff7-Oct-09 3:51 
QuestionUsing Regex to find a Match Pin
butchzn7-Oct-09 2:38
butchzn7-Oct-09 2:38 
AnswerRe: Using Regex to find a Match Pin
OriginalGriff7-Oct-09 2:57
mveOriginalGriff7-Oct-09 2:57 
AnswerRe: Using Regex to find a Match Pin
PIEBALDconsult7-Oct-09 4:34
mvePIEBALDconsult7-Oct-09 4:34 
QuestionGo back to old file path after open file dialog box Pin
AhmedMasum7-Oct-09 2:18
AhmedMasum7-Oct-09 2:18 
AnswerRe: Go back to old file path after open file dialog box Pin
stancrm7-Oct-09 2:23
stancrm7-Oct-09 2:23 
GeneralRe: Go back to old file path after open file dialog box Pin
AhmedMasum7-Oct-09 3:32
AhmedMasum7-Oct-09 3:32 
GeneralRe: Go back to old file path after open file dialog box Pin
stancrm7-Oct-09 20:43
stancrm7-Oct-09 20:43 
AnswerRe: Go back to old file path after open file dialog box Pin
Nagy Vilmos7-Oct-09 3:26
professionalNagy Vilmos7-Oct-09 3:26 

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.