hi all,
normally within blitz3d there is no native way setting the monitor-frequency
to a user defined value. so i wrote a little dll to get rid of that...
---
the main function -> b3dx2_SetResolution(width,height,bit,freq) ;self-explanatory
( only allows hardware-supported resolutions... if it´s not supported you´ll get an
error message without setting it. also switches back to desktop resolution when you use
alt-tab,alt-esc,... )
---
the gui function -> b3dx2_ScreenSelector()
( get a list of all supported display settings and launch... not much more to say )
---
2 samples, the decls and the dll are in the zip...
now please try it and give me a little feedback if everything works fine... or maybe
to add something. just tell me ;) it´s still beta and i want to include much more
useful functions.
download b3dx2.zip
thx a lot, chi
edit_1: bugfix - desktop icons save/restore fixed
normally within blitz3d there is no native way setting the monitor-frequency
to a user defined value. so i wrote a little dll to get rid of that...
---
the main function -> b3dx2_SetResolution(width,height,bit,freq) ;self-explanatory
( only allows hardware-supported resolutions... if it´s not supported you´ll get an
error message without setting it. also switches back to desktop resolution when you use
alt-tab,alt-esc,... )
---
the gui function -> b3dx2_ScreenSelector()
( get a list of all supported display settings and launch... not much more to say )
---
2 samples, the decls and the dll are in the zip...
now please try it and give me a little feedback if everything works fine... or maybe
to add something. just tell me ;) it´s still beta and i want to include much more
useful functions.
download b3dx2.zip
thx a lot, chi
edit_1: bugfix - desktop icons save/restore fixed