I typed out the code in the next post (from Planet Source Code by David Hitchner, thanks David and Josh5414 for the link) in the code window of a visual basic program.
I understand the logic of the code, what it's suppose to do. What I'm having trouble with is getting the code to run with the Form.
I've retyped the code verbatim (rather than copy and pasting - so I could work through the logic) and named my FlexGrid grdEditGrid and the TextBox as txtEditCell. I'm getting the compile error "Member already exists in a object module from which this object module derives"
Could someone please walk me through using this code in a program: how I set up the forms, what to call them, etc. (I'm using VB5).
My eternal thanks in advance! (~This is incredibly frustrating~)
Any help at all would be appreciated, even if you don't have time to go through the whole process.
I understand the logic of the code, what it's suppose to do. What I'm having trouble with is getting the code to run with the Form.
I've retyped the code verbatim (rather than copy and pasting - so I could work through the logic) and named my FlexGrid grdEditGrid and the TextBox as txtEditCell. I'm getting the compile error "Member already exists in a object module from which this object module derives"
Could someone please walk me through using this code in a program: how I set up the forms, what to call them, etc. (I'm using VB5).
My eternal thanks in advance! (~This is incredibly frustrating~)
Any help at all would be appreciated, even if you don't have time to go through the whole process.