Καλώς ορίσατε στο dotNETZone.gr - Σύνδεση | Εγγραφή | Βοήθεια

Παρουσίαση με Ετικέτες

Όλες οι Ετικέτε... » Articles in English   (RSS)

Printing BarCodes

Printing barcodes from your application is quite easy, as long as you get to know a simple algorithm (for the specific barcode symbology you're interested in) and you have a valid font file. Searching via Google on this subject is sometimes hard enough,
Δημοσιεύτηκε στις από το μέλος Χρήστος Γεωργακόπουλος | 2 σχόλια
Δημοσίευση στην κατηγορία: ,

Resize a bitmap

This function resizes a bitmap to fit given dimensions without stretching the bitmap Imports System.IO Imports System.Drawing Imports System.Drawing.Imaging Public Module Bitmap Public Function Resize( ByVal Bitmap As System.Drawing.Bitmap, ByVal MaxWidth
Δημοσιεύτηκε στις από το μέλος Χρήστος Γεωργακόπουλος | 0 σχόλια
Δημοσίευση στην κατηγορία: ,

Get a Jpeg MemoryStream from a given bitmap and for specified compression rate

Imports System.IO Imports System.Drawing Imports System.Drawing.Imaging Public Module Bitmap Public Function GetJpegStream( ByVal Bitmap As System.Drawing.Bitmap, ByVal Quality As Integer ) As MemoryStream If Bitmap Is Nothing Then Throw New Exception(
Δημοσιεύτηκε στις από το μέλος Χρήστος Γεωργακόπουλος | 0 σχόλια
Δημοσίευση στην κατηγορία: ,

Convert HTML to RTF (HtmlToRtf Converter)

The following code converts basic html to rtf. It supports only the following html tags: b, i, u. strong, em, p and the greek character set. I wrote this code to convert html formated text to rtf source for crystal reports 9 (VS 2003 bandle) that do not
Δημοσιεύτηκε στις από το μέλος Χρήστος Γεωργακόπουλος | 0 σχόλια
Δημοσίευση στην κατηγορία: ,

How to update a dataset with related tables and identity columns from a Windows Forms application by using a Web service in Visual Basic .NET

Download the code here [ http://www.dotnetzone.gr/cs/forums/3422/PostAttachment.aspx ] Based on the MSDN article 310350 (How to update parent-child data with an Identity column from a Windows Forms application by using a Web service in Visual Basic .NET,
Δημοσιεύτηκε στις από το μέλος Χρήστος Γεωργακόπουλος | 3 σχόλια
Δημοσίευση στην κατηγορία: ,