Questions tagged [vsflexgrid]

8 questions
4
votes
1 answer

VsFlex7 (vb6) on Windows 10

I'm trying to edit some old source code from another developer on my windows 10 machine. This particular project requires the use of the VsFlex7 control (vsflex7L.ocx and vsflex7L.oca) which needs to be registered in Windows before I can use the…
Arvo Bowen
  • 4,524
  • 6
  • 51
  • 109
2
votes
3 answers

VSFlexgrid licensing issue in VB6

I am having a licensing issue with our VideoSoft VSFlexGrid 7.0 in VB6. When I create a new FlexGrid it triggers a message box with a licensing/about message. We have a license but it appears that VB does not quite keep it. Is there a way to get rid…
jeje1983
  • 115
  • 1
  • 3
  • 7
1
vote
0 answers

Displaying Arabic characters in VSFlexgrid

I have a VB 6.0 application in which one of the windows needs to display Arabic characters. When it used VSFlexgrid 7 it worked fine, but since upgrading to VSFlexgrid 8 it displays question marks and other "junk" characters. I have references to…
Wallnut
  • 155
  • 5
0
votes
0 answers

Can one get grid data from a VSFlexGrid window using the WinAPI?

WinAPI can get text from particular windows. However, VSFlexGrids are resistant to this since their grid data don't seem contained in easily-accessible child windows. I've used Spy++ to analyze the VSFlexGrid in question, and it has no children.…
Asker
  • 1,299
  • 2
  • 14
  • 31
0
votes
0 answers

How to write .ini Format from a Flexgrid in VB6

What i want : to a make a button that exports the selected data in this FelxGrid into .ini file format take (heights) as section and the others as values and keys , it dosen't have to be ini format it can also be something close to it What i tried…
0
votes
0 answers

vb6 and vsflexgrid - how to add vsflex8U (vsflexgrid 8 unicode) as a form control programatically

im using vb6 and does anybody know how to add vsflex8U(known as vsflex8 unicode ) programatically , i have search and tried several solutions and i can add vsflex programatically but not in unicode please help me thanks have a good day ! here is my…
RaRa
  • 67
  • 11
0
votes
1 answer

Fill one column of vsfgird according to another column

I have a vsflexgrid that fill by data like this : ID - Name - Rate - Gift 100- jack - 2 - 101- Mark - 6 - 102- peter - 10 - i want to calculate multiple rate for each row and fill gift column by that . for example : if rate = 0 and…
user334681
  • 169
  • 8
0
votes
1 answer

VBA FlexGrid selected rows to array

I have a Flexgrid (VSFlexGrid 8) with 3 columns grid name = Main_Window.form_seg_carrier_grid Select | Name | ID x | abc | 1 | cdf | 2 x | dfs | 3 The select column is defined as a Boolean data type, and is left up to the user…
Jeff Beagley
  • 945
  • 9
  • 19