Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.office.developer.vba,microsoft.public.word.docmanagement
external usenet poster
 
Posts: 1
Default HitTest function does not return node as documented

I am trying to use a TreeView control within an Excel form(VBA). With the
TreeView control, I am able to display data from an XML document as source.
However when I try to implement drag and drop functionality, HitTest function
was used to get the a specific node using X and Y position (As documented in
MSDN). However the HitTest() function always returns the first Parent Node
within the TreeView control, no matter what node was clicked within the
TreeView Control.

Does anyone faced this problem. Am not sure if its a problem with the
Control itself when used with VBA. Please suggest me an approach to overcome
this.
  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.office.developer.vba,microsoft.public.word.docmanagement
external usenet poster
 
Posts: 6
Default HitTest function does not return node as documented

Although the other NGs to which you have cross-posted are doubtless
appropriate, word.docmanagement is a Word end user NG and is not relevant.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Balajee S" <Balajee wrote in message
...
I am trying to use a TreeView control within an Excel form(VBA). With the
TreeView control, I am able to display data from an XML document as

source.
However when I try to implement drag and drop functionality, HitTest

function
was used to get the a specific node using X and Y position (As documented

in
MSDN). However the HitTest() function always returns the first Parent Node
within the TreeView control, no matter what node was clicked within the
TreeView Control.

Does anyone faced this problem. Am not sure if its a problem with the
Control itself when used with VBA. Please suggest me an approach to

overcome
this.


  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.office.developer.vba,microsoft.public.word.docmanagement
external usenet poster
 
Posts: 1
Default HitTest function does not return node as documented

There was a similar problem faced by Marco on using TreeView control, perhaps
when he was working with Word VBA. The message that was posted on 17-Jun-2004
and is available with the following search keyword from Google

"malfunction "TreeView HitTest " group:microsoft.public.word.vba.general"

Thought this might as well form a reference to people using TreeView control
in Word application.

"Suzanne S. Barnhill" wrote:

Although the other NGs to which you have cross-posted are doubtless
appropriate, word.docmanagement is a Word end user NG and is not relevant.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Balajee S" <Balajee wrote in message
...
I am trying to use a TreeView control within an Excel form(VBA). With the
TreeView control, I am able to display data from an XML document as

source.
However when I try to implement drag and drop functionality, HitTest

function
was used to get the a specific node using X and Y position (As documented

in
MSDN). However the HitTest() function always returns the first Parent Node
within the TreeView control, no matter what node was clicked within the
TreeView Control.

Does anyone faced this problem. Am not sure if its a problem with the
Control itself when used with VBA. Please suggest me an approach to

overcome
this.



  #4   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.office.developer.vba,microsoft.public.word.docmanagement
external usenet poster
 
Posts: 6
Default HitTest function does not return node as documented

If you think this might be of interest to Word developers, then post in a
word.vba NG. Despite the name, the .docmanagement NG has been designated by
MS for "General Questions" and consequently is now the most heavily
trafficked Word NG, primarily devoted to questions from users who wouldn't
know VBA from a hole in the ground.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Balajee S" wrote in message
...
There was a similar problem faced by Marco on using TreeView control,

perhaps
when he was working with Word VBA. The message that was posted on

17-Jun-2004
and is available with the following search keyword from Google

"malfunction "TreeView HitTest " group:microsoft.public.word.vba.general"

Thought this might as well form a reference to people using TreeView

control
in Word application.

"Suzanne S. Barnhill" wrote:

Although the other NGs to which you have cross-posted are doubtless
appropriate, word.docmanagement is a Word end user NG and is not

relevant.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the

newsgroup so
all may benefit.

"Balajee S" <Balajee wrote in message
...
I am trying to use a TreeView control within an Excel form(VBA). With

the
TreeView control, I am able to display data from an XML document as

source.
However when I try to implement drag and drop functionality, HitTest

function
was used to get the a specific node using X and Y position (As

documented
in
MSDN). However the HitTest() function always returns the first Parent

Node
within the TreeView control, no matter what node was clicked within

the
TreeView Control.

Does anyone faced this problem. Am not sure if its a problem with the
Control itself when used with VBA. Please suggest me an approach to

overcome
this.




  #5   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.office.developer.vba,microsoft.public.word.docmanagement
external usenet poster
 
Posts: 1,327
Default HitTest function does not return node as documented

"Suzanne S. Barnhill" skrev i melding
...
If you think this might be of interest to Word developers, then post in a
word.vba NG. Despite the name, the .docmanagement NG has been designated

by
MS for "General Questions" and consequently is now the most heavily
trafficked Word NG, primarily devoted to questions from users who wouldn't
know VBA from a hole in the ground.

'
Ahem... you're crossposting your protests to a couple of Excel groups,
Suzanne, where the original question is highly relevant and Word newsgroup
etiquette the exact opposite.

Best wishes Harald




  #6   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.office.developer.vba,microsoft.public.word.docmanagement
external usenet poster
 
Posts: 6
Default HitTest function does not return node as documented

It doesn't make any sense *not* to cross-post, since obviously the original
post was not sent from a regular reader of this NG; if I post it only to
word.docmanagement, the OP will not see it. My point is that if this thread
is to be cross-posted to *any* Word NG, it would make more sense to
cross-post to a word.vba NG instead of word.docmanagement.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Harald Staff" wrote in message
...
"Suzanne S. Barnhill" skrev i melding
...
If you think this might be of interest to Word developers, then post in

a
word.vba NG. Despite the name, the .docmanagement NG has been designated

by
MS for "General Questions" and consequently is now the most heavily
trafficked Word NG, primarily devoted to questions from users who

wouldn't
know VBA from a hole in the ground.

'
Ahem... you're crossposting your protests to a couple of Excel groups,
Suzanne, where the original question is highly relevant and Word newsgroup
etiquette the exact opposite.

Best wishes Harald



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Return Function scott Excel Worksheet Functions 2 October 21st 08 10:26 PM
need to create a node madhu16 Excel Discussion (Misc queries) 1 January 16th 08 12:02 PM
Why does this function NOT return a value? Nooby Excel Discussion (Misc queries) 3 May 22nd 06 03:07 PM
documented memory leaks in Excel 2003 or OWC11? PatFinegan[_12_] Excel Programming 0 February 2nd 04 05:15 PM
TreeView: add more than one node to nodes collection Peter[_25_] Excel Programming 3 September 5th 03 12:15 PM


All times are GMT +1. The time now is 06:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"