OK, I will do it better.
sitt
Posts
-
help me to generate barcode with vb.net -
help me to generate barcode with vb.netThank you very much, I got the concept. Now, I'm getting barcode fonts and paper about how to generate checking digit (I got it from one article about barcode in this website and he posted the URL to find out how to generate barcode checking digit) and I will implement it. Thank you. S. Thamvarodom
modified on Sunday, December 16, 2007 9:46:45 PM
-
help me to generate barcode with vb.netHey, I ask you for a help not for a complain but thank you for your response. First of all I'm newly in microsoft technologies and I never learn for the barcode technology before and I need to implement it for my project but I spent my time for about 6 hours to find topics about barcode on the internet, I searched on google but when result came up it's only commercial product advertising, I tried not I didn't find. I accept that I'm not smart but at least I'm try to get it successed so I ask you to help me.
modified on Sunday, December 16, 2007 9:47:46 PM
-
help me to generate barcode with vb.netThank you for your guide but when I follow the link to search, it found only one article and it's not the one that you specific me to read, please show me the url to the right article. Thank you again. S. Thamvarodom
-
help me to generate barcode with vb.netI have a bigest project in my life. I develop it using VB.NET. My project can saperate into many part here: - client-user account - customer account - material account - store - point-of-sell (storefront) - purchasing cycle - and accounting In the store and point-of-sell parts I need to use barcode reader and I need to generate barcode label by myself but I can't find any resource about barcode format and generating If anyone can help me through this problem or can point me to any resource, I would thank you very much. ------------------------------------ my e-mail: s_thamvarodom@hotmail.com, s_thamvarodom@yahoo.com (Thailand, Asia) T. Sittichai
-
ListViewone way but not a good way is concatinate all of your field together that the query result is become to 1 field e.g. sql --> "select f1 + ' ' + f2 + ' ' + f3 + ' ' + f4 from TableName" ' ' is white space, f1 to f4 is field name result --> "aaa aaa aaa aaa" "bbb bbb bbb bbb" "cccc ccc cc ccccc" the output format is not order in column but it's ok if the data is name and surname :-D
-
Network-Database Programming How toDoes anyone help me on network programming with vb.net? I started new project on database programming over the network. My project is desktop base application (not web base application), I don't know your country call that desktop application but my country (Thailand) does. I search on the internet and I found that I must use socket. I understand the database programming but network I can't. I try to apply the sample code from internet with my project but it's all fail. I have tried this about 1 month. If anyone can solve on this topic, please help me. My project is manipulate data on client that follow this strp 1. Client send the request to server. 2. Server will query data from main database then generate a xml file and send it to client. 3. Client recieve the text file and update the local database. 4. Client manipulate data. 5. Client query updated data and generate a xml file then send it to server. 6. Server recieve the text file and update main database. I don't connect the main database via notwork for security. I can check text file format and block it anyway. P.S. I'm a Thai student and my English language skill so weak, please try to understand my words. Thank you very much. Sitt