Thanks for your reply weaknessforcats ,
I actually have about 54 groups each have three text items that need to be changed based on a selection. I was trying to create one callback/method to handle all of them. Since each group has a XXX_Tst1, XXX_Tst2, XXX_Tst3 text items where XXX is arg1 I pass in and I set the three items to the same agr2 string that is passed in. I can create the names of the items just wanted to see if I could avoid...
User Profile
Collapse
-
I am not sure but I think you need to save your Graphics g that was changed and not the original image in the pictureboxLeave a comment:
-
get reference to a text object with the name of object
In Visual Studio 2010 C++
I have a series of existing text objects
The text properties names are
item1_lbl,
item2_lbl,
item3_lbl,
….
Based on a selection I want to change an object. I generate the name of the object I want to change in a string so from this string is there a way to get a pointer to the correct text object that is same name? -
I would like to make my code transportable to Linux in the future, do you have a suggestion on how I can read from the keyboard that won't block and doesn't require a return to continue processing in main program? I was originally going to use a thread and setup an event and event handler but am trying to keep it simple for the people that are going to be using and maintaining it.
Thanks in advance for your time with any suggestion...Leave a comment:
-
Thanks horace1 for the example
I just wanted to thank horace1 for putting the example in.
I used your example and added getch function from conio.h and I am now styling!
Thanks again for the post
The one I put together is below:
1. #include <stdio.h>
2. #include <string.h>
3. #include <ctype.h>
4. #include <conio.h>
...Leave a comment:
No activity results to display
Show More
Leave a comment: