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 wOOdy-Soft 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 xascendent

  1. xascendent

    Help.. ActiveX Control Problem???

    set visible = false, you may also want to have it on a different form, and unload that form.
  2. xascendent

    missing operator but dont know where

    i know I use ' between by varables. such as "select * from tablename where '" & searchData & "'" might help.. may not.
  3. xascendent

    comment out code

    u could add the tool to you'er toolbar called Edit (located in the view/toolbar area.) highlight the code you want and click on the comment code button.. hope that helps.
  4. xascendent

    Video Capture

    check out this site http://www.ddj.com/ they have some dll's that you can download to do that.. but it will save the file as a bmp file, so you will have to convert it to a jpg. also you could use directX directShow.
  5. xascendent

    Resizing a form

    what i do is use the move function. and figure out where I want my objects on my form located then figure out the math. I'm sure there is a better way.. but that's how i do it. move (left as Single, top as Single, width,height)
  6. xascendent

    is my software safe ?

    this is not on the subject.. but where can I find samples for MTS programming with VB? I need to make a client server model.. and I was thinking about doing the same thing you just said.
  7. xascendent

    is my software safe ?

    why is MS using a Intermediate Language isn't that what Java is?
  8. xascendent

    is my software safe ?

    as far as I know cracking a exe to get that type of information is not possible because it is converted to machine code.. a Hex editor can do funky stuff to your programs exe but thats about it.. just don't make your program with Java or all will be lost.
  9. xascendent

    which database is better ?

    MS access would be fine.. and no they don't need a copy of the software.. you can you ODBC or Jet to connect to the .mdb file (which is your database file) and update in/change with your SQL statments.
  10. xascendent

    advice - what to learn next

    The only problems with Java are: 1. you can decompile it, 2. It is a memory hog 3. it is slow. but on the plus side java can run on any sys. On the other hand if you want to learn client/server side .net stuff it seems to me C# is the way to go.
  11. xascendent

    Help ! How do I disable CTRL+ESC key in Windows NT

    I have read on other boards that you have to rewrite the keyboard driver to do this for NT.

Part and Inventory Search

Back
Top