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

    HttpURLConnection timeout problem

    Hi I have a weird problem with HttpURLConnection. I'm running a servlet on a tomcat server. When I access it from a web browser through http://localhost:8080/servlername or http://computername:8080/servletname it works fine. the weird thing happens when I access it through an external client I...
  2. stemy

    download file with http

    Hi I need to write a small client application in java that uses http in order to downlaod a file from the internet. I suppose I should use [code]URLConnection.getInputStream[code] and send that stream as a constructor parameter for another cusom input stream, only I don't know which one to use...
  3. stemy

    Strange BindingManagerBase problem

    Hi I have a problem with BindingManagerBase, and the strange thing is that it doesn't hapen all the time, so maybe someone knows what could trigger such a thing. I'm iterating through the items of a BindingManagerBase object and searching for a specific item [code] bmb.Position = 0 while...
  4. stemy

    write xml to a file

    hi I'm working with org.w3c.dom APIs to manipulate XML document. What's the easiest way to write the Document into an output stream (a file for instance) ? Thanx.
  5. stemy

    remote event handling

    I have a strange problem with remote event handling. I have a remote server class that has a public event, and a client that handles that event remotly, and everything worked fine so far. The problen is, I wanted to have different kinds of clients so I created a base client class, that did all...
  6. stemy

    implement register & notify with Remoting

    hi I'm trying to implement a register/notify machanism with remoting. I have a Remote object on a server (Registered and all that stuff), and I want clients to call its register method to register an event and get notifications whenever that event happens. I thought of declaring a public event...
  7. stemy

    ADO.NEt DataRow question

    Hi I'm using the method DataRow.GetParentRows, and I noticed it does not return rows that are marked with DataRowState.Deleted. Is there a way to make it return them ? Is there maybe another method I could use ? Thanx
  8. stemy

    using external library

    Hi I want to use an external function library in my application(Pthreads for instance). I downloaded the .h .lib and .dll files. Now, what do I need to do to configure my project to use the library ? do I need to tranfer the files somewhere or just conigure vc ? thanx.
  9. stemy

    RMI + threading question

    Hi I have a problem. Let's say I have a method "public int foo()" on a remote object, and I want to enable multiple invocations of that method my multiple clients. My Idea was assigning a new Thread each the method is invoked and letting the thread handle it. like this: public int...
  10. stemy

    How do I create an "icons area" ?

    Hi I need to create in java a screen similar to the "New Office Document" screen in "Microsoft office". Meaning, I need a tabbed panel, and each tab has to have an area filled with icons. I know how to make the tabs but I don't know how to create such icons in java. thanx.
  11. stemy

    backdoor.subseven trojan

    hi My firewall notifies me from time to time that it blocked trojan horse backdoor.subseven from making an outbound connection. I performed full system scans, read dozens of online articles about where to look for it in the registry and initialization files, and found absolutly no trace of the...
  12. stemy

    problem connecting to ftp

    Hi I'm using ud4, and till recently it worked just fine, but now whenever I try to connect to the remote ftp UD is stuck for some time until it completly stops responding. However, when I try to connect using a "regular" ftp client it works fine. I'm running win2000 and nav firewall...
  13. stemy

    SBServ problem

    Hello I installed NAV 2003 about a month ago and at first it worked really smooth. lately I noticed that whenever windows starts, it runs SBSrev.exe for about 2-3 minutes and during that time I can't run some apps (like internet dialer or some control panel applets) and I have to wait till it...
  14. stemy

    blocking ports for inbound connections

    My firewall alerts me that I am constantly being attacked through various local port. I already blocked some of them but I am affraid to block too many because maybe one of them is handling legitimate connections. when I look at that big "ports assignment" table that many sites offer...
  15. stemy

    ports questions

    I just imstalled norton internet security and configured it to prompt on each ip accessing my computer. I noticed that ricky attemps come from three ports: 1. 1214 - I know that KaZaA listenes on that port but it seems still open after I close KaZaA. 2. 4662 - I have no idea what it's used for...
  16. stemy

    too many connections

    After browsing the internet for a while, my computer starts downloading and uploading tons of data without any internet progran open (for sure). I installed norton internet security and noticed that while it doesn't happen I have about 20 connections and when it does I have something like 350...
  17. stemy

    can't add text field to from

    Hi I'm trying to edit a from that someone else did, that sends the input throught email (cdo). I've added a new text field to the from but when I submit the field is not included. should I bind it to the form in some way ? Dror Givoli.
  18. stemy

    icons color problem

    Hi I've been using win2000 more than a year and it's been just fine. Lately, my icons started appearing using only 16 colors .At all other places the colors seem fine, the problem is only with icons (tray, windows explorer, desktop). The weird thing is that it happend gradually: at first when I...
  19. stemy

    how do I open a directory in wsh ?

    I'm writing a vbs file and I need to promt the user to choose a folder. Is there a way to do this with vbscript (maybe using other object models or win32 api) ? Thanx

Part and Inventory Search

Back
Top