Search results for query: *

  • Users: wagswvu
  • Content: Threads
  • Order by date
  1. W

    Image Compression Help

    Below I wrote a simple app that take an image (tif) file and rotates it (in this case 180 degrees) and saves it back out, which was my goal for this proof of concept. However, in order for the saved image to be in the same compression as the original I had to use the "EncoderParameter" and...
  2. W

    Programmatically turning off "http Keep-alive"

    In my web app I have a total of four frames that get generated. They are a header frame (contains my in web app links), Tools Frame (contains links that due things like delete documents ECT...), Index Frame (contains information about the document in question.), and Document Frame (this frame is...
  3. W

    Help Adding a button to DataGrid

    I have a windows app that has a Datagrid where a user can input a printer Id, Printer Desc, and select from installed local printer. Currently once you add to the datagrid their is no way of deleting your input, therefore I would like to add a delete button in a column and when clicked it would...
Back
Top