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

    Wmi - ConnectServer

    Hi, Im trying to query my servers health through VBScript but without luck. My script only returns "Access denied" (or similar...). The script is run from a Win2000 server and query other Win2000 servers. I guess i must have a user account on the remote machine, i´ve created a...
  2. Serenades

    Call function right after form is visible

    Hi, I need to call a function right after the form is visible. I dont want the user to click anything, the program should be run automatic. Well, i dont know where to put my call... Main(), WinForm_Load, WinForm... Ive tried some but i only get this errors: An object reference is...
  3. Serenades

    WebService or ActiveXDll - VB6?

    Hi, Ive been searching a lot for information about Webservices and discovered that there are none examples for VB6. Isn´t there a way to create a webservice in VB or is it the same as an ActiveXDll??? Im sorry but i dont get this with webservices and all talk about .NET, there must be a...
  4. Serenades

    Calling DLL from C++Builder 6 whitout .lib

    Hi, Ive been searching the whole web by this without finding any good information about Borland C++Builder is it me or... My problem is that ive created dll´s in VB which i would like to call from Borland C++Builder, all snippets or helps ive found take for granted you got the .lib file...
  5. Serenades

    SuperOffice

    Im about to develop some small utils for SuperOffice in VB. I dont know where to start, which Reference should i choose, there are some to choose from... I've seen a lot of complete add-ons already developed but i sense i can create some myself. Its not imported at this state what it does as...
  6. Serenades

    Sort ListView, Grid OR ANYTHING!!!

    Hi! I have a ListView with 14 columns and now i want to sort them! I can sort it on one column, for example column no 4. But i want to sort my data in this column order: 0,11,1. I cant find any usefull information on how this can be done, do i need to replace the ListView with some other...
  7. Serenades

    FTP Host Type

    Im using Winsock and have created a FTP server which working without any major problems, BUT i would like to be able to specify that the server is using "Microsoft NT" as host type, so when the client uses "Automatic Detect" it detects "Microsoft NT"... Thanx...
  8. Serenades

    Plays music to fast!!!

    Does any one know hoe to solve this small problem? When i listen to on-line radio´s the music plays to fast, sounds some like Donald Duck singing... quite anoying! Tried with Windows Media Player, WinAMP & RealPlayer the same problem on everyone. It seems as if it plays in the same rate it...
  9. Serenades

    Update record

    I want to update one column in one row, one record... the problem is that when i do my search i got more than one row matching my search, these rows are EXACT the same. So when i do my update the column in all of these rows will be updated with a new value... I only want the column updated...
  10. Serenades

    UPDATE SQL

    Hi! I've got a table containing multiple rows with the exact same information and i want to update ONE column in ONE row with new information but when i use update it updates all rows containing same info... how can i specify which row to update? Thanx -Robert-

Part and Inventory Search

Back
Top