Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~984 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for shiftingspanner

I'm teaching myself C++/CLR using Visual C++ 2008 (I'm so new I'm not too sure how even to phrase that all) and just as soon as I think I understand something it turns around and bites me. I have a class that looks like this: [CODE]public ref class TABLE_KeyData{ public: …

Member Avatar for shiftingspanner
0
179
Member Avatar for shiftingspanner

I've created a class PulldownArray, which contains two strings Value and Description. I created an array of this class called PulldownTABLE with the ArrayList^ command in my main program and I then populate it with the .Add method. All this works fine. How do I retrive the Value and Description …

Member Avatar for jonsca
0
354
Member Avatar for francoise

Try something like: ActiveCell.FormulaR1C1 = "firstname" Cells(ActiveCell.Row, ActiveCell.Column + 1) = "surname"

Member Avatar for shiftingspanner
0
393
Member Avatar for shiftingspanner

Hi, I'm a bit of a numpty when it comes to programming so please excuse the silly question and I'm not even sure this is the correct forum to post it on but here goes... I'm trying to upgrade some VB6 to Visual Basic 2008. I'm trying to create a …

0
58

The End.