Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
1 Endorsement
Ranked #860
Ranked #4K
~4K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for acidking001

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..

Member Avatar for BitBlt
0
267
Member Avatar for acidking001

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 …

Member Avatar for peter_budo
0
326
Member Avatar for altXerror

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.

Member Avatar for avarionist
0
189
Member Avatar for acidking001

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 …

Member Avatar for acidking001
0
2K
Member Avatar for ecrockers

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 …

Member Avatar for ecrockers
0
610

The End.