Hello
How i can read the motherboad model using code in vb?
I write a program in ms access and i want to read/confirm the motherbord model on startup.
Thanks in advance
as james said you should to using wmi (Windows Management Instrumentation) .
i have a simple prog to read motherboard model but i m do with vb.net. if you want, i'll post it for you.
Are you interested in just ID or MB type? I mean do you want protect code or something else?
That's right VIeditorlover
I want the program to run only on a specific pc, so I thought that it would be ok if I could read the board's model on startup. Is trere any other way to do this?
Thanks
Hi ChristosK...
Sorry i must to convert this program into vb.net cause it build in c# before. sorry if this program not perfect. u can develop this program to read other hardware info. look into link which i given to you yesterday, that link will help u much.
im looking for the one that reads the motherboard model, but i have come across this thread.. maybe this could be a little help to you guys... Click me
oh... same logic like my prog... ChristosK, you can rewrite a program in vb6 like my prog. see the posted link by cometburn, its like my prog.
great finding cometburn.:)
Yes, you can try this trick (originally invented by authors of certain wide spreaded messenger program) - in 32bit version of The System is allowed backward compatibility to 16bit programs. These programs may read physical memory under 1MB range (!) so you can read all ROM BIOS. The only thing what you need is write short 16bexe/com app which reads 64kB block from B800:0000 and save it to disk (piece of cake isn't it?) and compute CRC file saved.
Yes, you can try this trick (originally invented by authors of certain wide spreaded messenger program) - in 32bit version of The System is allowed backward compatibility to 16bit programs. These programs may read physical memory under 1MB range (!) so you can read all ROM BIOS. The only thing what you need is write short 16bexe/com app which reads 64kB block from B800:0000 and save it to disk (piece of cake isn't it?) and compute CRC file saved.
im looking for the one that reads the motherboard model, but i have come across this thread.. maybe this could be a little help to you guys...
Click me
Hi ChristosK...
Sorry i must to convert this program into vb.net cause it build in c# before. sorry if this program not perfect. u can develop this program to read other hardware info. look into link which i given to you yesterday, that link will help u much.