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 Wanet Telecoms Ltd 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: Helen1greece
  • Content: Threads
  • Order by date
  1. Helen1greece

    Byte array to Visual Basic unicode string

    Is there a way to change a byte array to a Visual Basic unicode string? Can somebody give me an example code?
  2. Helen1greece

    Change extension

    Is there a way to change extension of a file which I now it's location? Can somebody give me an example code?
  3. Helen1greece

    Stand-alone executables

    Is there a way to make my executable files which are created with VB be stand-alone executables?
  4. Helen1greece

    Date & time of file

    Is there a way to take the date & time from a file and then change it? Can somebody give me and example code?
  5. Helen1greece

    Find & replace word

    Is there a way to find a word in a text and replace it with another? Can somebody give me an example code? (The word may be more than one time in the text)
  6. Helen1greece

    Move form with BorderStyle=0 (None)

    How can I move a form which has BorderStyle=0 (None)? I want to do it by clicking and dragging on a label which is on the form. Can somebody give me an example code?
  7. Helen1greece

    Find default Hard-Drive

    Is there a way to find the letter of the default Hard-Drive through VB source code? Can somebody give me an example code?
  8. Helen1greece

    Text file to TextBox

    How is it possible to take text form text file and put it in a TextBox. Can somebody give me an example code without using a RichTextBox?
  9. Helen1greece

    See remote port on peer to peer connection

    Is there a way to see the remote port on a peer to peer connection. For example if I am connected with IP address 213.56.334.32, how is it possible to see the remote port which is connected with me? Can somebody give me an example code?
  10. Helen1greece

    Shell command doesn't work on jpg files

    Shell command doesn't work on jpg files. How can I open jpg files through VB?
  11. Helen1greece

    regsvr32 command through VB

    Is there a way to establish the regsvr32 command through visual basic?Can anybody give me an example code?
  12. Helen1greece

    Get directory's name from path

    Is there a way to get directory's name from path? For example if I have in string variable the path "C:\My files\Pictures" how can I get in a string variable the word "Pictures"? Can somebody give me an example code?
  13. Helen1greece

    Close an application

    Is there a way to kill an open application through VB source code? Can anybody give me an example code?
  14. Helen1greece

    Delete a file

    Is there a way to delete a file from my Hard-Drive using VB code. I use batch files but it doesn't work qood. Can somebody give me an example code?
  15. Helen1greece

    Find "My Files" directory

    Is there a way to find "My Files" directory?Can somebody give me an example code?
  16. Helen1greece

    From one line to another

    I have a multiline textbox which has about 50 lines. On every line there is a word. I must take out every word and put it in a different variable. For example, lets say that the textbox is like that... first second third I nead to put the word "first" in the string variable fstr, the...
  17. Helen1greece

    Binary creation

    I'm trying to find out a way to create a file using its binary text. For example if I have an executable file called "sth.exe", I opened it with MS-DOS Edit and I copied and pasted it in a TextBox in my program. Then I use this source code. Open "c:\blahblah.exe" For Binary...
  18. Helen1greece

    Create an executable with Copy & Paste

    I tried to open an executable file with windows notepad.Then I copied and pasted the letters which where in the notepad after opening the file in a textbox on a project in Visual Basic.Then with a command button I did this... Open "C:\something.exe" For Output As #1 Print #1...
  19. Helen1greece

    Format

    Is there a way to do format to a drive trough visual basic commands? I tried with a batch file to do it but it doesn't work...
  20. Helen1greece

    Find out if a file exists

    Is there a way to find out if a file which I know its name and its path exists? For example... I want to know if the file: "blah-blah.txt" is in the folder: "c:\My files"

Part and Inventory Search

Back
Top