Shoutbox

Vb Table - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Vb Table (/showthread.php?tid=33754)

Vb Table by michael_m91 on 10-28-2004 at 06:11 AM

Anyone know how to make a spreadsheet in vb, that the user can actually put stuff into the grid in runtime.

Or maby just how i could make a table


RE: Vb Table by matty on 10-28-2004 at 07:38 AM

Everyone is probably going to bitch at me for giving you the lazy way of doing it. But I didn't feel like coding anything really big seeing how I just finished working on something that took roughly 7 hours. Thanks Cook by the way.


Anways with Office 10 it includes an object you can use in VB for Spreadsheets and stuff and thats all I did.

People feel free to post something better because the DLL to do this is 7mbs!

Spread Sheet.zip


RE: Vb Table by michael_m91 on 10-30-2004 at 01:51 AM

All i get is an error loading the *.Ocx


RE: Vb Table by Millenium_edition on 10-30-2004 at 08:46 AM

well obviously you need the newest office OCX. :)


RE: Vb Table by michael_m91 on 10-30-2004 at 04:17 PM

From where?


RE: Vb Table by fluffy_lobster on 10-30-2004 at 05:22 PM

Your Nearest Microsoft Dealer i guess 8-) :P

But how about the Microsoft Flexigrid Control which comes bundled with VB?  Just check it in the list in Project > Components and it'll appear on your controls list.  If you redistribute the program you'll have to redistribute msflxgrd.ocx and preferably register it on the user's computer upon installation to wipe out compatibility issues completely.  But at least you don't have to buy every user a copy of Office XP :P