Re: Figured it out: Re: Perplexing Problem with DDE
- From: "Steve Easton" <admin@xxxxxxxxxxxxx>
- Date: Fri, 22 Dec 2006 15:13:11 -0500
Hi Bob,
Tried what you suggested.
No luck.
Bugs me that it worked repeatedly before and then just stopped working.
Steve Easton
"Bob Butler" <tiredofit@xxxxxxxxxxx> wrote in message news:e37qPUfJHHA.2236@xxxxxxxxxxxxxxxxxxxxxxx
"Steve Easton" <admin@xxxxxxxxxxxxx> wrote in message
news:ej8APNfJHHA.1252@xxxxxxxxxxxxxxxxxxxx
It needs the linkmode set to none to clear any existing DDE links
With Label1
.Caption = ""
.AutoSize = True
.LinkMode = NONE
Do you have Option Explicit set? If not, you should add that. The line
above should be
.LinkMode = vbLinkNone
.LinkTopic = "IExplore|WWW_GetWindowInfo"
.LinkItem = "0xFFFFFFFF"
.LinkMode = 2
Rather than use a magic number I'd make that
.LinkMode = vbLinkManual
.LinkRequest
BTW, you'd do better replying to an existing post and not changing the
subject line. Your posts are showing up separated and disjointed.
--
Reply to the group so all can participate
VB.Net: "Fool me once..."
.
- Follow-Ups:
- Re: Figured it out: Re: Perplexing Problem with DDE
- From: Bob Butler
- Re: Figured it out: Re: Perplexing Problem with DDE
- References:
- Perplexing Problem with DDE
- From: Steve Easton
- Figured it out: Re: Perplexing Problem with DDE
- From: Steve Easton
- Re: Figured it out: Re: Perplexing Problem with DDE
- From: Bob Butler
- Perplexing Problem with DDE
- Prev by Date: Re: Controlbox Disable
- Next by Date: Re: Import fixed length file to SQL db
- Previous by thread: Re: Figured it out: Re: Perplexing Problem with DDE
- Next by thread: Re: Figured it out: Re: Perplexing Problem with DDE
- Index(es):
Relevant Pages
|