hi there i was wondering is it possible to change the device parameters during run time e.g the screen size,stencil buffer,v sync and anti alias e.c.t... after you have already created the irrlicht device
No, not possible. Also not really planned. Use null driver or software renderers to query the properties and create the real device/driver with those values.