In an applet I got this error-message in a Java-s system window. What could be the problem? Grateful for comments.
java.lang.StringIndexOutOfBoundsException: String index out of range: -13
at java.lang.String.substring(Unknown Source)
at...
Hi! I send a double variable from VB.NET code to a SQL database on my own computer. There seems to be a problem when the double contains a lots of decimals. This prevents the variable from being sent. Is it possible to change the allocated memory space for the double in the database or do I have...
Hi! I have trouble sending a DateTime variable from VB code to a SQL database DateTime field. I use this:
StrSQL = "INSERT INTO FyllTid (A, B, C, D, Time)" &
" VALUES (" & a & ", " & b & ", " & c & ", " & d & ", " & time & ")"
Time is DATETIME in SQL and time is DateTime in VB.NET. What could...
I have put some activex components on a form and made an application. Now I want an executable file that will run on another computer. The activex components are installed on the other computer. If I do 'build solution' (I use VB.net) I get a .exe file but that don't run on the other computer...
Hello! I use a WebBrowser control. I use WebBrowser.Navigate to open a web page. The usual IE right click menu is displayed when I right click over the page. Can I disable the right click menu directly from Visual Basic? I'm very grateful for comments!
Hi! I use a WebBrowser control. I use WebBrowser.Navigate to display a web page. The usual IE right click menu is displayed when I right click over the page. Can I disable the right click menu directly from Visual Basic? I'm very grateful for comments!
Will this work?
<noscript>
<% some ASP code %>
</noscript>
Or will the ASP code be carried out under all circumstances - i.e. also when HTML code between the tags would be ignored?
How can I otherwise make ASP dependent on HTML events?
Very grateful for comments!
This might be a strange question but I wonder if there is an easy way to make the web page download time ... long. Can I put something like
Hold(...)
in the code? Can I accomplish this with for instance ASP or even HTML? Also - are there any settings which determines after how long the browser...
This might be a strange question but I wonder if there is an easy way to make the web page download time ... long. Can I put something like
Hold(...)
in the code? Can I accomplish this with ASP? Also - are there any settings which determines after how long the browser (IE) returns "operation...
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.