View Complete Post
Hi all,
I am creating a web site that provide coupon for it's registered member. I want to set up barcoad for each coupon that the member printed. How can i create barcode and Print them in a html page that is used as my coupon page.
Is anybody can give me solution for that???? Please help me, its argent.
Bye
With regards
Sadequzzaman Monoj
Bangladesh
My site is a directory and I'm really tired of manually fetching each and every thumbnail for each website.
I found this code, but it produces bmp files. I looked at this and I see Bitmap... Is it possible that this can be modified to produce
jpgs? My goal is to get it to get the picture of the site, then resize it and save it into a subdirectory as a jpg file with the to include:
www.domain.com.jpg
That's how all my thumbnails are now. Is this possible given the Bitmap issue? How does Alexa generta the jpg for their files? Do they start with a bmp?
Here's the code:
WebsiteThumnailImage.aspx
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="WebsiteThumbnailImage.aspx.cs" Inherits="WebsiteThumbnail.WebsiteThumbnailImagePage" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Website Thumbnail Image Generator</title> </head> <body> <form id="form1" runat="server"> <div> <table> <tr> <td > <asp:TextBox ID="txtWebsiteAddress" runat="server" Width="415px">www.google.com</asp:TextBox> </td> <td > <asp:Button ID="btnShowThumbnailImage" runat="server" Text="Show Thumbnail Image" OnClick="btnShowThumbnailImage_Click" /></td> </tr> <tr> <td> Width: <asp:TextBox ID="txtWidth" runat="server">200</asp:TextBox> Height: <asp:TextBox ID="txtHeight" runat="server">200</asp:TextBox></td> <td> </td> </tr> <tr> <td colspan="2" style="height: 32px"> <asp:Image ID="imgWebsiteThumbnailImage" runat="server" Visible="false"/></td> </tr> </table> </div> </form> </body> </html>
WebsiteThumbnailImage.aspx.cs
using System; using System.Data; using System.Configuration; using System.Web; using System.W
Hi All,
I have made custom pre-requisites using Bootstrapper Manifest Generator. I've used softwares like:
My problem is, the pre-requisites get installed in following order:
I want .Net Framework to b installed first, because SQL Server 2008 would require .Net Framework 3.5 SP1 as pre-requisite and i had to make SILENT install for all these softwares so i've generated all of them using Bootstrapper Manifest generator.
Please Help
Does anyone know if you're able to change the type of Barcode generated by SharePoint. I beleive that it uses Code39 by default & I need to switch it to 128.
Thanks
Stu
We are looking for a barcode printing solution that can be used within Report Builder 3.0 that does not require that the client computers have the same installed barcode font.
We want to use Report Builder 3.0 for our report design - not VS or BI.
It is my understanding that RB 3.0 will only support CRIs that can be converted to Report Parts. Please let me know if this is incorrect.
We are always open to alternative solutions.