- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
good day all.. While I am compiling a vb6 project, the error highlighted this: format(date,"YYYYMM") Can anyone help me? Thank u very much..
I am using Netbeans. I have one JFrame with JMenu, and one JDialog. I want to show the dialog when i click the menu, but it doesn't work. I only wrote this codes to my jframe and i didn't add or change any codes on the dialog: [CODE] private void …
wow u'r great man.. I think u should make it as simple as possible. Some suggestions, important: string functions file operations such as creating/reading/writing text files, etc array functions record or struct (in C) functions hope u can finish it.
Hai. I have a problem regarding bill printing on roll paper. My printer is Epson LX-300+II, my roll paper is about 3" width, and is used for printing bill/invoices for the customers. The number of items varies. Whenever I finished printing the bill, the printer throws out/ejects the paper, as …
Hope this help u.. Retrieving Data into a Datagridview [CODE]dim cn as new sqlclient.sqlconnection dim bd as new bindingsource cn.connectionstring=”data source=.; initial catalog=customers; integrated security=true” cn.open dim co as new sqlclient.sqlcommand("Select * from customers",cn) bd.datasource=co.executereader datagridview1.datasource=bd cn.close[/CODE] ADDING DATA [CODE]dim cn as new sqlclient.sqlconnection dim bd as new bindingsource cn.connectionstring=”data …
The End.
acidking001