Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
GeneralRe: when using Stored Procedure called from C# ? Pin
Member 245846721-Jun-14 14:04
Member 245846721-Jun-14 14:04 
AnswerRe: when using Stored Procedure called from C# ? Pin
ZurdoDev20-Jun-14 2:01
professionalZurdoDev20-Jun-14 2:01 
GeneralRe: when using Stored Procedure called from C# ? Pin
Member 245846720-Jun-14 23:05
Member 245846720-Jun-14 23:05 
AnswerRe: when using Stored Procedure called from C# ? Pin
ZurdoDev21-Jun-14 2:15
professionalZurdoDev21-Jun-14 2:15 
GeneralRe: when using Stored Procedure called from C# ? Pin
Member 245846721-Jun-14 13:58
Member 245846721-Jun-14 13:58 
AnswerRe: when using Stored Procedure called from C# ? Pin
ZurdoDev21-Jun-14 15:38
professionalZurdoDev21-Jun-14 15:38 
GeneralRe: when using Stored Procedure called from C# ? Pin
Member 245846722-Jun-14 18:28
Member 245846722-Jun-14 18:28 
QuestionRectangleToScreen on a WinForm Bounding Box gives strange co-ordinates ? Pin
BillWoodruff19-Jun-14 14:39
professionalBillWoodruff19-Jun-14 14:39 
Since a WinForm's (in the standard case where the WinForm Parent == null) Bounds are in screen-co-ordinates, I would expect using RectangleToScreen on the Form's Bounds would give the same result as just inspecting the Bounds, but, this is not true:

> ? this.Bounds
{X = 230 Y = 84 Width = 900 Height = 600}

> ? RectangleToScreen(this.Bounds)
{X = 469 Y = 200 Width = 900 Height = 600}

curiously, Bill
I'm an artist: it's self evident that word implies looking for something all the time without ever finding it in full. It is the opposite of saying : ‘I know all about it. I've already found it.’

As far as I'm concerned, the word means: ‘I am looking. I am hunting for it. I am deeply involved.’
Vincent Van Gogh

AnswerRe: RectangleToScreen on a WinForm Bounding Box gives strange co-ordinates ? Pin
OriginalGriff19-Jun-14 21:14
mveOriginalGriff19-Jun-14 21:14 
GeneralRe: RectangleToScreen on a WinForm Bounding Box gives strange co-ordinates ? Pin
BillWoodruff19-Jun-14 23:28
professionalBillWoodruff19-Jun-14 23:28 
GeneralRe: RectangleToScreen on a WinForm Bounding Box gives strange co-ordinates ? Pin
OriginalGriff19-Jun-14 23:37
mveOriginalGriff19-Jun-14 23:37 
QuestionRe: RectangleToScreen on a WinForm Bounding Box gives strange co-ordinates ? Pin
Richard MacCutchan20-Jun-14 1:33
mveRichard MacCutchan20-Jun-14 1:33 
QuestionBinding two ComboBoxes Pin
sbn101019-Jun-14 9:18
sbn101019-Jun-14 9:18 
AnswerRe: Binding two ComboBoxes Pin
Eddy Vluggen20-Jun-14 8:06
professionalEddy Vluggen20-Jun-14 8:06 
Questionextract data from excel Pin
solo919-Jun-14 8:37
solo919-Jun-14 8:37 
AnswerRe: extract data from excel Pin
Richard Deeming19-Jun-14 8:54
mveRichard Deeming19-Jun-14 8:54 
AnswerRe: extract data from excel Pin
CatchExAs19-Jun-14 12:31
professionalCatchExAs19-Jun-14 12:31 
AnswerRe: extract data from excel Pin
Richard MacCutchan19-Jun-14 22:53
mveRichard MacCutchan19-Jun-14 22:53 
QuestionChange Properties Category during runtime for PropertyGrid Pin
Mc_Topaz19-Jun-14 4:12
Mc_Topaz19-Jun-14 4:12 
AnswerRe: Change Properties Category during runtime for PropertyGrid Pin
Bernhard Hiller19-Jun-14 20:49
Bernhard Hiller19-Jun-14 20:49 
RantRe: Change Properties Category during runtime for PropertyGrid Pin
Mc_Topaz19-Jun-14 21:17
Mc_Topaz19-Jun-14 21:17 
RantRe: Change Properties Category during runtime for PropertyGrid Pin
Eddy Vluggen20-Jun-14 8:22
professionalEddy Vluggen20-Jun-14 8:22 
QuestionNon-XML ini-file supporting arrays, in plain text format? Pin
arnold_w19-Jun-14 3:30
arnold_w19-Jun-14 3:30 
AnswerRe: Non-XML ini-file supporting arrays, in plain text format? Pin
V.19-Jun-14 4:07
professionalV.19-Jun-14 4:07 
GeneralRe: Non-XML ini-file supporting arrays, in plain text format? Pin
arnold_w19-Jun-14 5:07
arnold_w19-Jun-14 5:07 

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.