I have an old project that I am trying to Unicode enable. I am trying to put Unicode data into an msflexgrid, but it comes out as question marks.
Is there some trick to getting MSFlexGrid to work with Unicode data? Will it work at all? If not, is there a good OCX replacement that I could use?
...
Hi!
My VB.NET application uses Microsoft Flex Grid Control 6.0. This is a legacy application which has been ported from VB6 with the Visual Studio conversion wizard. Although I can compile the assembly, I get a COMException because some class is not registered. I've found out that this class is the Microsoft Flex Grid Control 6.0.
Wher...
How to convert msflexgrid data in column no. 1,2,3 in first line and column no.1,2,4 in second line in text file.(convert msflexgrid to txt using visual basic 6.0)
...
Let me set up the environment.
This is VBA code running in Excel.
I have a userform that contains a mxflexgrid. This flexgrid shows a list of customers and the customer', salesperson, csr, mfg rep, and territories, assignments. When you click in a column, let's say under the Territory column, another userform opens to show a list of T...
How to display two tables in single msflexgrid control in vb6
...
I am maintaining a legacy Microsoft Access application that is using the Microsoft Flexgrid 6.0. It recently started causing the following error:
Run-time error '438' Object doesn't
support this property or method
People say that this error can be caused by the KB960715 security update being applied, which sets killbits on variou...
I have a VB6 app which consists of a flexgrid, two command buttons, and a text box. I have code to allow the user to press the up or down arrow key to switch rows in the grid. When the down arrow key is pressed the cursor is placed at the end of the text in the next row, but when the Up arrow key is pressed the cursor is placed in the ...
I'm working with a MSFlexGrid control in VB6, but I'm also having some problems retrieving the ColPos property for merged columns. The grid that I've generated looks something like this:
-----------------------------
| 8/17/2010 |
-----------------------------
| Column 1 | Column 2 |
-----------------------------
...
Hello guys
Is there anyway to align the text in msflexgrid in vertical orientation like excel does?
thanks
...
Hello guys,
how do i print msflexgrid with picture in some of its cells in vb6
...