Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for BombAppetit

As the title suggest, I don't know how to add item to a multiple column list box. When I do the usual ListBox1.AddItem "haha" it only adds to the first column. How do I populate the others? Columns property has been set to, say, 3. I googled out this issue …

Member Avatar for jksjai
0
3K
Member Avatar for BombAppetit

Anyone here has experience making a PIC based pointing device that can interface with the PC using PS/2 mouse port? Can I have a look at an example of the codes and circuitry? I'm working on creating a prototype of a new pointing device, just as a uni project, and …

Member Avatar for murthysharma
0
212
Member Avatar for BombAppetit

Greetings, How do I write a program that automatically register a chart object that I use in excel macro? Currently the macro's only work on the PC that I am using, since it has VB6 installed, and some other PC which I manually added the chart object to. For other …

0
62
Member Avatar for BombAppetit

greetings.. I'm currently working on a form using Excel VBA. The form displays graph of a certain area in a worksheet. How do I create a multiple series chart, with one of the series being a line graph, and the rest being bar graphs? I currently use the multiple-dimension array …

Member Avatar for BombAppetit
0
171
Member Avatar for BombAppetit

greetings i'm really stuck now. i'm making a bootloader for my PIC and i can't really tell what is wrong with my simple line of codes. [CODE] counter = 1; for (counter = 1 ; counter <= linelength ; counter++) { output_b(counter); GetAndBurn(counter); if (transmissionflag = 0) break; else; if …

Member Avatar for Salem
0
105
Member Avatar for BombAppetit

greetings I am currently working on a vision system platform that inspects the marking and orientation of ICs. I have at my disposal is a PC, PIC circuitry, motors, steppers, their respective controllers, and a monochrome progressive scan cameras. The PIC controls all the functions for mechanism as it receives …

Member Avatar for BombAppetit
0
119
Member Avatar for BombAppetit

erm greetings.. i have a situation here regarding picturebox. there are 2 boxes, 1 is for template image, and one for image to be compared with. i planned to make the user able to draw a box in template image picbox, as a region where the image the other picbox …

Member Avatar for Comatose
1
156
Member Avatar for BombAppetit

greetings i'm not too sure if this is the correct place to ask for this in this particular forum i'm working on to make a USB PIC programmer. is it possible to modify the firmware for 16F628 used in Wisp628 board, so that it can be burnt into an 18F4550 …

Member Avatar for mostafadotnet
1
132
Member Avatar for Hotshottech

Is there a code in VBA that will read data from a RS232 port and import it into the selected cell in excel or can I buy a program that will work.

Member Avatar for BombAppetit
0
269
Member Avatar for BombAppetit

how do i set the permission for read and write into a database? i'm creating a program to view what is in the database(which is a different database application altogether) and reading from it using SQL. Error message shows "No read permission". i looked into the security settings of the …

Member Avatar for Comatose
0
168
Member Avatar for BombAppetit

greetings citizens i have a question regarding OLE object. is it possible to display an OLE object in a list box? my table has a bunch of numbers and i plan to add a new column for "status" showing, err, the status of certain products. i pasted an image of …

0
74
Member Avatar for BombAppetit

greetings i'm currently working on my Form in VB6. it has a list box that i use to display table. How do i display table from a different database? i did it before by modifying row source property in VBA, but that only works if the form is part of …

Member Avatar for Comatose
0
130
Member Avatar for BombAppetit

erm.. greetings again i have this database system using access and i need to look through another remote computer for files using Remote Administrator 2.2. how do i get started? as in to run the application and searching through folders in remote computer to get a certain txt file.. thats …

Member Avatar for BombAppetit
0
108
Member Avatar for BombAppetit

greetings i am doing a database system in access and has certain function of creating and modifying an excel worksheet. i keep getting this "Run-time error '462' : Remote server machine doesn't exist or is unavailable" or sometimes "Run-time error '1004' : Method 'Range' of object '_Global' failed".. it points …

Member Avatar for Comatose
0
180
Member Avatar for BombAppetit

greetings.. i'm suppose to make a programme that reads a notepad file generated by other programme interfacing with an device which tests components, and then generates a graph of it in Excel.. so far i've succeeded in reading from the notepad file and making a spreadsheet in excel, but not …

0
63
Member Avatar for BombAppetit

hello i am trying to create a list box of some sort to display time and date when a certain table has been modified in microsoft access i included this line of code [inlinecode] Dim cat As New ADOX.Catalog cat.ActiveConnection = "Provider='Microsoft.Jet.OLEDB.4.0';" & _ "Data Source='C:\Osman\cobaan.mdb';" [/inlinecode] it gives me …

0
137