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 Mike Lewis 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: Irit
  • Order by date
  1. Irit

    MFC: How to Hide a text source file inside executable

    Hi, I am writing a program that on start-up reads from a text file some information. I would like to hide this file, so the user is getting only the exe file, and he cannot mess with the text file (the file has a delicate structure). I tried to: * include the file (not working, it still looks...
  2. Irit

    Preprocessor #ifdef indentation

    Thank you victorv, I will immidiatly check with my Tornado compiler references!!!
  3. Irit

    Preprocessor #ifdef indentation

    Hello all, I looked also in the C programming language book of Kernighan and Ritchie, and could not find information about #ifdef indentation. I saw in some other forums that this is not definded in treditional C. what do you know about this? Thanks in advance :-> Irit
  4. Irit

    WaitForSingleObject returns to early with former string result

    Hello all, We are using MFC in a small app that receives a name of a file from a target(remote board), trough FTP connection, then copies it to the host (PC app is working from). We have used setEvent to tell the class CPlotParamsDlg when the name of the file is updated, but it seems that the...
  5. Irit

    How can I manage focus in AWT?

    Hi, I want to be able to manage focus: to tell the focus were it cannot be in my applet (on which components) and the order of focus on stuff. How? Thanks!
  6. Irit

    remove focus from textArea

    Hi, I am a beginner in Java, and I'm trying to make a textArea look like a screen, in which the numbers I type appear. I dont want the user to edit the screen so it has setEditable(false) BUT the cursor still blinking in the textArea window!!! how can I make it dissapear? Oh and very important...
  7. Irit

    How to get focus on a particular field on Page Load

    Hi all and thanks for your mails, I don't know so much javascript. Tsdragon, you said I can access the fields of my doc using: document.forms[0].elements[0].focus(); etc. Is there a way I can see all the functions/actions I can invoke on a field? for example, if my form is frm1 and i have a...
  8. Irit

    path to different location than the site is on.

    Hi, How do I link a document to the documents tree in a site, when the document is not on the same computer of the site. I tried with the IP in the tree.js : gLnk(0, "Database.doc", "//145.9.106.130/data/SHARE/BTS/SW/RFDS/RFDS_vob/docs/SW/Design/DB.doc", "Common...
  9. Irit

    DTD location for Xerces-C SAX parser

    Hi, I use SAX 1.0 of Xerces-C, and succeed to read XML document and validate it against the DTD. I would like to know 1. How can I change the directory the parser looking in it, to find the DTD? 2. How can I give the DTD to the parser, in buffer (char*) and not as file? 3. and may be, how...

Part and Inventory Search

Back
Top