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!

Recent content by Helen1greece

  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?

Part and Inventory Search

Back
Top