Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: NaiDanac
  • Order by date
  1. NaiDanac

    Object doesn't support this property or method

    So what would you use?
  2. NaiDanac

    Object doesn't support this property or method

    It's programed in .NET (as you have guessed). The machine does have the .NET framework. I don't think there is a problem with the go() method, since it runs fine when VS.NET2003 is installed on that machine! This is a strange one. Nai
  3. NaiDanac

    Object doesn't support this property or method

    I'm experiencing some strange behaviour with HTML embedded controls. I use the following code: <object id=myControl classid=http://server/share/MyControl.dll#MyControl.usercontrol></object> <input type='button' name='go' onclick='RunControl()' Value='Submit'> <script language="JavaScript">...
  4. NaiDanac

    Object doesn't support this property or method

    I'm experiencing some strange behaviour with HTML embedded controls. I use the following code: <object id=myControl classid=http://server/share/MyControl.dll#MyControl.usercontrol></object> <input type='button' name='go' onclick='RunControl()' Value='Submit'> <script language="JavaScript">...
  5. NaiDanac

    Usercontrols without the .NET framework

    OK, problem solved. It turns out that my Intranet Security Zone settings were set to disable signed/un-signed .NET contorls from being downloaded/executed. Once I enabled them, the control works beautifuly. Thanks all for your help. NaiDanac
  6. NaiDanac

    Usercontrol XP/NT

    OK, problem solved. It turns out that my Intranet Security Zone settings were set to disable signed/un-signed .NET contorls from being downloaded/executed. Once I enabled them, the control works beautifuly. Thanks all for your help. NaiDanac
  7. NaiDanac

    Usercontrol XP/NT

    I tried: <object id=Mycontrol classid=http://myserver/myshare/control.dll#control.control1 width="100" height="100"></object> but that didn't work either!
  8. NaiDanac

    Usercontrol XP/NT

    Any idea how I can test the sizing contraints?
  9. NaiDanac

    Usercontrol XP/NT

    I'm getting some unusal behaviour now! I have built a simple usercontrol in visual studio.net. I then embedded the usercontrol on a web page that is part of my intranet. When I navigate to that web page from an XP machine, the usercontrol downloads to my machine correctly. On the NT machine...
  10. NaiDanac

    Usercontrols without the .NET framework

    Thanks again Rick. I'm getting some unusal behaviour now! On the NT machine, I've installed the .NET framework, and tried to test my embedded usercontrol. I was surprised that I still can't see it when it comes down! I included it on the html page using: <object id=Mycontrol...
  11. NaiDanac

    Usercontrols without the .NET framework

    Thanks Rick. That explains why it would work on my XP machine (which has the .NET platform), but not on the NT machine (without the .NET platform). Do you think it would be better to then develop in VB 6 instead (if I don't want to force users to install the framework?) Thanks for your help
  12. NaiDanac

    Usercontrols without the .NET framework

    I built a user control using VB.NET and have successufly embeded it on web page (Intranet). When I visit that web page using a machine that does not have the .NET framework installed, it doesn't work. Can .NET usercontrols run without the .NET framework being installed? Thank you
  13. NaiDanac

    System.Security.Permissions.SecurityPermission

    Today I finished creating a user control in VB.NET that I intend on embedding in web pages. It allows users to send email from a web page using their local Lotus Notes client (as opposed to the traditional SMTP way). Any way, the user control works beautifuly when run from a windows...
  14. NaiDanac

    ActiveX and web pages

    Accessing the Internet Explorer Document Object Model from ActiveX (Visual Basic.NET). I built an usercontrol in visual basic.net that I managed to include on a webpage using <object></object> I don't know however how I can access some of the elements on the html web page and read it into my...
  15. NaiDanac

    ActiveX, OCX, UserControls???

    I have a VB.NET application that I would like to make as a component that I can embed in a web page! What should I be using: ActiveX, OCX, UserContls???? Where can I get more info? (Please be specific) Thank you
  16. NaiDanac

    Components from web pages

    Hello all, I have a vb.net application that I've built. I would like to know how I can make it into a component that can be called from a web page. I never did this before, but I've been reading some stuff about ActiveX and COM, and I think that's the way I need to go... Can that be...
  17. NaiDanac

    ActiveX and VB.NET? Calling .NET code from I.E

    Hello all, I have a vb.net application that I've built. I would like to know how I can make it into a component that can be called from a web page. I never did this before, but I've been reading some stuff about ActiveX and COM, and I think that's the way I need to go... Can someone...
  18. NaiDanac

    Changes are seen instantaneously

    chiph, how can I do that? Thanks
  19. NaiDanac

    Changes are seen instantaneously

    We're experiencing some trouble with Visual Sourcesafe 6.0 and Visual Studio.net. We've got three WinNT workstations (development machines), and one Win2K server. The server/client have Visual Sourcesafe installed. We are able to check in/out files correctly, however we are noticing that...
  20. NaiDanac

    Changes are seen instantaneously

    We're experiencing some trouble with Visual Sourcesafe 6.0 and Visual Studio.net. We've got three WinNT workstations (development machines), and one Win2K server. The server/client have Visual Sourcesafe installed. We are able to check in/out files correctly, however we are noticing that...

Part and Inventory Search

Back
Top