Search results for query: *

  1. S

    Create a Zip File from a folder

    I m creating an encryption based application using RijndaelManaged.How to encrypt a folder and prodice a single output file like winrar or winzip?
  2. S

    Renaming a File

    Yes, its changed....but an Exception is Caught and says "the specified file is not Find"
  3. S

    Renaming a File

    Filename i am passing is 100% correct cause for testing purpose i m using FileBrowserDialgo to select the File...
  4. S

    Renaming a File

    While Renaming a File Using the Code "My.Computer.FileSystem.RenameFile(File, "NewName")" , It say that file could not be found...?Wat to do?
  5. S

    Question Adding Icons to List View Items

    Hi Rod, Can just give some code to insert the image icons to a listview in the first column..pls
  6. S

    Problem with the AutoScrollPostion

    I have set AutoScroll property for a panel as true, but the scroll posotion is wrong it does not start from the top, the posotion of the Horizontal scrollbar is on the right side? how to resolve it?
  7. S

    Adding Images to a List View

    Sir can you give me some Glimse of a code or link to an example?
  8. S

    Changing the Tab's Shape in a TabControl

    How to change the shape of the tabs in a Tab Control?
  9. S

    Adding Images to a List View

    How to add the images or Extracted Icons to a Item in a ListView?
  10. S

    ListView-Column Header to String Array

    How to copy elements of a single column of a list view to a string array?
  11. S

    StartUp Application

    I am a begginer ..so could just present some code to make a registry entry for start up form.....And its a Winforms
  12. S

    StartUp Application

    How to make an Application to startup at the system startup? and How to enable and disable?
  13. S

    Clipping an Image

    Sir i am new to GDI kind of stuff...could you just give me some Glimpse of the code...Here wat i am trying is to clip a background image and set as the background image for a list view to make it look like its transperant...
  14. S

    Clipping an Image

    How to clip a image in WinForms ,for example clipping the background image with parameters size(x,y) and location(x,y)?
  15. S

    StartInfo.WorkingDirectory

    Then how to get the name and path of the running processes?
  16. S

    Adding text to new line in RichTextBox?

    How to add text to new line in a RichTextBox?
  17. S

    Dispose function not working?

    Loading another form increases the memory usage of the application and after closing is not combing back to normal? dispose function at formclosed event is not doing that..How to reduce the memory usage in this case?
  18. S

    detect X64 or X86?

    How to identify the x64 or x86 of the OS and a Process in managed code?
  19. S

    StartInfo.WorkingDirectory

    Process1.StartInfo.WorkingDirectory is not returning the path of the process and Process1.StartInfo.FileName is not returning the file name?
  20. S

    Exception while updating the array

    I am getting Error while updating the sting array Settings() which is Declared as Global. I am getting Array IndexOutofBound exception in runtime, what is the error in the code? sub ChangeWhite() t1.BackColor = Color.White WhitToolStripMenuItem.Checked = True 'Unchecking Others...
Back
Top