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

C#

 
GeneralPassing parameters from aspx to code behind file. Pin
Phillip H. Blanton26-May-05 13:02
Phillip H. Blanton26-May-05 13:02 
GeneralRe: Passing parameters from aspx to code behind file. Pin
Christian Graus26-May-05 14:23
protectorChristian Graus26-May-05 14:23 
GeneralRe: Passing parameters from aspx to code behind file. Pin
Phillip H. Blanton26-May-05 17:48
Phillip H. Blanton26-May-05 17:48 
GeneralRe: Passing parameters from aspx to code behind file. Pin
Christian Graus27-May-05 2:45
protectorChristian Graus27-May-05 2:45 
GeneralRe: Passing parameters from aspx to code behind file. Pin
Phillip H. Blanton27-May-05 3:23
Phillip H. Blanton27-May-05 3:23 
QuestionHow does one know the Screen Point of a MenuItem when it is drawn using OwnerDrawn true? Pin
Don Ashworth26-May-05 11:35
Don Ashworth26-May-05 11:35 
AnswerRe: How does one know the Screen Point of a MenuItem when it is drawn using OwnerDrawn true? Pin
Marc Clifton26-May-05 15:52
mvaMarc Clifton26-May-05 15:52 
GeneralRe: How does one know the Screen Point of a MenuItem when it is drawn using OwnerDrawn true? Pin
Don Ashworth27-May-05 4:09
Don Ashworth27-May-05 4:09 
Actually, I've read through most of these ownerdrawn articles and have (I believe) exhausted all possiblities using this approach.

The problem I am having is this; not only to I have to draw a X by Y panel of images for the ownerdrawn ImageItem, I have to be able to determine which image (screen region) has been clicked on. The coordinates that I have availble to be during DrawItem or MeasureItem are the coordinates associated with region that will occupy the MenuItem. That region begins at 0,0 .... not 0,0 the upper left-hand corner of the screen or client area. 0,0 of the MenuItem.

I think the only way I am going to be able to do this is to some how determine where on the screen (or client area) the ownerdrawn MenuItem is being drawn so that I can correlate the Form MouseDown location with the location of the chosen image in the ownerdrawn MenuItem.

The functionality that I am trying to replicate is that of the MS Word "Drawing" tool bar. Specifically, the "AutoShapes" drop down menu, with sub-menus that have image selection panels. I would like to create something like this.

So, my real question is this;

How do I know the screen position that an ownerdrawn MenuItem is being drawn on?

Thanks,
Don

GeneralRe: How does one know the Screen Point of a MenuItem when it is drawn using OwnerDrawn true? Pin
Marc Clifton27-May-05 6:20
mvaMarc Clifton27-May-05 6:20 
GeneralRe: How does one know the Screen Point of a MenuItem when it is drawn using OwnerDrawn true? Pin
Don Ashworth27-May-05 7:13
Don Ashworth27-May-05 7:13 
GeneralHandling Bad HTTP server responses Pin
crc102426-May-05 11:26
crc102426-May-05 11:26 
GeneralDataTable's ever changing row index Pin
fuzzlog26-May-05 8:15
fuzzlog26-May-05 8:15 
GeneralRe: DataTable's ever changing row index Pin
pubududilena26-May-05 19:55
pubududilena26-May-05 19:55 
GeneralRe: DataTable's ever changing row index Pin
Anonymous26-May-05 20:05
Anonymous26-May-05 20:05 
GeneralRe: DataTable's ever changing row index Pin
pubududilena26-May-05 20:40
pubududilena26-May-05 20:40 
GeneralUsing custom controls. Pin
Nick Z.26-May-05 7:29
Nick Z.26-May-05 7:29 
GeneralRe: Using custom controls. Pin
Christian Graus26-May-05 14:25
protectorChristian Graus26-May-05 14:25 
GeneralRe: Using custom controls. Pin
Nick Z.26-May-05 14:40
Nick Z.26-May-05 14:40 
Questionhow to send a packet to device , the simplest way? Pin
jinzhecheng26-May-05 7:12
jinzhecheng26-May-05 7:12 
AnswerRe: how to send a packet to device , the simplest way? Pin
Phillip H. Blanton26-May-05 13:04
Phillip H. Blanton26-May-05 13:04 
QuestionCareer in 2005 + n? Pin
WDI26-May-05 6:30
WDI26-May-05 6:30 
AnswerRe: Career in 2005 + n? Pin
Judah Gabriel Himango26-May-05 7:13
sponsorJudah Gabriel Himango26-May-05 7:13 
AnswerRe: Career in 2005 + n? Pin
Anonymous27-May-05 16:31
Anonymous27-May-05 16:31 
QuestionHow to retrieve Image from access Database Pin
eng.mohamed26-May-05 5:55
eng.mohamed26-May-05 5:55 
AnswerRe: How to retrieve Image from access Database Pin
Judah Gabriel Himango26-May-05 9:13
sponsorJudah Gabriel Himango26-May-05 9:13 

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.