Search results for query: *

  1. R

    scrolling images in a panel

    Hi john , thanks for the reply . i know that auto scroll property . but i need it in different way. please look at the attachment white rounded cricles. i have two small button at corners. if i click that it ll move to left to right...
  2. R

    scrolling images in a panel

    Hi, i have panel and multiple images inside it. I want to scroll the images from right to left and left to right. how should I do it in VB.net. Please let me know any solution. Thanks in advance -Raj
  3. R

    Adding a folder with the Current Username

    Dim username = System.Environment.UserName.ToString() You will get present system username then you can use it any where.
  4. R

    StartUp Application

    SetStartUpApplications(True) ' For creating Your application in start up SetStartUpApplications(False) ' For Deleting Your application from start up Public Sub SetStartUpApplications(ByRef Value As Boolean) Dim strPath = """C:\Program Files\Your EXE """ Dim HKCU As...
  5. R

    Add unistaller to my deployment project?

    Hi to all, Add uninstaller to my deployment project.I created uninstall in program files. but i need to remove older version. When i clicked on new setup file it has to prompt remove older version . Thanks in Advance -Raj
Back
Top