is it possible to use flexgrid in vb dotnet?
Answer Posted / abc
It is possible to use MS Flex Grid in Vb.net. Since MS-Flex
grid is a Com component. You need to Convert that first into
dotnet component using AxImp.exe(from command line) or if
you are using Visual Studio.Net Add reference to the MS-flex
Grid COM component.Visual studio automatically converts that
into .Net component.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is the diff between vb mdi form and .net mdi form?
How can we store decimal data in .net?
Name the two main parts of .net?
What is the difference between readonly variable and constant variable?
What is strong typing and weak typing?
How to view an assembly?
Explain how to send xml file on server using http protocol?
Which classes a dll can contain?
Explain option explicit?
Explain how the .net framework performs automatic memory management.
What is an arraylist?
What is strong name in .net assembly?
Write a program to find all text files in a logical drive and return the count of the number of files?
Can you please explain the difference between int and int32?
Explain about the feature anonymous type?