Rank: Advanced Member Groups: Member
Joined: 9/20/2011 Posts: 32
|
After downloading eo.web controls, standard MsgBox (ref to assembly) no longer works - ref to eo.web prevails.. 1) How can I add a prefix to the correct assembly for standard MsgBox 2) What advantages does eo.web MsgBox offer (is it java based and therefore universal?) thx
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You can reference our MsgBox by the full name as EO.Web.MsgBox, and VB's MsgBox by the full name as Microsoft.VisualBasic.Interaction.MsgBox.
Our MsgBox control is DHTML and JavaScript based, so it works on all browsers. The advantage of our MsgBox is for a Web application. The standard VB MsgBox is for Windows Forms application (let me know if you are talking about another MsgBox). So these are two totally different creatures.
Thanks
|
Rank: Advanced Member Groups: Member
Joined: 9/20/2011 Posts: 32
|
Both answers exactly what I was looking for - thanks again -
|