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
~263 People Reached
Favorite Forums
Favorite Tags
c++ x 4
Member Avatar for FujiFilm

I am attempting to add a custom event to the event section of properties panel for my custom control. The problem is no event is being added to the panel for me to subscribe to. [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using …

0
53
Member Avatar for FujiFilm

I am learning visual c# and am having trouble subscribing to an event. The book says, [B]"Now you create the handler for the two text boxes that must be checked to see whether they are empty. You do this by subscribing to the Validating event of the text boxes. You …

0
47
Member Avatar for FujiFilm

I deleted IDR_MAINFRAME256 and need to add it back to my toolbar folder under Resource View. How do I add it back.

Member Avatar for FujiFilm
0
26
Member Avatar for FujiFilm

I haven't programmed in sometime and am rusty. I was never an expert either. I know my code has a simple error but I can't figure out what it is. I was practicing coding when I couldn't determine why the class constructor wasn't working as intended. #include <iostream> using std::cout; …

Member Avatar for rubberman
0
137