31
DotNet / Change RenderWindow's Title after creation...
« on: May 17, 2009, 09:02:18 pm »
Is there a way to change the renderwindow's title after it got created?
Something like this would be nice:
As far as i am informed the only way to set the window's title is to set it in the constructor... =(
Something like this would be nice:
Code: [Select]
Dim vMode As New VideoMode(640, 480, 32)
App = New RenderWindow(vMode, "TEST!")
App.SetWindowTitle (....) 'This would be nice to have
As far as i am informed the only way to set the window's title is to set it in the constructor... =(