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 Chriss Miller 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: LazyMe
  • Content: Threads
  • Order by date
  1. LazyMe

    Modal Dialogbox disappearing when switching to other virtual desktop

    Hi, I'm using Actual Windows Manager which has a virtual desktop switcher and a collegue of mine uses another virtual desktop manager (of which I don't know the name). Both of us have the exact same problem: I show a modal dialog from my dotnet app (ShowModal(me/this)) and when I switch from my...
  2. LazyMe

    Comvisible and "Class not Registered" error

    Hi, I've created a C# executable with one class being comvisible. I've executed regasm on the excutable and got a valid typelibrary and also the registry settings seem to have been correctly entered. Still, I can't create an object out of the excutable. VB gives me the well-known "activeX...
  3. LazyMe

    OLE DB connection to GUPTA SQLBase 9.0.1

    Hi all, I've installed the GUPTA SQLBase 9.0.1 server on my machine and can connect to the ISLAND database with SQL Talk without any problems. However, I've been trying to figure out how to make an ADO connection to this database for two days now without any success. Both the ODBC connection...
  4. LazyMe

    Script runtime version question

    Does anyone know as of which version of the VBScript.dll the RegExp_55 library is included? I currently have the version supplied by a clean windows 2000 installation, which is 5.1.0.4615. This includes the version 1.0 of he RegExp typelib, but does not yet include version 5.5. And now I need...
  5. LazyMe

    Extender.Parent -> not usable?

    Hi, I've got quite a strange and rather annoying problem: The code is like this: Dim objParent as Object Set objParent = Extender.Parent Looks rather simple and according to everything I've read it should work. When I go to my watch window I can find everything I want to know about the...
  6. LazyMe

    For Each.... Next & IEnumXXX

    I stumbled into a problem I can't find anything about in the forums (except for a similair post in the ATL forum with no replies). The problem is that I've created some COM objects in C++. These objects expose some COM collections in which I've implemented the IEnumVariant interface, so from...

Part and Inventory Search

Back
Top