Click here to Skip to main content
15,916,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionData encryption software package recommendation needed [modified] Pin
transoft6-Oct-09 6:03
transoft6-Oct-09 6:03 
AnswerRe: Data encryption software package recommendation needed Pin
«_Superman_»6-Oct-09 8:18
professional«_Superman_»6-Oct-09 8:18 
GeneralRe: Data encryption software package recommendation needed Pin
transoft6-Oct-09 8:25
transoft6-Oct-09 8:25 
QuestionHow to get list of files open by process Pin
slawekwwww6-Oct-09 6:00
slawekwwww6-Oct-09 6:00 
AnswerRe: How to get list of files open by process Pin
Randor 6-Oct-09 7:02
professional Randor 6-Oct-09 7:02 
GeneralRe: How to get list of files open by process Pin
kilt8-Oct-09 23:37
kilt8-Oct-09 23:37 
GeneralRe: How to get list of files open by process Pin
Randor 9-Oct-09 11:57
professional Randor 9-Oct-09 11:57 
QuestionHow can I use an image_click more than once? Pin
Fenix26-Oct-09 5:14
Fenix26-Oct-09 5:14 
I have some code here

private: System::Void TS11_Click(System::Object^  sender, System::EventArgs^  e) {
             ++Tsn11;
             if (Tsn11 = 0) {  this->TS11->Image = Image::FromFile("C:/GamePics/NOTILE.png");}
                else {
                    if (Tsn11 = 1){  this->TS11->Image = Image::FromFile("C:/GamePics/GREEN.png");}
                        else {
                            if (Tsn11 = 2){  this->TS11->Image = Image::FromFile("C:/GamePics/GRTRE.png");}
                            else {
                                if (Tsn11 = 3){  this->TS11->Image = Image::FromFile("C:/GamePics/ROAD.png");}
                                else {
                                    if (Tsn11 = 4){  this->TS11->Image = Image::FromFile("C:/GamePics/WALL.png");}
                                    };
                                };
                            };
                    };

         };
};



when you click on the image, it gets the next one, but it only works one time
How can I make it work every time?
AnswerRe: How can I use an image_click more than once? Pin
Randor 6-Oct-09 6:50
professional Randor 6-Oct-09 6:50 
GeneralRe: How can I use an image_click more than once? Pin
Fenix26-Oct-09 13:05
Fenix26-Oct-09 13:05 
GeneralRe: How can I use an image_click more than once? Pin
PJ Arends6-Oct-09 14:25
professionalPJ Arends6-Oct-09 14:25 
AnswerRe: How can I use an image_click more than once? Pin
PJ Arends6-Oct-09 14:30
professionalPJ Arends6-Oct-09 14:30 
QuestionOpen multipage TIFF w/ GDI+ Pin
sashoalm6-Oct-09 4:53
sashoalm6-Oct-09 4:53 
AnswerRe: Open multipage TIFF w/ GDI+ Pin
Randor 6-Oct-09 6:48
professional Randor 6-Oct-09 6:48 
AnswerRe: Open multipage TIFF w/ GDI+ Pin
PJ Arends6-Oct-09 7:42
professionalPJ Arends6-Oct-09 7:42 
GeneralRe: Open multipage TIFF w/ GDI+ Pin
sashoalm6-Oct-09 10:52
sashoalm6-Oct-09 10:52 
QuestionHow to build visual c++ code using adsi Pin
raja 46-Oct-09 4:12
raja 46-Oct-09 4:12 
AnswerRe: How to build visual c++ code using adsi Pin
David Crow6-Oct-09 5:11
David Crow6-Oct-09 5:11 
Questionerror PRJ 0019:A tool returned an error code from performing custom build set up Pin
narendragrandhi5-Oct-09 23:55
narendragrandhi5-Oct-09 23:55 
AnswerRe: error PRJ 0019:A tool returned an error code from performing custom build set up Pin
David Crow6-Oct-09 3:16
David Crow6-Oct-09 3:16 
QuestionStorage for Statis Data members Pin
AkashAg5-Oct-09 23:18
AkashAg5-Oct-09 23:18 
AnswerRe: Storage for Statis Data members Pin
CPallini5-Oct-09 23:33
mveCPallini5-Oct-09 23:33 
AnswerRe: Storage for Statis Data members Pin
Richard MacCutchan5-Oct-09 23:35
mveRichard MacCutchan5-Oct-09 23:35 
GeneralRe: Storage for Statis Data members Pin
AkashAg5-Oct-09 23:59
AkashAg5-Oct-09 23:59 
QuestionRe: Storage for Statis Data members Pin
CPallini6-Oct-09 0:14
mveCPallini6-Oct-09 0:14 

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.