Jump to content
Xtreme .Net Talk

Johnny5

Members
  • Posts

    6
  • Joined

  • Last visited

About Johnny5

  • Birthday 12/06/1987

Personal Information

  • Occupation
    Student
  • .NET Preferred Language
    Visual Basic .NET

Johnny5's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank YOU! It was that thing I need :)
  2. ...and when i paste in this folder any .bmp file, this file must be in listbox after reflesh...
  3. Correctly: I have a folder with .bmp files. And I need to put all this .bmp's(names of bmp's) to the LISTBOX... Help Please.:rolleyes:
  4. I hava file "C:\\road.dll". I need my program to get its name to the textbox in VB.net. Please help if you can. Thank you.:)
  5. Thank you wery much! :) :)
  6. Please, if you know how to set the desktop wallpaper by VB.net code so tell me how. tHIS CODE don't work (I don't know why)::mad: Private Declare Function SystemParametersInfo Lib "user32" Alias "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal lpvParam As String, ByVal fuWinIni As Long) As Long Const SPI_SETDESKWALLPAPER = 20 Const SPIF_UPDATEINIFILE = &H1 SystemParametersInfo(SPI_SETDESKWALLPAPER, 0, "John5.bmp", SPIF_UPDATEINIFILE) Thank you. :)
×
×
  • Create New...