Click here to Skip to main content
15,900,254 members
Home / Discussions / C#
   

C#

 
GeneralPanel scroll on drag Pin
ninja260515-Jun-05 3:49
ninja260515-Jun-05 3:49 
GeneralRe: Panel scroll on drag Pin
Carl Mercier15-Jun-05 4:15
Carl Mercier15-Jun-05 4:15 
GeneralMove Print Job Pin
Member 133372815-Jun-05 3:39
Member 133372815-Jun-05 3:39 
GeneralRe: Move Print Job Pin
Dave Kreskowiak15-Jun-05 4:18
mveDave Kreskowiak15-Jun-05 4:18 
QuestionXtraReports? Pin
Carl Mercier15-Jun-05 3:12
Carl Mercier15-Jun-05 3:12 
Questionhow to change column color of datagrid Pin
dexom15-Jun-05 3:04
dexom15-Jun-05 3:04 
GeneralForm closing event Pin
Anonymous15-Jun-05 2:51
Anonymous15-Jun-05 2:51 
GeneralRe: Form closing event Pin
jjansen15-Jun-05 3:43
jjansen15-Jun-05 3:43 
Add an event handler for the closing event to the form. The easiest way is this (using Visual Studio): go to the View Designer of your form, activate the tab properties and click the Events-button. Look for the "Closing" event in the list and double-click on it. An event handler will be created for you.
When the X in the title bar is clicked, this event handler will be called. It allows you to do some clean-up or even to prevent the form from closing (in contrast to the "Close" event).

GeneralRe: Form closing event Pin
Tom Larsen15-Jun-05 5:10
Tom Larsen15-Jun-05 5:10 
GeneralRe: Form closing event Pin
Anonymous16-Jun-05 3:09
Anonymous16-Jun-05 3:09 
GeneralHelp file in c# Pin
bihsolution15-Jun-05 1:53
bihsolution15-Jun-05 1:53 
GeneralRe: Help file in c# Pin
Vasudevan Deepak Kumar15-Jun-05 2:04
Vasudevan Deepak Kumar15-Jun-05 2:04 
GeneralRe: Help file in c# Pin
bihsolution15-Jun-05 2:28
bihsolution15-Jun-05 2:28 
Generalmaster-detail relationship in one datagrid!! Pin
innocent7315-Jun-05 1:52
innocent7315-Jun-05 1:52 
GeneralProblem with pthread. Pin
ENEBU15-Jun-05 1:38
sussENEBU15-Jun-05 1:38 
GeneralRe: Problem with pthread. Pin
One Stone15-Jun-05 2:48
One Stone15-Jun-05 2:48 
GeneralRe: Problem with pthread. Pin
Uwe Keim15-Jun-05 4:35
sitebuilderUwe Keim15-Jun-05 4:35 
GeneralRe: Problem with pthread. Pin
Tom Larsen15-Jun-05 5:06
Tom Larsen15-Jun-05 5:06 
GeneralIs it possible to have 3-tier design with BindingContext Pin
kakarato15-Jun-05 0:49
kakarato15-Jun-05 0:49 
GeneralRe: Is it possible to have 3-tier design with BindingContext Pin
Trance Junkie15-Jun-05 1:05
Trance Junkie15-Jun-05 1:05 
GeneralRe: Is it possible to have 3-tier design with BindingContext Pin
kakarato15-Jun-05 1:13
kakarato15-Jun-05 1:13 
GeneralRe: Is it possible to have 3-tier design with BindingContext Pin
Trance Junkie15-Jun-05 1:23
Trance Junkie15-Jun-05 1:23 
GeneralRe: Is it possible to have 3-tier design with BindingContext Pin
Marc Clifton15-Jun-05 1:37
mvaMarc Clifton15-Jun-05 1:37 
GeneralRe: Is it possible to have 3-tier design with BindingContext Pin
kakarato15-Jun-05 15:10
kakarato15-Jun-05 15:10 
GeneralUrgent c# web based ticket system ! Pin
Trance Junkie15-Jun-05 0:44
Trance Junkie15-Jun-05 0:44 

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.