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

    Including a external DLL

    I'm trying to write a Windows Shell Extension use Visual SourceSafe in the windows explorer. Therefor I need the SSAPI.DLL in my ATL Project. But how do I do this? I tried #import "ssapi.dll" this generates a tli and tlh file, but what then? I also tried to include the IDL generated from the...
  2. Diodin

    Can't view video

    I have installed WinXP Pro on my ASUS P4B. I then wanted to watch a movie. But I get no screen. I tried MPEG and DivX. That DivX didn't work I understand, because it wasn't installed, but MPEG and AVI should be played with no problems. Windows Media Player says it is retrieving codecs, but I...
  3. Diodin

    Sony VAIO motherboard

    Can someone tell me with which motherboard a SONY VAIO is supplied, because I can't find it no where in my specs. The most important is that I know which chipset is used on the board.
  4. Diodin

    Security and Web Services

    Hello, I'm building an application to access a database through the intranet. I need a n-tier application so I wanted to use web services. The data trail is webpage->web service->DLL->SQL Database. Here is the problem: I have a database server (SQl 2000) and a webserver (Win2K server & IIS 5)...
  5. Diodin

    Setting the compiler to J2SE 1.4 Beta 3

    I downloaded and installed JBuilder 5 Personal, but I wanted it to use java 1.4 instead of 1.3. So I set the JDK to 1.4 in the tools menu. Now I can't design anymore. When I start the visual designer I get a null pointer exception and when I try to compile I get a 'wrong version number' error...
  6. Diodin

    VPN, DNS and NetBIU

    Hello, I have a home network with three PC's. Two Clients(win98 en win2k) and a win2k server. The servers has two NIC's one for the LAN (192.168.0.*) and one connecting to the cable modem. I have a DNS and DHCP service assigned to the LAN NIC. The internet is routed using Routing and Remote...
  7. Diodin

    Do joins exist

    Hi, I'm new with Oracle. I always used Microsoft Access to create databases. Now I need to use Oracle and it's going fine. The only thing I can't find in Oracle is de conmmand (INNER) JOIN. Dos it exist in Oracle and if it doesn't how should I create inner joins. P.S. I need Oracle 8. On the...
  8. Diodin

    Reading from file using javascript

    I have a textfile with all kinds of information in it. Now I want to create a script which reads from file (on server) and then generates a webpages. To generate a webpages can be done using document.write(), but how do I read from a file using javascript? Is this possible or do I have to create...

Part and Inventory Search

Back
Top