Big Open Box for w98++ now with an installer
#1
Posted 08 June 2006 - 05:40 PM
Download it from my Webpage
I posted it a few months, maybe a year ago. Now I made an installer...
(in vbs of course.)
#2
Posted 09 June 2006 - 04:29 AM
Maybe because I am using 98lite? [Really shouldn't matter, as long as I am using 98lite CHUBBY or OVERWEIGHT. Clearly SLEEK and MICRO are totally incompatible because they use the 95 COMDLG32.DLL file, but I am using CHUBBY which uses the original which you patched, etc.]
After the vbscript errors, the reboot then got consequential errors then cleaned itself up.
Another thought: My bootup drive is F: although I did find 2omdlg32.dll in F:\WINDOWS\SYSTEM...
cjl
#3
Posted 09 June 2006 - 12:19 PM
"Clasys" said:
Please check your WSH version. It should be 5.6.
Downloadable on MDGx website, on microsoft website of course and if this link still works (nobody complained so far) the link is on my vbs page (see my signature).
It's true that on the download page I didn't warn of that. I will do it this evening.
Quote
Thanks for this information. I will write this too on the webpage and in the readme.
Quote
I have no idea what you are talking about but you got an error then, as I understand, the system rebooted anyway when you were asked to and clicked "yes". Right?
No damage I hope...
Quote
Normaly the installer should find that without error. I beleive you don't have WSH5.6 but it would be interresting to test.
Tomorrow I will post a test script for that, if you agree.
HTH
#4
Posted 09 June 2006 - 03:43 PM
I forgot that many w98 machine didn't have WSH5.6.
If I have time I will write more code in a batch file so that the installer works on all w98 systems.
Note that's not a problem to use the patch because you will find the instruction to instal it manualy.
download here
98lite users will be happy I thought about them!
#5
Posted 10 June 2006 - 08:24 AM
#6
Posted 10 June 2006 - 10:59 AM
Unofficial Windows 95/98/ME COMDLG32.DLL Dialog Resize Patch (freeware):
http://www.netcult.c...lmueSoft-en.htm
which resizes the dialog boxes.
I didn't read all instructions, so I don't know if it works ok [if the author even mentions] with all 9x OSes +/- 98lite.
HTH
#7
Posted 10 June 2006 - 06:40 PM
"MDGx" said:
Unofficial Windows 95/98/ME COMDLG32.DLL Dialog Resize Patch (freeware):
http://www.netcult.c...lmueSoft-en.htm
I tested it.
It works ok on my w98se. It's doing basicaly the same as my patch combo.
He sets "detail view" by default. It can be nice for some, but I don't like it and it's not optionable.
You can set the desired height of the box but not the width. So if you want a wider box, use my patch.
The author claims it works on almost every windows version, including XP
"jasinwa" said:
There are a number of bad programs and a number of good programs. It's just that you have to find them and test them. (With this site alone you can spend quite a bit of time testing stuffs. Reading this page will take you already two hours.)
Look at the example above: one or two small details and the program is useless for me.
I also did a system files checker while I'm sure that there must be a choice of freewares that does the same thing and more reliably but I didn't find any so far (except the preinstalled one).
Same with calculators. I download and tried about 10 calculators replacement and ended up writing my own calc in VBScript (soon in HTA). 6 months later a guy published a new calculator executable with almost exactely the idea I had for the perfect calculator.
Sometimes you think that dozen of programs are doing a certain thing, that seems obvious, just to find out that they are either payware, huge bloat, slow, invasive, etc or not exactely what you were looking for.
TBS, I'm very happy to have created an installer in VBS. It's been a while I wanted to do that.
#8
Posted 12 June 2006 - 08:00 AM
When I am deciding to install your version, what do you want to know to ascertain the level of WSH present? [I believe I attempted to install it after the SESP2.1a, isn't that sufficient?]
The error messages went by quickly, but I believe they referred to files not found on drive C:, which I assume is related the fact that my system drive is F:. In any case, apparently you have a working mechanism that cleans up autoexec.bat which worked so it was too late to research them, etc.
This other program cited above may be limited compared to yours, but I am reading that it works on different systems meaning it has to find out what to do with multiply different comdlg32.dll files. As I understand it, yours only replaces the literal one in 98SE with a binary patched one. Thus, it would appear it is locating what to patch and dynamically applying the changes to the file present.
Assuming all of this, then it would appear your version could benefit from the same approach. The 98lie problem would go away, since you would notice that the 95 version [generally from Win95B] would be present, regardless of the fact this is 98 or 98SE or 98ME, and patch accordingly.
As to the wisdom of doing this in XP, I would say it's always a good thing to do. In XP, there can, by default but removable with TWEAKUI, be a lot of baggage that makes the thing larger than in 9x yet less usefull. Turning off all the fluff means we're pretty much at the standard 98SE version for the most part. I guess as long as it doesn't disturb any of the baggage, it doesn't hurt to enlarge the baggage department
As to what view by default, it would be nice to be able to stick a user choice, to satisfy everyone. I believe in XP, it may even remember what to do if you change it, already implemented.
cjl
#9
Posted 12 June 2006 - 08:32 AM
I like scripts better than 3rd party apps
because scripts don't take up a lot of space for starters
and they are extremely lite on resources
when you get time don't forget
to create a script to open all windows in full screens
#10
Posted 12 June 2006 - 09:32 AM
Regarding WSH, the new installers check immediately if you have WSH5.6. If you don't: do it manualy and bye bye!
In fact, because of this requeriment the installer is practicaly for w98SE+uSP since there are not a lot of n00bs and less n00bs who thought of updating WSH (who use it beside me?).
(I should add this version check to all my scripts... BTW)
And about Windows directory on drive F: (F: after f**k or what?
What would be cool would be to add several hacks, different sizes for different OS flavors.
One downside is that once you patched you can't have the dialog smaller than the huge one I provided! You can't resize it down!
There are softwares like WinSize that resize it up, but they take some resource and blip a little bit because it take effect a few millisecond after the dialog appear in its defaut size. So patching is better.
PROBLEMCHILD
Scripts are low on resource... granted that they stop one day! If there is an infinite loop your processor will turn at 100% until you kill the task! But don't worry I'm careful to avoid that. Beside this danger, yes they stop all activity and clean all garbage they left in the memory once they finished their job.
I'm currently working like crazy on the Installed File Checker that is full of errors. I went to sleep at 5 am, if I still can call that sleeping because of that. + all the day today. I'm realy mad on this one because I can't understand exactely what my own program is doing nor even understand why he is making such errors.
My whife told me I should care about something else, so maybe I will look at the Windows Maximizer to change my mind. But I don't know if that's what my whife realy means...
#11
Posted 14 June 2006 - 06:47 PM
Quote
That can't be right!
First off, because FAT and FAT32 require the boot HDD to be drive C, AFAIK!
With NTFS, it can be as high as F. Windows 98 don't support NTFS, because it isn't NT-based!
This post has been edited by RJARRRPCGP: 14 June 2006 - 06:48 PM
#12
Posted 15 June 2006 - 10:10 AM
RJARRRPCGP, on Jun 14 2006, 06:47 PM, said:
Quote
First off, because FAT and FAT32 require the boot HDD to be drive C, AFAIK!
With NTFS, it can be as high as F. Windows 98 don't support NTFS, because it isn't NT-based!
HTH
#13
Posted 19 June 2012 - 07:53 AM
Thanks, it works great !!
But I was wondering if it would be possible to update it so that the height can be adjusted again ??
Mikl
#14
Posted 19 June 2012 - 04:56 PM
MiKl, on 19 June 2012 - 07:53 AM, said:
Hi MiKl ,
I don't understand exactly what you are asking for.
The COMDLG32.DLL in your own language is easy to edit with Resource Hacker for instance,
and to modify to the size you like (Make a backup first!).
#15
Posted 20 June 2012 - 06:55 AM
CharlesF, on 19 June 2012 - 04:56 PM, said:
I don't understand exactly what you are asking for.
The COMDLG32.DLL in your own language is easy to edit with Resource Hacker for instance,
and to modify to the size you like (Make a backup first!).
Hi Charles,
thanks for your reply. After applying the patch the heights of the boxes are fixed which is of course not the best solution.
But thank you for your tip about the ResourceHacker.
O.K. I have now opened the comdlg32.dll with it and I noticed several 'entries' for sizes.
Do you maybe know which one do I have to change ? All ?
Thanks,
Mikl
This post has been edited by MiKl: 20 June 2012 - 06:57 AM
#16
Posted 20 June 2012 - 12:56 PM
MiKl, on 20 June 2012 - 06:55 AM, said:
Dialog 1536, 1537 and 1547 ...
but not end, because the standard view is the view "List", and after using the "FileOpenPatcher" - view "Details" ("Big Open Box" I do not have).
This post has been edited by egrabrych: 20 June 2012 - 01:16 PM
#17
Posted 20 June 2012 - 01:14 PM
This post has been edited by egrabrych: 20 June 2012 - 01:27 PM
#18
Posted 20 June 2012 - 01:22 PM
MiKl, on 20 June 2012 - 06:55 AM, said:
I've changed: Dialog -> 1547
I haven't find any use to change 1536, 1537 or 1548.
You should compare with the one modded by Fredledingue, to start with the same values in your localized version (that is to say the Dll in your own language),
or just drag the boxes with your cursor in the Dialog of Resource Hacker.
Here is my own final version (click for true size):
Finale.png (9.43K)
Number of downloads: 22
Note that the 'Read-only' box and the 'Help' button has been restored in their original place
HTH
Charles.
This post has been edited by CharlesF: 23 July 2012 - 12:34 PM
#19
Posted 15 July 2012 - 05:05 AM
unfortunately I have another question.
CorelDraw 11 seem to be not handling well the increased height of the list box because when I want to save files the dialogs which should be below the listbox
are now covered by it !!
Is there anything that I can choose for listbox in 'style', 'exstyle' or 'listbox' to inform corel about the new height ??
Charles, how exactly did you restore 'read-only' ??
Thank you,
Mikl
#20
Posted 23 July 2012 - 12:30 PM
as I told you, use a Resource editor and "play" with the boxes in Dialog -> 1547 of your COMDLG32.DLL.
After a few tests, you will find the better version for your use, depending of what program you are running.
I don't know a way to force CorelDraw to behave otherwise.
BTW, the address for Fredledingue DLL has changed: Big Open Box for W98.



Help


Back to top









