hhhmmm.. ok i will try that. thanx all for your help! (and time)
jqt
Posts
-
change mesage box text -
change mesage box textyea kinda like that. but i wanna be able to change parameter 2 in the message box. depending on if a certin thing happends or not. ya see?
-
need code samplehey all! i was wondering can any 1 give me a code sample in c++(if possible dono if is or not) for connecting to a data base. i have used hem before in php but have no idea how to do it in c++ thanx, jt
-
change mesage box texthhhmm.. ya i tryed that it works great! thanx alot now i ave a good basis i can go on. ok quick question what about this piece of code
#include #include char *foo; char *fo="yo"; char *txt=foo; int main(){ char input; gets(input); input=foo; MessageBox(NULL,foo,fo,MB_OK); }
this dosnt seem to work for me can u shed some light? thanx, jt -
change mesage box texthey every one! i was wondering is there any way that i can be able to change the text on a message box? what i mean is, in the funtion MessageBox(NULL,"text1","text2",MB_OK); is there any way that i can change the "text1" depending on what happends in the code? thanx, jt