I am trying to open dialog containing MS FlexGrid ActiveX control using DoModal() from an ActiveX control project(OCX). I added member variable for the FlexGrid control and genera开发者_JS百科ted a wr
when clicking on the msflexgrid scroll bar on the down arrow, how can i know that i have clicked on the down arrow. give me sam开发者_StackOverflow中文版ple code if possible.
I have a VB6 project that is using a SQL2008 database.The project consists of two Combo Boxes , a MSHFlexGrid, and Two Command Buttons(cmdLoadSeries & cmdExit).The user will make a selection from
开发者_运维百科How do I print msflexgrid with a picture in some of its cells in VB6?I think you have to first select the grid cell, optionally set the cell picture alignment, then load the picture usi
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:
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
So I need to put all the names in a file into column 1 on flexgird, each name should go on its own row. here is what I have but i just get \"invalid row value\"
How can one display two tables in a 开发者_如何学运维single MSFlexgrid control in VB6?You can add anything to the flexgrid.
Let me set up the environment. This is VBA code running in Excel. I have a userform that contains a msflexgrid. This flexgrid shows a list of customers and the customer\', salesperson, csr, mfg rep
My VB.NET application uses Mic开发者_开发问答rosoft 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