I have the socket connecting now, but the data I am sending isn't being picked up by any of my listeners on the network (note: I am trying to broadcast traffic)
I made the following changes to my top section of code to get this to work:
Const sckTCPProtocol = 0
Const sckUDPProtocol = 1...
I am trying to create a socket and I am getting an error on the line:
Dim sock As New Socket(AddressFamily.InterNetwork ,SocketType.Rdm,ProtocolType.Udp)
it says that The support for the specified socket type does not exist in this address family
Can someone please point out where I am...
as far as my code goes, everything seems to be working correctly. I can run queries against most windows 2003/2000 machines. There are 2 machines that I cannot query, but the issue seems to be with the machines rather than the code. The only change that I made was the one that I posted...
Changed the following line and got it to work:
System.Management.ManagementScope oMs = new System.Management.ManagementScope("\\\\" + remotePC + "\\root\\cimv2", oConn);
However, I cant run my queries against windows 2003 machines(I am running from a windows 2000 machine). It is telling me...
I have written code that reads in a list of computers and retrieves infomation regarding free HD space using WMI. No matter what remote computers are in the list, I always get info for my localhost. The entries in the list are formated like this:
\\\\computer1
\\\\computer2
Here is my Code...
this is a stupid question, but I am using the GUI in VS.Net 2003 and I am trying to code for events for objects. I know if you double click a button object you get the code for "mouse click" (and that works for other objects too), but how do I access other methods like if I type in a text box...
I have been struggling with this problem for a few days now. This thread really helped, but now when I browse to the CGI script, IE tries to download the script rather than run it. Any ideas?
I am working on an app that needs to be able to download BLOBs from oracle. This is the code that I currently have:
public static void getBLOB(Connection c)
{
int recNum = Integer.parseInt(readEntry("Enter Record Number: "));
//byte[] allBytesInBlob = new byte[0];
//byte[]...
I had a look at the FileSystemView and I still cnt find anything to do with file size. If anyone has any other ideas or advice I would really appreciate it.
Thanks
I am trying to write a file filter that will sort all files in a directory according to file size. I have looked through the books and searched the net but I haven't been able to find anything clear enough to help.
If someone could help me I would really appreciate it.
Thanks.
I have a multicast chat program that uses a JtextPane in a JScrollPane. I want to set it up so I can have the pane automatically scroll as the text fills the screen.
any help is greatly appreciated.
Thanks
I am using JBuilder and I am trying to insert a background image into a jpanel and have the ability to place other content over top of it. I have been working on this for a while but none of my code works. If anyone can explain how to go about doing this in Jbuilder I would be very...
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.