Thank you very much :) Daniel Balas - Student
Addabis
Posts
-
Console text mode under WinXP -
Console text mode under WinXPChristian B wrote: In the command window press ALT+Return I know how to press Alt+Enter (enable fullscreen) :) That is not the problem. But when you enable it, the mode is usually changed to 80x50 fullscreen, but I want 80x25 mode :). Under Win9x the default fullscreen mode was 80x25, but under XP it isn't :) Daniel Balas - Student
-
Console text mode under WinXPYeah, but i meant fullscreen window. And this doesn't exactly set text mode of command line in fullscreen. Daniel Balas - Student
-
Console text mode under WinXPHow can I set fullscreen text mode od console window to 80x25 under winXP??? The default (when you execute cmd.exe and toggle fullscreen) is 80x50, but some old DOS programs don't set 80x25 and they look pretty silly. I have managed to do this once time, but it's very long ago :) And i totally forgot how have I done it :(( I think, that it might be done with some command, but I'm not sure... Thanks Daniel Balas - Student
-
Index of item in subqueryHmm... thanx :) Daniel Balas - Student
-
Index of item in subqueryHello, I need to delete for instance tenth item from table returned by subquery in MSSQL. So the best solution is to have row with some index. I guess there is some "function" for this. I mean something like this :) DELETE FROM ( SELECT SomeFunction AS 'index' FROM table WHERE conditions ) t WHERE t.index = 10 Thanks Daniel Balas - Student
-
DirectX 9.0 >>PUBLIC<< SDKDoes somebody know, when the public DX9 SDK will be released? :confused: Daniel Balas - Student