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

    Newbie question, String index out of range

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

    newbie SQL question, double data type

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

    VB:NET, SQL DateTime

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

    newbie question: VB.NET, SQL, database

    Hi! I want to write data to a database using SQL frases from Visual Basic .Net code. How do I do it? Kind regards /Magnus
  5. magnus2

    newbie question: executable file

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

    WebBrowser control and right click menu

    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!
  7. magnus2

    WebBrowser control, right click menu

    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!
  8. magnus2

    newbie question: ASP, HTML

    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!
  9. magnus2

    download time, strange question

    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...
  10. magnus2

    strange question, download time

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

Part and Inventory Search

Back
Top