Click here to Skip to main content
15,911,707 members
Home / Discussions / C#
   

C#

 
GeneralRe: Listbox with hidden id Pin
viana2-May-03 1:32
viana2-May-03 1:32 
GeneralRe: Listbox with hidden id Pin
James T. Johnson2-May-03 1:34
James T. Johnson2-May-03 1:34 
GeneralRe: Listbox with hidden id Pin
viana2-May-03 1:36
viana2-May-03 1:36 
GeneralRe: Listbox with hidden id Pin
James T. Johnson2-May-03 1:41
James T. Johnson2-May-03 1:41 
GeneralForm Load Issues Pin
RB@Emphasys1-May-03 6:13
RB@Emphasys1-May-03 6:13 
GeneralRe: Form Load Issues Pin
J. Dunlap1-May-03 6:53
J. Dunlap1-May-03 6:53 
GeneralRe: Form Load Issues Pin
RB@Emphasys1-May-03 7:29
RB@Emphasys1-May-03 7:29 
GeneralPlease Help Pin
Scoop1-May-03 3:50
Scoop1-May-03 3:50 
I am trying to sink element events. I have successfully done this with
the browser and the document events. When I do the following

UCOMIConnectionPointContainer pConPtCon =
(UCOMIConnectionPointContainer)obj.srcElement;
Guid guid = typeof(mshtml.HTMLSelectElementEvents2).GUID;
UCOMIConnectionPoint pConPt;
pConPtCon.FindConnectionPoint(ref guid,out pConPt);
selectelementEvents = new IEHTMLSelectElementEvents();
pConPt.Advise(selectElementCookie,out elementCookie);

No exceptions are thrown, but i receive none of the event
notifications.

when i do the following

obj.srcElement.ondragstart += new
mshtml.HTMLElementEvents2_ondragstartEventHandler(ondragstart);

I receive the first notification and from then on, I am unable to
resize, drag or do anything to the element. I need to be able to sink
elements as they are created in order to get their resize
notifications.

Has anyone else had any similar problems or know of any solutions.

Thanks,

ScoopMad | :mad:

"Never trust a man who, when left alone with a tea cosy, doesn't try it on!"
GeneralRe: Please Help Pin
Stephane Rodriguez.1-May-03 4:17
Stephane Rodriguez.1-May-03 4:17 
GeneralRe: Please Help Pin
Scoop1-May-03 4:46
Scoop1-May-03 4:46 
GeneralGet wepage source code Pin
Amauw Scritz1-May-03 1:07
Amauw Scritz1-May-03 1:07 
GeneralRe: Get wepage source code Pin
Stephane Rodriguez.1-May-03 1:19
Stephane Rodriguez.1-May-03 1:19 
GeneralRe: Get wepage source code Pin
David Stone2-May-03 13:33
sitebuilderDavid Stone2-May-03 13:33 
GeneralRe: Get wepage source code Pin
Stephane Rodriguez.2-May-03 18:53
Stephane Rodriguez.2-May-03 18:53 
GeneralRe: Get wepage source code Pin
David Stone3-May-03 6:15
sitebuilderDavid Stone3-May-03 6:15 
GeneralRe: Get wepage source code Pin
Stephane Rodriguez.3-May-03 6:30
Stephane Rodriguez.3-May-03 6:30 
GeneralRe: Get wepage source code Pin
David Stone3-May-03 8:10
sitebuilderDavid Stone3-May-03 8:10 
GeneralService Pin
Mazdak30-Apr-03 22:31
Mazdak30-Apr-03 22:31 
GeneralRe: Service Pin
Daniel Turini30-Apr-03 22:47
Daniel Turini30-Apr-03 22:47 
GeneralRe: Service Pin
Xiangyang Liu 刘向阳30-Apr-03 23:36
Xiangyang Liu 刘向阳30-Apr-03 23:36 
Generalsingle view in MDI application Pin
corse30-Apr-03 19:00
corse30-Apr-03 19:00 
GeneralRe: single view in MDI application Pin
J. Dunlap30-Apr-03 21:04
J. Dunlap30-Apr-03 21:04 
GeneralCall Shell Command Pin
Amauw Scritz30-Apr-03 16:25
Amauw Scritz30-Apr-03 16:25 
GeneralRe: Call Shell Command Pin
Stephane Rodriguez.30-Apr-03 19:52
Stephane Rodriguez.30-Apr-03 19:52 
GeneralRe: Call Shell Command Pin
Andy Davey1-May-03 17:37
Andy Davey1-May-03 17:37 

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.