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!

Recent content by threedim

  1. threedim

    DCOM on NT and 2000

    Hi all, I installed a DCOM server and clients onto 3 PC's: 1 DCOM server: W2K 2 DCOM Clients: NT and W2K Now when I execute the following line: set oDB = Server.CreateObject("object.class") DCOM Client W2K is fine but.. DCOM Client NT gives me "ActiveX component can't create object" Any...
  2. threedim

    If.. then VS select .. case

    Hi! This might be a silly question but is there any difference in efficiency between using an If..then and a select..case statement?
  3. threedim

    Menu dropdown behind select box

    Unfortunately, I have that problem too. What I do is I hide the select box or I place it elsewhere.
  4. threedim

    Retrieve column names from database

    I plan to write a web form which accepts SQL statements and processes it and then displays the table corresponding to the SQL. Problem is the only way I know how to output data from a row is like this: objRecord("COLUMN_NAME") Is it possible to retrieve all the column names from a...
  5. threedim

    Detect which drive letter is smartmedia card reader?

    That is great. exactly what i was looking for. Thanks! :)
  6. threedim

    Detect which drive letter is smartmedia card reader?

    How do I detect which drive letter is the smartmedia card reader in vb?
  7. threedim

    Java vs C++ on performance on Symbian

    oh ic. so performance would definately be better on C++ then. Java just has an easier to understand syntax :p
  8. threedim

    Java vs C++ on performance on Symbian

    I was wondering if there is a significant performance difference between writing an application in Java and C++ on Symbian OS. eg. memory handling and speed which are all important in things like pda's n phones. Are there any advantages performance wise between those two?
  9. threedim

    Add border to a rectangle

    thank you :)
  10. threedim

    Decompiling java possible?

    Thanks everyone for clearing things up I will probably look into encryption to protect the source:)
  11. threedim

    Add border to a rectangle

    How do we add a border to a rectangle object in fireworks 3?
  12. threedim

    Decompiling java possible?

    so does obfuscating the code gurantee protection against decompiling? cause i was wondering if java can be decompiled, why would people develop software with it :p
  13. threedim

    Decompiling java possible?

    I've heard that it is possible to decompile java. was that for old versions of java or is that true now too? I've heard of a program called mocha but that was long time ago
  14. threedim

    Class A ip with subnet mask 255.255.255.0 possible?

    thanks for clearing that up, the link is very useful too :)
  15. threedim

    Class A ip with subnet mask 255.255.255.0 possible?

    I read this in a CCNA book if i have a class A ip 10.88.88.3 and subnet mask: 255.255.255.0 it says it with the subnet mask the the machine with that ip will not work on the network. from the book it says class A ip's should have subnet masks of the form 255.xxx.xxx.xxx. If I were to use...

Part and Inventory Search

Back
Top