473,473 Members | 1,604 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

FlexGrid Control in VS .Net 2003


I have just purchased a new system and am moving stuff off the old machine
to the new ... including reinstalling VS .Net 2003 and several VB programs I
had written. One of the programs uses a FlexGrid control but after moving
it to the new machine that control is gone! I cannot remember how I set-up
the flex control ... it is not a standard VB 2003 control. The program (on
the old machine) has references to AxMSComCtl2, AxMSFlexGridLib, MSComCtls
and MSFlexGridLib ... but after moving the program over to the new machine
those references are gone and a reference to something called adodb has been
added. I see these references under the References node in Solution
Explorer. If someone has suggestions for how to establish references to
these control/libraries on the new machine I would appreciate it ... they
don't show up in the Project > Add References menu.

Thanks very much.

Nov 21 '05 #1
6 6370
fripper wrote:
I have just purchased a new system and am moving stuff off the old machine
to the new ... including reinstalling VS .Net 2003 and several VB programs I
had written. One of the programs uses a FlexGrid control but after moving
it to the new machine that control is gone! I cannot remember how I set-up
the flex control ... it is not a standard VB 2003 control. The program (on
the old machine) has references to AxMSComCtl2, AxMSFlexGridLib, MSComCtls
and MSFlexGridLib ... but after moving the program over to the new machine
those references are gone and a reference to something called adodb has been
added. I see these references under the References node in Solution
Explorer. If someone has suggestions for how to establish references to
these control/libraries on the new machine I would appreciate it ... they
don't show up in the Project > Add References menu.

Thanks very much.


FlexGrid is from VB6, the reference is added from the COM tab.

Tom
Nov 21 '05 #2
Fripper,

Be aware that we did not ever see anybody succeeding to use the flexgrid
without any problem in VBNet.

Try the datagrid instead.

Just as advice.

Cor
Nov 21 '05 #3
Tom:

These reference names do not appear in the list presented by the COM tab ...
are they hidden in there under some other name?

Thanks.

"tomb" <to**@technetcenter.com> wrote in message
news:YH*****************@bignews3.bellsouth.net...
fripper wrote:
I have just purchased a new system and am moving stuff off the old machine
to the new ... including reinstalling VS .Net 2003 and several VB programs
I
had written. One of the programs uses a FlexGrid control but after moving
it to the new machine that control is gone! I cannot remember how I
set-up
the flex control ... it is not a standard VB 2003 control. The program (on
the old machine) has references to AxMSComCtl2, AxMSFlexGridLib, MSComCtls
and MSFlexGridLib ... but after moving the program over to the new machine
those references are gone and a reference to something called adodb has
been
added. I see these references under the References node in Solution
Explorer. If someone has suggestions for how to establish references to
these control/libraries on the new machine I would appreciate it ... they
don't show up in the Project > Add References menu.

Thanks very much.


FlexGrid is from VB6, the reference is added from the COM tab.

Tom

Nov 21 '05 #4
"fripper" <fr*****@insightbb.com> schrieb:
I have just purchased a new system and am moving stuff off the old machine
to the new ... including reinstalling VS .Net 2003 and several VB programs
I had written. One of the programs uses a FlexGrid control but after
moving it to the new machine that control is gone! I cannot remember how
I set-up the flex control ... it is not a standard VB 2003 control. The
program (on the old machine) has references to AxMSComCtl2,
AxMSFlexGridLib, MSComCtls and MSFlexGridLib ... but after moving the
program over to the new machine those references are gone and a reference
to something called adodb has been added.


PRB: Errors When You Use Visual Basic 6.0 Controls in Visual Basic .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;318597>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #5
The flesgrisd came with VB6 not VS 2003. Suggest you either change it to use
the new datagrid or reinstall VB6.
"fripper" wrote:

I have just purchased a new system and am moving stuff off the old machine
to the new ... including reinstalling VS .Net 2003 and several VB programs I
had written. One of the programs uses a FlexGrid control but after moving
it to the new machine that control is gone! I cannot remember how I set-up
the flex control ... it is not a standard VB 2003 control. The program (on
the old machine) has references to AxMSComCtl2, AxMSFlexGridLib, MSComCtls
and MSFlexGridLib ... but after moving the program over to the new machine
those references are gone and a reference to something called adodb has been
added. I see these references under the References node in Solution
Explorer. If someone has suggestions for how to establish references to
these control/libraries on the new machine I would appreciate it ... they
don't show up in the Project > Add References menu.

Thanks very much.

Nov 21 '05 #6
Seems to me it would be much easier to use a DataTable to hold the data and
a DataGrid to display the table. I used to use the FlexGrid in VB6 but find
the DataGrid much, much easier.

"fripper" <fr*****@insightbb.com> wrote in message
news:ue**************@TK2MSFTNGP10.phx.gbl...

I have just purchased a new system and am moving stuff off the old machine
to the new ... including reinstalling VS .Net 2003 and several VB programs
I had written. One of the programs uses a FlexGrid control but after
moving it to the new machine that control is gone! I cannot remember how
I set-up the flex control ... it is not a standard VB 2003 control. The
program (on the old machine) has references to AxMSComCtl2,
AxMSFlexGridLib, MSComCtls and MSFlexGridLib ... but after moving the
program over to the new machine those references are gone and a reference
to something called adodb has been added. I see these references under
the References node in Solution Explorer. If someone has suggestions for
how to establish references to these control/libraries on the new machine
I would appreciate it ... they don't show up in the Project > Add
References menu.

Thanks very much.

Nov 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: selowan | last post by:
Hi, In VB6 Pro SP5, I have a form that contains an MSFlexGrid and a few other textboxes and comboboxes. I am using the technique from MSDN article Q241355, which describes how to tab and edit in...
2
by: Rage Matrix | last post by:
Hi all, I'm using Access XP 2002. I'm trying to put the control Microsoft Flexgrid 6.0 onto a form. However, whenever I try this, I get the following error..."You don't have the license required...
7
by: tombsy | last post by:
Hi gang... I want to have a form that can display data from a datasource that is not fixed. lets say a crosstab query that can change the number of colums and field headings depending on the...
4
by: VR | last post by:
I am trying to embed a check box into a FlexGrid's cell, but having a problem when I start scrolling the grid. Here is my MyCheckBox class... class MyCheckBox : CheckBox { void Init (...
4
by: fripper | last post by:
I have replaced an older machine with a new one and have moved a VB .Net program that I worte on the old machine to the new one. The program uses a FlexGrid control for displaying some stuff in a...
0
by: alexh1000 | last post by:
When I insert the FlexGrid control in a dialog (using controls toolbar) the dialog fails to open on program execution(DoModal returns a -1). If I remove the FlexGrid from the dialog, the dialog...
0
by: chirayushbpatel | last post by:
I use flexgrid control in my VB apllication but I cant get data from MS Access database, an error dispaly like "Unrecognized databse format" How can I get table data in flexgrid control
1
by: saiswarnalatha | last post by:
How to insert values into FlexGrid Control and save into database and retreive from database? How to pass values from one Flexgrid in one form to another Flexgrid in another form? Do reply soon...
3
by: sweevil | last post by:
I'm converting a VB6 project to .Net2005. One of the items encountered was setting the cellpicture onto a flexgrid from an imagelist. The image background doesn't appear to render correctly. I...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.