Jennifer84 0 Posting Pro

Hi,

I am using a flashcontrol in my application where I have assigned a bannerlink. A banner is shown in the flashcontrol wich is perfect and when clicking the bannercontrol the companys webpage is opened up in a browser. This works fine.

The problem is now when I assign the same link to a linklabel and click this link, then a browser is opened with the Actual banner and not the companys webpage as it should.

Anyone that have a clue why the companys webpage isnĀ“t opened when using this link. It works correct in the flashcontrol but not in the linklabel ?

String^ getLink = "http://online.titancasino.com/promoLoadDisplay?key=em9uZUlkPTc2OTEwNzA2MiZsYW5kaW5nUGFnZUlkPTc0MTc3NDkxJnByb2ZpbGVJZD01MjY5NTE%3D&clickTAG=http://online.titancasino.com/promoRedirect?key=em9uZUlkPTc2OTEwNzA2MiZsYW5kaW5nUGFnZUlkPTc0MTc3NDkxJnByb2ZpbGVJZD01MjY5NTE%3D"

//The flashcontrol when clicked DO open up the companys webpage wich is correct
AxShockwaveFlash1->Movie = getLink;
AxShockwaveFlash1->Base = getLink;


//Opens up the actual banner only in a browser wich is NOT correct ?
private: System::Void linkLabel6_LinkClicked(System::Object^  sender, System::Windows::Forms::LinkLabelLinkClickedEventArgs^  e) 
{
	Help::ShowHelp(this, getLink); 
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.