Hi
I'm using the Visual Studio 7 EnvDTE API to gather information about my C++ source code, in particular, any includes that appear in my source files but I cannot find out which file (with path) that the include statement points to.
For example:
file editor.cpp has include <text.h>
I need...
Hi
I am using the .NET System.Xml.XmlTextWriter class to create some xml files. I noticed that there were three extra charactors at the start of the xml file that i had not requested.
They are: 
What i need to know is how to stop the XmlTextWriter from writing these out. They are...
Hi
I am using the .NET System.Xml.XmlTextWriter class to create some xml files. I noticed that there were three extra charactors at the start of the xml file that i had not requested.
They are: 
What i need to know is how to stop the XmlTextWriter from writing these out. They are...
Hi
I'm attempting to extract usable information regarding VC++ source files. Information such as class member variables, functions and their properties. I can extract a function's parameters, visability, and return type but i'm also interested in finding if the function invokes any another...
Hi
I have the multiple virtual domains running. no problems there. I have setup email accounts for each of the domains.
But for each email account i have, i created a corresponding user account on the linux box and mapped it to the email access.
Its OK if theres only a few email accounts but...
Hi
I have the multiple domains running. no problems there. I have email accounts for each of the domains setup.
But for each email account i have, i created a user account on the linux box and mapped it to the email access.
Its OK if theres only a few email accounts but in time the number of...
Hi all,
I'm having problems with sending objects through a socket.
The server thinks it has sent an object- calls the system.out() but the client has still not passed the objInputStream.readObject(); point.
Also the client will sometimes block at the outgoingSocket.getInputStream()) and i...
I've just installed Suse 9.0 and am having trouble getting sendmail accept incomings connections. This is what ps ax prints out.
826 ? S 0:00 sendmail: Queue control
827 ? S 0:00 sendmail: running queue: /var/spool/clientmqueue
I don't know how to start the smtp...
Hi all,
Does anyone know how i can attach the javadoc files to a jar file containing the class files. I can generate the javadoc on the source files.
The end result is that when you import the jar file in a ide, you get the javadoc comments when using a class in the jar.
Any ideas,
Thanx...
Please help.
I've got a AccessException being thrown when i attempt to bind to a rmi registry running on a remote machine. I've given full permissions to both the server and client grant {
permission java.security.AllPermission;
};
but it still throwns the exception. Run the server using...
does anyone know of any good tutorials for XMLForms?
Tried using the included XMLForm tutorial that comes with Cocoon but need something better.
Is there a forum group for cocoon?
StevoIE
(in the Client file)<%@ Import Namespace="MathService" %>
this isn't working, i'm getting the following error
Compiler Error Message: CS0118: 'MathService' denotes a 'namespace' where a 'class' was expected
all the files are in a MathService folder, no sub folders.
do i need to setup...
Is it possible to read all the messsages/events that are sent to a window eg. window_moved, mouse_button_pressed, window_resized, window_minimized.
Thanx in advance,
StevoIE
Does anyone one know how i could retrieve a list of window handles of all currently opened windows.
I writing a small java app that will retrieve the list and use it to switch between the windows at a specific interval.
Thanx in advance
StevoIE
Is it possible to get a perl program to logout a user in win2000? eg user presses a button in a perl tk window and windows logs them out.
thanx
StevoIE
I get this error message when i try to run a perl script that uses Win32::GUI. Its the latest version of the module and latest stable version of perl.
Does anyone know what it means and how to fix it?
Thanx
StevoIE
C:\work program>perl main.pl
Prototype mismatch: sub main::MB_ICONEXCLAMATION...
Does anyone know how to get a program to startup when a user logs in and when the user quits that program, windows logs them out. eg user logs in as quake, quake3 loads up, user plays, and when they quit the game, windows logs them out. Is this possible??
Using win2000 pro.
Thanx in advance
StevoIE
I've posted this problem before but I didn't get much back so I'll try again.
Heres the code:
#Create the Main Window
$mw = MainWindow->new;
#Create the frame to display the images
$frame2 = $mw->Frame(-background=>'black',-width=>712,-height=>568)->pack(-anchor=>'ne');
#Load the images...
I'm having trouble installing modules in Win2k, i've found a module that i want to install and its not in ppm so i have to do it myself.
I can run the makefile.pl, that works
Its when i run the nmake that it gives an error
C:\Perl\newmodule>nmake
Microsoft (R) Program Maintenance Utility...
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.