Jay1b Posted September 10, 2003 Posted September 10, 2003 Every sites i check about this, says i need to add a reference for it to work, but none actually what the reference is. Any ideas? Quote
Administrators PlausiblyDamp Posted September 10, 2003 Administrators Posted September 10, 2003 Probably Microsoft.VisualBasic.Compatability Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Moderators Robby Posted September 10, 2003 Moderators Posted September 10, 2003 There are APIs you can use instead... ie. GetCursorPos() Quote Visit...Bassic Software
Jay1b Posted September 10, 2003 Author Posted September 10, 2003 Microsoft.VisualBasic.Compatability Yeah i found a few sites saying that, but i could not actually find it in my references, which it says to add in, so i dont know whether it has been removed from .NET 2003 or what. Quote
*Experts* Volte Posted September 10, 2003 *Experts* Posted September 10, 2003 Why do you need this? VB.NET has complete eliminated the need for twips... Quote
Jay1b Posted September 10, 2003 Author Posted September 10, 2003 I was using a FlexGrid, which still runs of twips or at least i believe it does. I do know that a box a few inches across has a messurement of about 5000 - surely that could only be twips? I am using the flexgrid as i cant figureout how to manually create a datasource to use the datagrid. I am trying to load it from an array. See other thread. Quote
Moderators Robby Posted September 10, 2003 Moderators Posted September 10, 2003 The .net datagrid is so much more powerful, it really is worth the time to learn how to use it. Quote Visit...Bassic Software
Jay1b Posted September 11, 2003 Author Posted September 11, 2003 I would love too, but in three books and about 30 mins of searching on the net, i cant find an example showing how to build a datasource manually. I cant seem to anywhere with them. Quote
*Experts* Volte Posted September 11, 2003 *Experts* Posted September 11, 2003 A DataSource can be anything which implements the IList or IListSource interfaces - that includes Arrays/ArrayLists, DataSets, DataTables, many different kinds of collections, as well as any class you create yourself. Any class you create which inherits CollectionBase is a valid DataSource as well. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.