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 wOOdy-Soft 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: Stevoie
  • Content: Threads
  • Order by date
  1. Stevoie

    VS 7. EnvDTE - VCCodeInclude Help

    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...
  2. Stevoie

    .NET XmlTextWriter inserting unwanted charactors

    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...
  3. Stevoie

    .NET XmlTextWriter inserting unwanted charactors

    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...
  4. Stevoie

    Visual C++ Extensibility Object Model

    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...
  5. Stevoie

    Postfix: Virtual Domains with mutiple non-unix user accounts?

    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...
  6. Stevoie

    Virtual Domains with mutiple non-unix user accounts?

    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...
  7. Stevoie

    Object to Byte Array and back again?

    anyone know how to convert any java object to a byte array then convert it back again? thanx StevoIE
  8. Stevoie

    Sending object through socket problem

    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...
  9. Stevoie

    setup of sendmail

    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...
  10. Stevoie

    attach javadoc to class jar

    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...
  11. Stevoie

    rmi AccessException problem

    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...
  12. Stevoie

    XMLForm - tutorials

    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
  13. Stevoie

    Newbie Question

    (in the Client file)<%@ Import Namespace=&quot;MathService&quot; %> 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...
  14. Stevoie

    Perl/Tk Reading messages/events sent to a window

    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
  15. Stevoie

    getting window handle list in win2000

    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
  16. Stevoie

    Use perl to logout

    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
  17. Stevoie

    what does this error msg mean?

    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...
  18. Stevoie

    app start at login

    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
  19. Stevoie

    next problem - Tk::JPEG memory usage

    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...
  20. Stevoie

    installing modules manually on Win2k

    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...

Part and Inventory Search

Back
Top