hi,
I know a little bit more now. It's the select() method from the selector which blocks (of course). That's natural, but I don't have a chance to register a socket with this selector from another thread while it blocks. I tried to wakeup() the selector befor registering a socket but that...
Hi!
Here's the situation:
I created a simple server using NIO that sends data to the client.
I write some data to the client socket and then cancel the SelectionKey, so that no more "ready to write" events occur with this socket, but the socket still is connected.
The problem is that...
thanks for the reply. Now I have a Module "AutoOpen" with the function "Public Sub MAIN()" in the "Normal" section, but the Macro still doesn't start.
What's wrong?
bye
chris
hi!
I have written a macro for a word document. But when I save the document with ".dot" the macro doesn't start.
How can I solve the problem?
bye
chris
hi,
I have this situation:
Set oWord = CreateObject("Word.Application")
oWord.Documents.Open "C:\Test.doc"
oWord.Visible = True
Is it possible to pass parameters to this "test.doc" document? How can I access these parameter in the document (using a vba macro?) ...
hi
How are Indexes managed in MySql? I can create many indexes on the same columns but with different names (CREATE UNIQUE INDEX name...). But which index is then used? Is it possible to delete indexes?
bye
chris
hi!
I have a word document with some form input field and a vba script that filles out these input fields. but after filling out I have to double click the document to see the content of the input fields, without clicking they keep gray. Is there a vba method to update the document?
bye
chris
Sorry but I'm a newbie with macros. I tried to search the net for word macros, but I hardly found anything useful. Can someone give me a link to a good tutorial, or any other site which deals with word macros?
bye
chris
hi!
How can I, with vb, create a fucntion that's called when the word document is load? I tried a "Sub AutoNew" but it's not called
bye
chris
hi!
thanks for the answer, but I get an internal server error (I deleted the "AuthGroupFile" directive, hope that isn't the reason). I also got this error when I tried some other directives like "allow" or "deny".
Any suggestions?
bye
chris
hi!
I want to password-protect an intranet. But the login dialog should only show for users who want to access the intranet from outside. so if you access the site with ip's like 192.168... no password should be necessary, with other ips's you have to enter a password.
how to write such a...
hi!
how can I draw a elliptical (pseudo 3d) pie chart? I know
the win32-api function "pie", but I don't know how to find the "start/end point" of the pie. I think I need a formula to find the points on the ellipse.
Can someone help?
bye
chris
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.