Compressing and decompressing files with GZIPStream or Deflatestream
These samples whow how to compress and decompress files with the build in framework methods. For real world applications consider […]
These samples whow how to compress and decompress files with the build in framework methods. For real world applications consider […]
Reading from the full screen This code sample reads the pixel of the screen that the mouse points to, and
This code sample displays a method to seemingly draw anywhere freely on the screen. The key to this technique is
”’ <summary> ”’ Watermarks the file sOrinignalfilehandle with the content of sWatermarkfilehandle. The resulting ”’ watermarked picture is written to
Imports System.IO ”’ <summary> ”’ Copy a file from the source to the target location, and shows a progressbar to
This is the absolute minimum you need to update a control on the GUI thread from a background thread. The
In Visual Studio Winforms applications you can set a column to hidden, and still use it to retrieve data from.
Hiding a command button at runtime can be archieved by casting the commandfield in the DataBound event, and accessing the
Using an editable grid with a LinqDatasource with a custom connection string and query Binding to a custom datasource Create
To set the widht of a column on a GridView in ASP.NET you can hook into the RowDataBound event. This