004
03.02.2007, 00:08 Uhr
sizon
|
Es hat geklappt,danke für alle un da ist der CODE.
Zitat von GODE: |
[quote Code]hallo!
LPSTR strCompName = new char[dwSize]; LPTSTR str = new char[dwSize1]; GetComputerNameA(strCompName, &dwSize); GetWindowText(str,dwSize1); strncat(str," ",1); strncat(str,strCompName,sizeof(str)-strlen(str)-1); SetWindowText(str); delete strCompName; delete str;
|
Danke |