I'm looking for a decent MSFlexGrid example project I can muck around with.......I'm trying to figure this stuff out, If anyone can point me in the right direction it would be greatly appreciated
Thx in advance
Printable View
I'm looking for a decent MSFlexGrid example project I can muck around with.......I'm trying to figure this stuff out, If anyone can point me in the right direction it would be greatly appreciated
Thx in advance
Can anyone show me what to do?
There are plenty example on the net, just search on google. Here are two that i foundQuote:
Originally posted by Kracked
Can anyone show me what to do?
http://www.freevbcode.com/ShowCode.Asp?ID=5163
http://pages.cpsc.ucalgary.ca/~saul/...les/tutorial3/
Hope this helps.
Terrific, thank you very much, i was having a hard time finding one anywhere, those 2 are pretty good :)
Gives me something to play with, and learn from
You are welcome. The power of Google :) , happy learning :wave:Quote:
Originally posted by Kracked
Terrific, thank you very much, i was having a hard time finding one anywhere, those 2 are pretty good :)
Gives me something to play with, and learn from
Here is an example i put together for some one here, it shows how to copy data from flexgrid to ClipBoard, you might find it handy in your future project. You can easily modify it to copy it to Excel, Text File etc.
Make sure you change the path of the database, it comes with VB, just search for it and modify the path.
I really liked that 1 too, I had a look at the access tables on it, I saw that all your tables had a bunch of different fields in them that weren't on the program when I opened it, what are they al about and how would the user get to use those as well?
Sorry I didnt really understand what you mean! The NWIND.MDB is designed by Microsoft and shipped with vb, its not designed by me! I just used for the example.Quote:
Originally posted by Kracked
I really liked that 1 too, I had a look at the access tables on it, I saw that all your tables had a bunch of different fields in them that weren't on the program when I opened it, what are they al about and how would the user get to use those as well?
Are you talking about the 2 links i posted? If so then they have nothing to do with me.
The example i posted, simply copies the selected data in the FlexGrid to the Clipboard. I havent referenced any field directly so you wouldnt need to modify anything. Its cut and paste ready !!
Can you post the code you are having problem, i will try to fix it.
Danial