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 SkipVought 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: *

  1. elHollandes

    Start a webservice

    Thanks for your reaction, Chip. I am thinking in the same direction. Therefore I tested the "Hello World" example. This example just returns the string "Hello World" and is doing nothing odd. I also have been looking at the sequrity permissions, but got stuck there. ASP.NET pages work fine... Aart
  2. elHollandes

    Selecting text in a text box

    I just tested your code in VB 2003 and it works fine with me...
  3. elHollandes

    Accessing codes from dll

    I understand that you have some kind of control libary that you want to use in you .net application. The genereal way to do this is to create add a reference to it from your .net application. You can add references to .NET and COM libaries. Ones you´ve got the reference you can use the public...
  4. elHollandes

    Start a webservice

    I want to experiment with webservices. On the lab pc I have IIS 6.0 (windows 2003) and visual studio 2003 installed. I create a webservice (eg. "Hello World") and open it in a browser. Here I get the info page and can select the webmethods. When I click "Invoke", I get a FileNotFound exeption...
  5. elHollandes

    WithEvents arrays

    Hi All, Reading the ´WithEvents Question´ by MichaelBronner I wondred about the way to get around WithEvents for arrays. Basic does it with control arrays, so it´s possible. You can´t use a safearray though. The control arrays of Basic look more look collections.... I craeted the...
  6. elHollandes

    Counting decimals

    Thanks MichaelRed and Hugh for your responce. Your solution is very nice indeed and has the simplicity I was looking for. Since I´ll check only numbers that are direct user input I don´t think I´ll need to worry about numbers that VB can´t display, so I´ll stick to the simple solution. Thanks...
  7. elHollandes

    Counting decimals

    Hi all, Here´s a function to find the number of decimals from a number. I don´t like it, but can´t find a better way. The function could be a lot faster if I dont have to convert to a string or at least don´t have to searge for points and comma´s. Since I use this function many times, speed is...
  8. elHollandes

    Programming for the mouse wheel

    How do I make my vb6 program react on the mouse wheel... Have been searching for this before and it used to be complicated, but by now maybe someone has a solition.
  9. elHollandes

    Array question - Need help from a Memory??, Heap??, Stack?? guru

    Hi all, A little late reading this discussion that handles part of what I am working on at the moment. Anyway, some comments: SBendBuckeye : Check out the MSDN Lybary books section and espacially the book called "visual basic hardcore". This is written for VB5 and the author doesn't want to...
  10. elHollandes

    Printerport access on USB docking station

    Obviuosly I was't clear enough in my question. Sorry for that, I'm new in this group. Anyway, let me clear the question. My old pc is stolen :-( , so I'm stuck with only the new one. With the old one there was no problem because it had an LTP1 integrated on the mother board and I could send the...
  11. elHollandes

    Printerport access on USB docking station

    Yes, The docking station works fine with normal devices. My problem is that I don't know how to send non-printer data. (data that is not ment for printing but made up for the interface).
  12. elHollandes

    Printerport access on USB docking station

    I have an interface that converts a signal from the paralell printer port to an industrial signal (called DMX) that is used to control dimmers etc. in theater. The interface reacts on codes (chr 27) and numbers send over the printerport from the PC. My (notebook) pc doesn't have an internal...

Part and Inventory Search

Back
Top