Search results for query: *

  • Users: Andy666
  • Content: Threads
  • Order by date
  1. A

    Print Picture Box

    I have got an image in a picture box and i need to print it. Does anyone know how to do this??
  2. A

    Saving a picture problem

    I am trying to save a image which is in a picture box. The problem is that the saved image has a black background when it should be white. Dim file_name As String = "C:\test.bmp" Dim bm As Bitmap = PictureBox1.Image bm.Save(file_name...
  3. A

    ListView row colour

    I am using a ListView set to detail view to display a range of data. It would be much better if i could change the colour of certain rows to make them stand out a bit more. The reason being, some of the rows are more like headers for the rows below. If i could change the back colour, font colour...
  4. A

    Reduce program running size

    My program running size is nearly 30MB and i have been trying to reduce this. My program creates 10's of thousands of objects and each object contains many strings. I believe a strings takes 10bytes of memory. Is it possible to reduce the memory required in some ways? Many of my strings are...
  5. A

    Wrap text in column header of listview?

    I am using VB.NET with a listview in detail view to display a range of info. The problem is my column header descriptions are to long which makes the columns really wide and make it look totally out of proportion. Is it possible to wrap the text in the column header, which would double the...
Back
Top