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 bkrike 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: cipro
  • Content: Threads
  • Order by date
  1. cipro

    Having problem creating a socket

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

    C# with WMI problem

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

    Code for Events

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

    Download a BLOB from Oracle 9i

    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[]...
  5. cipro

    File Filters

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

    JTextPane w/ JScroll Pane

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

    JBuilder JPanel Background Image

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

    VBSCRIPT converison

    I have some scripts that have been written into BAT files. I would like to know if there is a utility that will allow me to convert these BAT scripts into VB scripts? Does anyone know of anything that can help?
  9. cipro

    Modify Registry

    I am writing batches for Windows 200 and I need to modify permissions in the registry from within the batch file. Can someone please help me out. Thanks
  10. cipro

    Power Off

    Ok, I know this is a simple stupid question but I can not figure it out. When I shut down WinXP It goes through the usual procedure but then I get the message it is now safe to turn off your computer. I want to have the computer automatically shut off. How can I fix this? Also... I need a...
  11. cipro

    GPO & Profile Processing Error

    I am using Microsoft Operations Manager and I get this error every day or so: GPO & Profile Processing Error Windows Cannot unload your registry file. If you have a roaming profile, your settings are not replicated. DETAIL - Access is denied, Build number ((2195)) I have looked through the...
  12. cipro

    Time Service Error

    I am using Microsoft Operations Manager to monitor a test domain and every day I get the error "Time Service Error" or "Time Service Warning". I have followed the instructions included in mom to solve this problem but it has not worked. I typed in "net time...
  13. cipro

    Group Policy

    This is somewhat of a theoretical question but I need to get an answer for it. If an administrator applies a group policy to himself, how can he then revert that group policy so it no longer effects what he does. I have been looking on teknet so far and I cant find any solutions. Any help...
  14. cipro

    File Permissions

    I have a computer with Windows Xp (fat32 partitioning). I am the local Administrator on the machine. I have copied a folder over to the computer from a CD but when I try to open the folder I get the error permission denied. How can I change the rights on this folder so I can get in? what...
  15. cipro

    Network Packet Loss

    I have a network of 7 computers all connected to a HUB (no internet connection). They all have static IPs and log on using Microsoft Family Logon. All of the computers are fine with the exception of one. When sharing files with or from this computer it is very slow. When I ping the computer...
  16. cipro

    Painfully Slow Startup

    I have a Celeron 800 w/ 128Mb running Win XP (fresh installation... no apps installed) .... I just installed winXP because the computer was taking 10 - 15 minutes to startup using win98 and I figured it was an OS problem (thought a new install would fix the problem). It took nearly 2.5 hours...
  17. cipro

    File Sharing in Windows 98

    I have a network of Approx 7 computers (all but 1 run win 98). All of the computers are plugged into a hub (there are no DHCP servers, DNS servers, etc...). The computers are all part of the same work group and assign themselves dummy IPs inorder to share files (169.254.x.x ... this is a...
  18. cipro

    New to sniffer and have a few questions

    I am currently researching Sniffer for a corporate environment and I have a few questions. I need to get Sniffer Reporting but I can not find on the web site if that is a stand alone product or if I have to get a primary software package and have that as an add on package. Can someone give me...
  19. cipro

    Network Monitoring Software????

    I need to find a software package that I can run on a corporate level which will allow me to monitor connectivity between computers on the network. For example. I have computer A, B and C. As an administrator I want to be able to query A and find out if they are currently connected to...
  20. cipro

    Network Monitoring Software

    I need software will allow me to monitor my network and see what local clients are being accessed by other local clients. Does anyone have any suggestions about what software I can use. Im notlooking for freeware , I need something that is reliable and professional.

Part and Inventory Search

Back
Top