Click here to Skip to main content
15,902,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to connect remote system in internet Pin
Mark Salsbery11-Nov-08 6:08
Mark Salsbery11-Nov-08 6:08 
QuestionRe: How to connect remote system in internet Pin
Kiran Pinjala11-Nov-08 22:28
Kiran Pinjala11-Nov-08 22:28 
AnswerRe: How to connect remote system in internet Pin
Mark Salsbery12-Nov-08 6:30
Mark Salsbery12-Nov-08 6:30 
GeneralRe: How to connect remote system in internet Pin
Kiran Pinjala12-Nov-08 18:22
Kiran Pinjala12-Nov-08 18:22 
GeneralRe: How to connect remote system in internet Pin
Mark Salsbery12-Nov-08 20:28
Mark Salsbery12-Nov-08 20:28 
QuestionCreating new buttons (and let them do something) Pin
wielklem11-Nov-08 0:58
wielklem11-Nov-08 0:58 
QuestionRe: Creating new buttons (and let them do something) Pin
David Crow11-Nov-08 3:11
David Crow11-Nov-08 3:11 
AnswerRe: Creating new buttons (and let them do something) Pin
wielklem11-Nov-08 3:31
wielklem11-Nov-08 3:31 
<quote>
Are you calling ShowWindow(hButton, SW_HIDE)?

no, in cBuilder it's Button[idbutton]->visible = false; or colour = red ia
but the problem is the [idbutton] outside the creation void this id doesn't exist.
ia:
void blabla()
{
Button[test] = new TButton(this); \\ now i've got a button called Buttontest
}
void blabla2()
{
Buttontest->colour = red; // now it should change to red
}
instead of changing the colour to red the compiler shouts out "error, this Buttontest doesn't exist"
if i put the change colour into the creation void, than it doesn't change but becomes the defauld property of the button.

<quote>
Do you have code in place to respond to a button click?

that's the problem, i don't know how to do that [newbie]
GeneralRe: Creating new buttons (and let them do something) Pin
David Crow11-Nov-08 4:34
David Crow11-Nov-08 4:34 
GeneralRe: Creating new buttons (and let them do something) Pin
wielklem11-Nov-08 23:46
wielklem11-Nov-08 23:46 
GeneralRe: Creating new buttons (and let them do something) Pin
David Crow12-Nov-08 2:47
David Crow12-Nov-08 2:47 
JokeRe: Creating new buttons (and let them do something) Pin
Mark Salsbery11-Nov-08 6:10
Mark Salsbery11-Nov-08 6:10 
GeneralRe: Creating new buttons (and let them do something) Pin
David Crow11-Nov-08 6:13
David Crow11-Nov-08 6:13 
GeneralRe: Creating new buttons (and let them do something) Pin
Mark Salsbery11-Nov-08 7:00
Mark Salsbery11-Nov-08 7:00 
QuestionCMenu Item Text Pin
h@$@n11-Nov-08 0:41
h@$@n11-Nov-08 0:41 
AnswerRe: CMenu Item Text Pin
CPallini11-Nov-08 0:58
mveCPallini11-Nov-08 0:58 
QuestionProblem with GetAdaptersAddresses in Windows Vista Pin
Hector_M11-Nov-08 0:29
Hector_M11-Nov-08 0:29 
AnswerRe: Problem with GetAdaptersAddresses in Windows Vista Pin
Hector_M11-Nov-08 2:37
Hector_M11-Nov-08 2:37 
GeneralRe: Problem with GetAdaptersAddresses in Windows Vista Pin
Mark Salsbery11-Nov-08 6:19
Mark Salsbery11-Nov-08 6:19 
GeneralRe: Problem with GetAdaptersAddresses in Windows Vista Pin
Hector_M11-Nov-08 22:00
Hector_M11-Nov-08 22:00 
GeneralRe: Problem with GetAdaptersAddresses in Windows Vista Pin
Mark Salsbery12-Nov-08 6:28
Mark Salsbery12-Nov-08 6:28 
GeneralRe: Problem with GetAdaptersAddresses in Windows Vista Pin
Hector_M12-Nov-08 21:31
Hector_M12-Nov-08 21:31 
GeneralRe: Problem with GetAdaptersAddresses in Windows Vista Pin
David Crow11-Nov-08 7:20
David Crow11-Nov-08 7:20 
Questionproblem in Creating a FILE Pin
m_mun10-Nov-08 23:58
m_mun10-Nov-08 23:58 
AnswerRe: problem in Creating a FILE Pin
sashoalm11-Nov-08 0:26
sashoalm11-Nov-08 0:26 

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.