thanks idarke, I suppose your guess was close enough. I simply added an entry to my HOSTS file:
127.0.0.1 computername
and it worked like a charm. Now that I think of it, I once told ZoneAlarm to lock my HOSTS file (as a defence against some viruses), and maybe that entry would've been added...
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...
I tried to look it up but I got nothing. what exactly should I put on the server? should it be a jsp file? a class file? what code should I run on the sever?
I need, from within an application that doesn't have to do with a browser, to specify a file and URL, and to upload that file.
I whould also appriciate help with those binary files.
thanks a lot.
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...
[code]
Private Sub Button1_Click(.....) Handles Button1.Click
dim objForm2 as new Form2()
objForm2.Show()
End Sub
[code]
you can also use
[code]
objForm2.ShowDialog
[code]
if you want form2 to be displayed as a modal dialog window.
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...
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.
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...
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...
Actually, I'm using GetChildRows. Here's some code:
[code]
Dim row as DataRow
Dim rows() as DataRow
...
...
rows = row.GetChildRows()
[code]
I want GetChildRows to also return rows that are marked deleted. The reason, is that I want to know if I need to update the child table in the datasource.
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
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.