Search results for query: *

  • Users: sathya.cs
  • Content: Threads
  • Order by date
  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

    While Renaming a File Using the Code "My.Computer.FileSystem.RenameFile(File, "NewName")" , It say that file could not be found...?Wat to do?
  3. 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?
  4. S

    Changing the Tab's Shape in a TabControl

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

    Adding Images to a List View

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

    ListView-Column Header to String Array

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

    StartUp Application

    How to make an Application to startup at the system startup? and How to enable and disable?
  8. 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)?
  9. S

    Adding text to new line in RichTextBox?

    How to add text to new line in a RichTextBox?
  10. 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?
  11. S

    detect X64 or X86?

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

    StartInfo.WorkingDirectory

    Process1.StartInfo.WorkingDirectory is not returning the path of the process and Process1.StartInfo.FileName is not returning the file name?
  13. 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...
  14. S

    Video Tutorials? (Basic Data Access)

    I am new to VB.I need to know how to link a database to a WinForm?Where can i find the video tutorials for basic data access?:D
  15. S

    String array to a file?

    How to save a string array to file like writing a RichTextBox to a File? and How to Read that?
  16. S

    RTB to Array

    How to copy RichTextBox to an array line-by-line and back to another RTB From that array?
  17. S

    WPF RichTextBox.Text

    How to get RichTextBox.Text Text properties of a RichTextBox in WPF Application as if in Normal Windows Applications using VB.Net?
  18. S

    Minimize to System Tray

    How to minimize a form windows to system tray?
  19. S

    Transparent Form with Opaque Controls

    How to increase a forms opacity without increasing the opacity of the controls in the form?
  20. S

    Form Background

    :oHow to remove or change the form back gorund image to "none" through runtime?
Back
Top