Click here to Skip to main content
15,927,055 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Beginner Help Pin
Colin Angus Mackay8-Sep-05 11:01
Colin Angus Mackay8-Sep-05 11:01 
Questionpopup control ruined my app Pin
texasjames8-Sep-05 9:05
texasjames8-Sep-05 9:05 
AnswerRe: popup control ruined my app Pin
Colin Angus Mackay9-Sep-05 5:57
Colin Angus Mackay9-Sep-05 5:57 
Question.Net C# Word Add-in install Pin
tartancli8-Sep-05 8:19
tartancli8-Sep-05 8:19 
AnswerRe: .Net C# Word Add-in install Pin
rwestgraham11-Sep-05 11:18
rwestgraham11-Sep-05 11:18 
GeneralRe: .Net C# Word Add-in install Pin
tartancli11-Sep-05 11:54
tartancli11-Sep-05 11:54 
GeneralKill the VB/C# debate! Pin
ComputerGuyCJ8-Sep-05 7:32
ComputerGuyCJ8-Sep-05 7:32 
GeneralRe: Kill the VB/C# debate! Pin
Dave Kreskowiak8-Sep-05 9:06
mveDave Kreskowiak8-Sep-05 9:06 
GeneralRe: Kill the VB/C# debate! Pin
Paul Conrad14-Sep-05 19:49
professionalPaul Conrad14-Sep-05 19:49 
GeneralRe: Kill the VB/C# debate! Pin
Christian Graus8-Sep-05 12:36
protectorChristian Graus8-Sep-05 12:36 
GeneralRe: Kill the VB/C# debate! Pin
Dan Neely9-Sep-05 5:42
Dan Neely9-Sep-05 5:42 
GeneralRe: Kill the VB/C# debate! Pin
Steve Pullan8-Sep-05 17:57
Steve Pullan8-Sep-05 17:57 
GeneralRe: Kill the VB/C# debate! Pin
Super Lloyd9-Sep-05 2:35
Super Lloyd9-Sep-05 2:35 
GeneralRe: Kill the VB/C# debate! Pin
Stan Shannon9-Sep-05 17:43
Stan Shannon9-Sep-05 17:43 
GeneralRe: Kill the VB/C# debate! Pin
rwestgraham10-Sep-05 20:31
rwestgraham10-Sep-05 20:31 
GeneralRe: Kill the VB/C# debate! Pin
Steve Pullan11-Sep-05 15:00
Steve Pullan11-Sep-05 15:00 
GeneralRe: Kill the VB/C# debate! Pin
rwestgraham11-Sep-05 15:08
rwestgraham11-Sep-05 15:08 
GeneralRe: Kill the VB/C# debate! Pin
Paul Conrad14-Sep-05 19:53
professionalPaul Conrad14-Sep-05 19:53 
QuestionCrystal report parameter passing Pin
achrafus8-Sep-05 6:22
achrafus8-Sep-05 6:22 
QuestionMS Hierarchical FlexGrid Pin
pjhenry12168-Sep-05 5:34
pjhenry12168-Sep-05 5:34 
AnswerRe: MS Hierarchical FlexGrid Pin
rwestgraham11-Sep-05 13:04
rwestgraham11-Sep-05 13:04 
This is not of much real help, but here goes...

MSHFlexGrid was really designed for use in VB6 using the VB6 DataEnvironment. The DataEnvironment allowed you to create a hierarchy of recordsets, and then if the relationships were properly defined, it would pretty much automatically handle refreshing the child recordsets as you moved through the primary recordset. Then you would simply bind the DataEnvironment to the grid and it would "magically" just sort of work.

I don't know for sure because I have never used an MSHFlexGrid in C++. But I think if you want to try to do the same thing using C++, you will probably have to use the grid in unbound mode - i.e. define all the properties of the grid manually and then populate the cell values manually as simple text values rather than databound fields. MSHFlexGrid allows you do this but it is pretty tedious. You can search the VB6 documentation on the MSDN to find some simple examples of using the various HFlexGrid members in unbound mode.

There is also a DataGrid control in .NET that allows you to easily display hierarchical data but it is not highly configurable in terms of appearance. I have never used Managed C++ though, so I have no idea how it compares to C# in terms of developing a GUI.
QuestionAvoiding circular reference? Pin
FruitBatInShades8-Sep-05 4:55
FruitBatInShades8-Sep-05 4:55 
AnswerRe: Avoiding circular reference? Pin
Stan Shannon9-Sep-05 17:34
Stan Shannon9-Sep-05 17:34 
QuestionHELP: expose windows Form from Windows Service Pin
SongDog8-Sep-05 3:51
SongDog8-Sep-05 3:51 
Questionsending parameter from Vs.Net to crystal Pin
kings_17-Sep-05 23:55
kings_17-Sep-05 23:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.