Forum: Assembly Jan 4th, 2007 |
| Replies: 3 Views: 7,610 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... |
Forum: Visual Basic 4 / 5 / 6 Nov 14th, 2006 |
| Replies: 0 Views: 1,957 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,... |
Forum: Visual Basic 4 / 5 / 6 Oct 19th, 2006 |
| Replies: 2 Views: 2,574 Darn. I couldn't find an Edit command, so I post a reply to my own thread instead -_-
Anyway. I integrated the form into the Excel file. How do I make the form work on other PC viewing it. I... |
Forum: Visual Basic 4 / 5 / 6 Oct 19th, 2006 |
| Replies: 2 Views: 2,574 Erm. Nvm about that. I found it already. Didn't know that the ChartType list is longer when you use VB codes. The property window shows very few variations. |
Forum: Visual Basic 4 / 5 / 6 Oct 19th, 2006 |
| Replies: 2 Views: 2,574 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... |
Forum: C Oct 17th, 2006 |
| Replies: 1 Views: 1,826 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.
counter = 1;
for (counter = 1 ; counter <=... |
Forum: Visual Basic 4 / 5 / 6 Oct 16th, 2006 |
| Replies: 6 Views: 1,604 thanks sedonshin for that snippet. Never noticed such feature for form loading.
anyway.. i got myself a Jai Pulnix CV-M10 and a Matrox MeteorII Multichannel imager. is there any thing i should be... |
Forum: Visual Basic 4 / 5 / 6 Sep 20th, 2006 |
| Replies: 6 Views: 1,604 OK.. I have another question. I'll try to get by the previous one.
I have the forms Inspection and PassFail. In the form Inspection there is a function that scans the image, and then calls the... |
Forum: Visual Basic 4 / 5 / 6 Sep 18th, 2006 |
| Replies: 6 Views: 1,604 thanks for that.
unfortunately there's more question. For the camera part, inspecting the marking and orientation of the IC. How do I load a frame from that camera into a PicBox? I need it to set... |
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2006 |
| Replies: 6 Views: 1,604 sorry about this. i couldnt find any "Edit Message" tab, so i posted a new reply to my own topic. -_-
anyway. how do i write a command that constantly reads the port as long as the form is in... |
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2006 |
| Replies: 6 Views: 1,604 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... |
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2006 |
| Replies: 5 Views: 1,883 it's ok i found the solution, that is shpcrop, a crop box. never knew such thing existed.
thanks for your time. |
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2006 |
| Replies: 5 Views: 1,883 Not entirely. Before this I did it in mousemove with a flag, that's when the array of boxes appear. Small boxes inside bigger boxes. What i'm trying to do here is a region selection box, which... |
Forum: Visual Basic 4 / 5 / 6 Sep 8th, 2006 |
| Replies: 5 Views: 1,883 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... |
Forum: Visual Basic 4 / 5 / 6 Sep 6th, 2006 |
| Replies: 2 Views: 15,283 if we are to write through the comm port, how do we do it in HEX? for PIC programming purposes is VBA able to do it (access/excel) |
Forum: Assembly Sep 6th, 2006 |
| Replies: 5 Views: 7,315 oh.. thank you for your suggestion.. assembly forum is definitely a better place for this thread. i noticed a number or PIC based enquiries there. sorry for not noticing that section earlier.
thanks |
Forum: Assembly Sep 6th, 2006 |
| Replies: 5 Views: 7,315 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... |
Forum: Visual Basic 4 / 5 / 6 Aug 31st, 2006 |
| Replies: 3 Views: 34,625 oh. i tried the loop you posted. it really did populate in multiple columns. more than 3 actually since my box is rather short.
sigh. last time i did in VBA the data source based on query/table,... |
Forum: Visual Basic 4 / 5 / 6 Aug 30th, 2006 |
| Replies: 3 Views: 34,625 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? ... |
Forum: Visual Basic 4 / 5 / 6 Aug 17th, 2006 |
| Replies: 3 Views: 1,362 No it is not password protected. anyway i somehow got my way with it. thanks for your time. |
Forum: Visual Basic 4 / 5 / 6 Aug 16th, 2006 |
| Replies: 3 Views: 1,362 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... |
Forum: Visual Basic 4 / 5 / 6 Aug 8th, 2006 |
| Replies: 0 Views: 1,824 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"... |
Forum: Visual Basic 4 / 5 / 6 Jul 27th, 2006 |
| Replies: 1 Views: 2,879 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... |
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2006 |
| Replies: 3 Views: 1,587 erm.. i decided to try using rcp on command prompt.. so now i'm to create a program for each PC to send a certain file to a central server of some sort. how do i go about this? how to create program... |
Forum: Visual Basic 4 / 5 / 6 Jul 12th, 2006 |
| Replies: 3 Views: 1,587 oh.. in that case. i guess i'll have to find some other method then. i'll try the server client thing.
thanks |
Forum: Visual Basic 4 / 5 / 6 Jul 11th, 2006 |
| Replies: 3 Views: 1,587 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... |
Forum: Visual Basic 4 / 5 / 6 Jul 4th, 2006 |
| Replies: 1 Views: 4,240 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... |
Forum: Visual Basic 4 / 5 / 6 Jun 28th, 2006 |
| Replies: 0 Views: 9,376 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..... |
Forum: Visual Basic 4 / 5 / 6 Jun 22nd, 2006 |
| Replies: 0 Views: 899 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
Dim cat As New... |