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

  • Users: Helen1greece
  • Order by date
  1. Helen1greece

    Byte array to Visual Basic unicode string

    I have created this code but when I click on CommandButton Command1 the output I get is nothig! And I wonder if the Private Function ChangeToStringUni is wrong...! Can you help with this: Option Explicit Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory&quot...
  2. 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?
  3. Helen1greece

    Change extension

    I have a FileListBox on my program and I want to change the extension at the selected(maybe more than one)files. What should I do? Can somebody give me an example code? Thanks mattKnight and Glasgow for your help and thanks in advance everyone else...! Have a happy new year!
  4. 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?
  5. Helen1greece

    Stand-alone executables

    Thanks all of you!
  6. Helen1greece

    Stand-alone executables

    Sorry but I can't figure out anything from there! Can you help me more please?
  7. Helen1greece

    Stand-alone executables

    Is there a way to make my executable files which are created with VB be stand-alone executables?
  8. 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?
  9. Helen1greece

    Find & replace word

    Thanks Golom!
  10. 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)
  11. Helen1greece

    Move form with BorderStyle=0 (None)

    Thanks to both of you!
  12. 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?
  13. Helen1greece

    Find default Hard-Drive

    Ok thanks CyberLynx!
  14. 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?
  15. Helen1greece

    Text file to TextBox

    Thanks Supra!
  16. 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?
  17. 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?
  18. Helen1greece

    Shell command doesn't work on jpg files

    The code which paulbent posted, doesn't work.Can somebody check it if it's right and give it to me again with an example of a button?

Part and Inventory Search

Back
Top