Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 10th, 2012  |  syntax: None  |  size: 0.24 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  public System.Drawing.Image GetIndexImage()
  2.         {
  3.  
  4.             string imagurl = "/Images/ICPosternew1002.png";
  5.  
  6.             Bitmap bitmap = new Bitmap(imagurl);
  7.  
  8.          
  9.  
  10.             return bitmap;
  11.            
  12.  
  13.         }