Prev: The SCAN_SetReaderParams Error occured when using SMDK (Symbol
Next: Establish Data/GPRS Connection Automatically
From: "Paul G. Tobey [eMVP]" p space tobey no spam AT no instrument no spam DOT on 24 Jul 2008 18:12 I've verified that the free font indicated in my previous message works, at least on my CE5-based device. There are actually two fonts there for two different versions of 3-of-9, apparently. They both display fine for me. Paul T. "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com> wrote in message news:%23yH2SAd7IHA.2544(a)TK2MSFTNGP04.phx.gbl... > You don't know what a "font" is? A "typeface"? Like Arial or Times Roman > that you'd use in Word? It's not a single item that you download from > Microsoft or something; you simply need one of the probably many fonts > where the representation of "A" is the 3 of 9 barcode for "A". > > Here's one for purchase: > http://idautomation.com/fonts/code39/ > > Here's a supposedly free one: > http://www.barcodesinc.com/free-barcode-font/ > > Google is your friend... > > Paul T. > > "Nina" <Nina(a)discussions.microsoft.com> wrote in message > news:3F2E5810-913F-47CD-AACC-AD0868F11E89(a)microsoft.com... >> How can I get that 3of9 font? Is it software? >> >> "Chris Tacke, eMVP" wrote: >> >>> Get a 3of9 font and just use that. It's definitly the simplest way. >>> >>> >>> -- >>> >>> Chris Tacke, Embedded MVP >>> OpenNETCF Consulting >>> Giving back to the embedded community >>> http://community.OpenNETCF.com >>> >>> "Nina" <Nina(a)discussions.microsoft.com> wrote in message >>> news:332F49F6-8D28-4AFB-BF82-608D68CE9964(a)microsoft.com... >>> > I'm working on Visual Studio 2005 Mobile using C# language. >>> > I need to create simple barcode 3 of 9. How can I do it? Do I need >>> > download >>> > barcode controls or dll files? >>> > >>> >>> >>> > >
From: Nina on 25 Jul 2008 09:13 In free package there are two TTF files with barcodes. How can I use them in my code to convert string to barcode? "Paul G. Tobey [eMVP]" wrote: > I've verified that the free font indicated in my previous message works, at > least on my CE5-based device. There are actually two fonts there for two > different versions of 3-of-9, apparently. They both display fine for me. > > Paul T. > > "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT > com> wrote in message news:%23yH2SAd7IHA.2544(a)TK2MSFTNGP04.phx.gbl... > > You don't know what a "font" is? A "typeface"? Like Arial or Times Roman > > that you'd use in Word? It's not a single item that you download from > > Microsoft or something; you simply need one of the probably many fonts > > where the representation of "A" is the 3 of 9 barcode for "A". > > > > Here's one for purchase: > > http://idautomation.com/fonts/code39/ > > > > Here's a supposedly free one: > > http://www.barcodesinc.com/free-barcode-font/ > > > > Google is your friend... > > > > Paul T. > > > > "Nina" <Nina(a)discussions.microsoft.com> wrote in message > > news:3F2E5810-913F-47CD-AACC-AD0868F11E89(a)microsoft.com... > >> How can I get that 3of9 font? Is it software? > >> > >> "Chris Tacke, eMVP" wrote: > >> > >>> Get a 3of9 font and just use that. It's definitly the simplest way. > >>> > >>> > >>> -- > >>> > >>> Chris Tacke, Embedded MVP > >>> OpenNETCF Consulting > >>> Giving back to the embedded community > >>> http://community.OpenNETCF.com > >>> > >>> "Nina" <Nina(a)discussions.microsoft.com> wrote in message > >>> news:332F49F6-8D28-4AFB-BF82-608D68CE9964(a)microsoft.com... > >>> > I'm working on Visual Studio 2005 Mobile using C# language. > >>> > I need to create simple barcode 3 of 9. How can I do it? Do I need > >>> > download > >>> > barcode controls or dll files? > >>> > > >>> > >>> > >>> > > > > > > >
From: Nina on 25 Jul 2008 10:37 They don't have those functions. "Ginny Caughey MVP" wrote: > Nina, > > Do you want to create a barcode on printed output? If so, the printer > control language of your printer may allow you to specify the type of > barcode to print. > > -- > > Ginny Caughey > Device Application Development MVP > > > "Nina" <Nina(a)discussions.microsoft.com> wrote in message > news:332F49F6-8D28-4AFB-BF82-608D68CE9964(a)microsoft.com... > > I'm working on Visual Studio 2005 Mobile using C# language. > > I need to create simple barcode 3 of 9. How can I do it? Do I need > > download > > barcode controls or dll files? > > > >
From: Chris Tacke, eMVP on 25 Jul 2008 11:27 It's a Font. Use it like any other Font. If you want *1234* as a barcode, then simply use "*1234*" as the string in that font. There is no other "conversion" -- Chris Tacke, Embedded MVP OpenNETCF Consulting Giving back to the embedded community http://community.OpenNETCF.com "Nina" <Nina(a)discussions.microsoft.com> wrote in message news:97959A42-8AC3-40ED-92C1-D9D4C55F9BFA(a)microsoft.com... > In free package there are two TTF files with barcodes. How can I use them > in > my code to convert string to barcode? > > "Paul G. Tobey [eMVP]" wrote: > >> I've verified that the free font indicated in my previous message works, >> at >> least on my CE5-based device. There are actually two fonts there for two >> different versions of 3-of-9, apparently. They both display fine for me. >> >> Paul T. >> >> "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam >> DOT >> com> wrote in message news:%23yH2SAd7IHA.2544(a)TK2MSFTNGP04.phx.gbl... >> > You don't know what a "font" is? A "typeface"? Like Arial or Times >> > Roman >> > that you'd use in Word? It's not a single item that you download from >> > Microsoft or something; you simply need one of the probably many fonts >> > where the representation of "A" is the 3 of 9 barcode for "A". >> > >> > Here's one for purchase: >> > http://idautomation.com/fonts/code39/ >> > >> > Here's a supposedly free one: >> > http://www.barcodesinc.com/free-barcode-font/ >> > >> > Google is your friend... >> > >> > Paul T. >> > >> > "Nina" <Nina(a)discussions.microsoft.com> wrote in message >> > news:3F2E5810-913F-47CD-AACC-AD0868F11E89(a)microsoft.com... >> >> How can I get that 3of9 font? Is it software? >> >> >> >> "Chris Tacke, eMVP" wrote: >> >> >> >>> Get a 3of9 font and just use that. It's definitly the simplest way. >> >>> >> >>> >> >>> -- >> >>> >> >>> Chris Tacke, Embedded MVP >> >>> OpenNETCF Consulting >> >>> Giving back to the embedded community >> >>> http://community.OpenNETCF.com >> >>> >> >>> "Nina" <Nina(a)discussions.microsoft.com> wrote in message >> >>> news:332F49F6-8D28-4AFB-BF82-608D68CE9964(a)microsoft.com... >> >>> > I'm working on Visual Studio 2005 Mobile using C# language. >> >>> > I need to create simple barcode 3 of 9. How can I do it? Do I need >> >>> > download >> >>> > barcode controls or dll files? >> >>> > >> >>> >> >>> >> >>> >> > >> > >> >> >>
From: Chris Tacke, eMVP on 25 Jul 2008 11:28 How about you back way up and tell us what you're trying to do, exactly. What's your OS? WHat's your hardware. You know - all of the things we need to know to actually anser this question. -- Chris Tacke, Embedded MVP OpenNETCF Consulting Giving back to the embedded community http://community.OpenNETCF.com "Nina" <Nina(a)discussions.microsoft.com> wrote in message news:8F441309-7924-44A8-9D76-5078188E49F6(a)microsoft.com... > They don't have those functions. > > "Ginny Caughey MVP" wrote: > >> Nina, >> >> Do you want to create a barcode on printed output? If so, the printer >> control language of your printer may allow you to specify the type of >> barcode to print. >> >> -- >> >> Ginny Caughey >> Device Application Development MVP >> >> >> "Nina" <Nina(a)discussions.microsoft.com> wrote in message >> news:332F49F6-8D28-4AFB-BF82-608D68CE9964(a)microsoft.com... >> > I'm working on Visual Studio 2005 Mobile using C# language. >> > I need to create simple barcode 3 of 9. How can I do it? Do I need >> > download >> > barcode controls or dll files? >> > >> >>
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 Prev: The SCAN_SetReaderParams Error occured when using SMDK (Symbol Next: Establish Data/GPRS Connection Automatically |