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

    2 Questions about the winsock control

    1. Is there a possibility to "Listen" & "SendData" with the same winsock control at one time?? 2. How to send a file using the SendData method and haw to save it back after reciving it ( GetData method). Plz help me... Thanks in advance If there is a will, there is a way :D
  2. LordDuzy

    How to find and change filenames

    How to find all: for example mp3 files on my C drive. I would be interested if i'd be able to change there names to music and index number thx in advance
  3. LordDuzy

    how to add source code??

    I've created a control while the program is working: Set lblTree = Main.Controls.Add("VB.Image", "Tree") With lblTree .Width = 700 .Visible = True .Height = 700 .ToolTipText = "HI" .Top = 500 .Left = 500 End With And how to add source code to the created control?? (Private Sub Tree_Click()...
  4. LordDuzy

    Disconnect with internet

    How to disconnect if i'm on-line?? Are the API functions able to do it?? thx in advance ************** the person who said that money doesn't bring happines... didn't know where to go shoping :D
  5. LordDuzy

    How to use fso.GetFile to get more files??

    This is the problem When i get a file, i have to place the full name Like: Set myfile = fso.GetFile("C:\Myfolder\file.dat") Is there a possibility to "Get" all the files in one dir without knowing the file names?? or just one after a nother useing "For each next"? thx in advance
  6. LordDuzy

    How to use the inet control on lan servers

    is there a possibylity to use the inet control (and its properties) on my LAN With inet1 .AcceseType = inDirect (????) .Protocol = icFTP .UserName = (do i have to fill it??) .Password = (the same??) what else Thanks in advance :D
  7. LordDuzy

    How to PUT or SEND a file to a FTP server??

    When i do like Inet1.Execute "SEND c:\file1.txt /file1.txt", icByteArray there's an error: cannot coerce type (35760) what do I have to do?? icString fails also help me plz!
  8. LordDuzy

    how to detect an internet connection

    I need my program to detect an internet connection. I need it because i want to use the internet transfer control when the computer is connected.
  9. LordDuzy

    use FTP without Internet transfer control

    Is there a possibility to create an application, that will put a file on a FTP serwer (i know the user and password), the same goes to deleting, downloading files, ect. LordDuzy
  10. LordDuzy

    capture key

    what is the best and efective way to catch the key's that are typed on the keyboard, when the form is not on focus?? LordDuzy
  11. LordDuzy

    Removing controls when application is runinng

    I dont know how to unload a control from the form when application is running. I'm interested if ther's an other way then changeing the visible property to false.

Part and Inventory Search

Back
Top