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

    user identificacion

    I'm new in tomcat development. In my web application i used basic autentificacion. I want to identificate the user, but i don't know to do this. Help please. Thanks.
  2. Mausolo

    Java parser

    I need a parser for Java. I want to analyze a java source file syntacticaly and lexically. Thanks.
  3. Mausolo

    HTTP head

    I want to make a simple http server like this import java.net.*; import java.io.*; public class MyHttpServer { /** Creates a new instance of MyHttpServer */ public MyHttpServer() { } public void run() { try { int port = 10000...
  4. Mausolo

    How can i hide a TabPage in a TabControl?

    That's the question. I am trying with: .Hide() .Visible=false an other. Could anybody help me? Thanks.
  5. Mausolo

    Function add days

    I need a JavaScript function that add days to a date Parameters: Date() and number of days Return: The new Date()
  6. Mausolo

    Method name

    Can i get the name of current method in java program? Thanks
  7. Mausolo

    FTP in Java

    Have somebody a java program than connect to ftp server and downloads files Thanks.
  8. Mausolo

    Executing a java method from a C program

    How can i execute a java method (public) from a C program?
  9. Mausolo

    Executing a java method from C

    Hello all. I need to execute a java method (public) from a C program. How can i do this? Thanks.
  10. Mausolo

    Hexadecimal MOVE

    I have the next case 01 VAR-X PIC X. MOVE X'05' TO VAR-X With this sentence i do a hexadecimal MOVE to variable VAR-X I need to do this, but no constant value, i need something like this: MOVE X'VAR-Y TO VAR-X where VAR-Y not is: 01 VAR-Y PIC X VALUE X'05 VAR-Y is: 01 VAR-Y PIC X...

Part and Inventory Search

Back
Top