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...
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
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...
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!
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.