Solved the problem thanks to your installerclass and this library:
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=e6098575-dda0-48b8-9abf-e0705af065d9
Thank you, Aptitude!
And thank you, JurkMonkey too!
Yes, the All users-directory would have been the solution.
However, then I discovered that in Win2000 a restricted user does not have permission to write to that folder and its underlying folders. :(
So to simplify the problem:
I need to find a place where all restricted users can read and...
Ok, you got me there. Tried to make it simpler by not introducing another file in my example but the example only got more stupid... :)
If we take your alternative 1, I'd like to use the same log-file for all users. Where can I put the file so that all restricted users can log to it(in other...
The problem is that the config-file will change not only during the installation but during each execution also since it also works as a log-file. Forgot to mention that. :/
Hi!
I'm making a program that takes uses some values from a config-file in the program's folder. The program is also able to change the settings in the file.
But when I run it under a restricted user Windows XP won't let the program write to the file.
Is there a good workaround for this? Being...
I have a JPanel inside a JScrollPane. When I oversize the window so that the JScrollPane area is larger than the JPanel then the JPanel gets centered inside the JScrollPane area.
However I'd rather have it aligned to the upperleft corner of the JScrollPane area. How do I make JScrollPane do...
Sorry, wasn't clear enough in my question. What I was looking for is the function that replaces every occurence of a string in a large string with another string. In other words, just like Replace in ASP/VB, but I can only use ASP/mod_perl.
Example
I have this string: "Hello Mr.X, how are you...
This question seems to have been answered before but for ASP/VB.
I'm using ASP/mod_perl. Is there any equivalent command for mod_perl? Replace does not work for me...
Hi,
I'm creating a chat-application consisting of a client and a server. Both these programs use a specific thread to get data from the other.
The sending of the data takes place in the GUI-thread (event-thread?).
The creation of the ObjectStreams looks like this:
CLIENT-side
socket = new...
Yes, I made up the problem to make it a simple as possible. Thanks for the design tips though, didn't think about them (not that experienced with Access...).
Seems like Crosstab was exactly what I looked for or rather the commands TRANSFORM and PIVOT.
Thanks for the help :)
Mike
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.