MSFN Forum: WinntbbuED - MSFN Forum

Jump to content


  • 11 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

WinntbbuED Edit your Winnbbu.dll the easy way Rate Topic: ***** 1 Votes

#41 User is offline   TheMadGuy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 06-July 05

Posted 17 July 2005 - 10:41 PM

maxXPsoft, on Jul 18 2005, 02:52 AM, said:

Ok but those are Not editable fields right now according to the readme
I have them all in same folder when I'm messing with them.

@TheMadGuy
I found that after copying to my %windir%\System32 I no longer get that Error 9.
I created a right click on .dll and .dl_ to just open the WinntbbuED Editor but can't make it open the file I'm right clicking on. Are there any commandline switches? Maybe later on as its in its early day's.

EDIT: Some get the error and some don't.
<{POST_SNAPBACK}>


Hi maxXPsoft!

with the help of the .dll you shared i could pinpoint the problem, it's caused by .dll's where BitMap Resources are completely deleted. (Missing ID's)
I will fix this issue in the next release.

As for the command line switches, there are none in the current version, but i put that on the ToDo list aswell.

Thnx for taking the time to test around.

P.S.: Be sure you have disabled Windows File Protection if you play in %windir%\System32, elseway you might get fuzzy results.


#42 User is online   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,750
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 July 2005 - 06:41 AM

Quote

with the help of the .dll you shared i could pinpoint the problem, it's caused by .dll's where BitMap Resources are completely deleted. (Missing ID's)
That wasn't my file I created. Mine don't do that.

This post has been edited by maxXPsoft: 19 July 2005 - 07:55 AM


#43 User is offline   TheMadGuy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 06-July 05

Posted 19 July 2005 - 07:05 AM

maxXPsoft, on Jul 18 2005, 02:41 PM, said:

That wasn't my file I created. Mine don't do that.
<{POST_SNAPBACK}>


What i ment was by pointing me to a non working .dll, i could find and eliminate the bug.

Thnx 4 that

#44 User is offline   TheMadGuy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 06-July 05

Posted 19 July 2005 - 07:12 AM

Hi All!

Boy, have i got something up my sleeve :D

How about a new version?
Yeah?
OK!

Here goes:
V0.3.0 Getting a REAL Preview

f - the 'Runtime error 9 Subscript out of range' Bug
     this was caused when BitMap Resources where completely
     deleted and the resource ID was missing in the dll

a - My whole Pride: REAL PREVIEW
     In the extras menu you can call Real Preview in three
     different sizes. Its a Previewmode that actually uses the
     code from within winntbbu.dll to render the Preview.
     You can't get any more accurate :)
    
n - Do me a faviour, READ the Read this first!
     I dont want to see any questions that are already answered
     in there!

a - a Statusbar to the main window
     it shows the version of the currently loaded winntbbu.dll and
     also the version, if found, of the syssetup.dll or otherwise
     that it was not found.

a - Commandline passing of a Filename, now you can directly pass the
     name of the file you want to edit to WinntbbuED e.g.:
     WinntBBUED "f:\xp\cd\i386\winntbbu.dll"

a - 'Shell Extension' submenu to the 'Extras' menu
     here you can (un)register WinntBBUEd to the Explorer context menu
     for .dll and .dl_ files


This kept me quite busy, but it was worth it :D

Go grab WinntbbuED 0.3.0 right now!

Mirrors:
OLD VERSION REMOVED

This post has been edited by TheMadGuy: 29 July 2005 - 05:09 AM


#45 User is offline   urie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 517
  • Joined: 30-July 03

Posted 19 July 2005 - 07:28 AM

Great work m8 excellent program

#46 User is online   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,750
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 July 2005 - 07:31 AM

hmm might take me a bit to get the right click going on it and update the reg. Should have worked with the \"%1\"

#47 User is online   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,750
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 July 2005 - 07:35 AM

That real preview is awesome, excellent work.
You said VB, what version you doing? I do my own app in VB6

#48 User is offline   TheMadGuy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 06-July 05

Posted 19 July 2005 - 07:47 AM

maxXPsoft, on Jul 19 2005, 03:31 PM, said:

hmm might take me a bit to get the right click going on it and update the reg. Should have worked with the  \"%1\"
<{POST_SNAPBACK}>


Thats an Easy one:
You only need the \ infront of double quotes when you are having REG_SZ Keys as plain text in your reg file, the command string you set is a REG_EXPAND_SZ in hex form, where you dont need the backslash.
Taken from your earlier post it should, to make it working, look like this:
[HKEY_CLASSES_ROOT\...\shell\Edit\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73,\
  00,74,00,65,00,6d,00,33,00,32,00,5c,00,57,00,69,00,6e,00,6e,00,74,00,62,00,\
  62,00,75,00,45,00,44,00,30,00,32,00,30,00,2e,00,65,00,78,00,65,00,20,00,22,\
  00,25,00,31,00,22,00,00,00


Note: this is just a correction of your earlier post, it would still point to %windir%\system32\WinntbbuED020.exe "%1" and i replaced the classname with "..." above, since its the same for dllfile and dl_file

Hope you get the idea anyways.
And you can also use the (Un)Register option in the editor itself if you like :D

#49 User is offline   TheMadGuy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 06-July 05

Posted 19 July 2005 - 07:49 AM

maxXPsoft, on Jul 19 2005, 03:35 PM, said:

That real preview is awesome, excellent work.
You said VB, what version you doing? I do my own app in VB6
<{POST_SNAPBACK}>


Thnx!
I'm pretty proud of that too B)
Was quite some job to figure it out....

I'm using VB6 SP6

#50 User is online   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,750
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 July 2005 - 07:51 AM

Ok I dropped the \ from mine and it did work so corrected above. It didn't with the .dl_ because it errors out and don't expand.
Are you saying it will set the keys itself now? with the Register option

#51 User is online   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,750
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 July 2005 - 07:54 AM

Yep I got a "File you are trying to is not a valid WINNTBBU.DLL file" on the .dl_

#52 User is offline   TheMadGuy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 06-July 05

Posted 19 July 2005 - 08:02 AM

maxXPsoft, on Jul 19 2005, 03:51 PM, said:

Ok I dropped the \ from mine and it did work so corrected above. It didn't with the .dl_ because it errors out and don't expand.
Are you saying it will set the keys itself now? with the Register option
<{POST_SNAPBACK}>


? Errors out ? What kind of error ?

And yes, basicly thats what the Shell Extension menu does, though its a slightly different approach, i dont use (overwrite) the edit\command Regvalue, instead i add a "WinntbbuED" entry to the context menu, this is a bit more friendly for anyone who already has associated dll's edit\command to something else like e.g. a HexEditor

But it's based on your suggestion, btw did you check the about lately?

#53 User is offline   TheMadGuy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 06-July 05

Posted 19 July 2005 - 08:07 AM

maxXPsoft, on Jul 19 2005, 03:54 PM, said:

Yep I got a "File you are trying to is not a valid WINNTBBU.DLL file" on the .dl_
<{POST_SNAPBACK}>


Thats strange, can you expand that file, go to properties of the expanded .dll, version and post whats the internal name is set to ???

or simply post the .dl_ file ?

#54 User is online   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,750
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 July 2005 - 08:14 AM

Quote

? Errors out ? What kind of error ?
Only on the .dl_
That's ok I can expand them first.
No more error 9 on the downloaded WINNTBBU.DLL file when you go to pictures so you got that one down pat.

Ok you got the Right click built in now so I deleted the reg stuff of mine.
getting nicer all the time. picks up syssetup.dll although they need to be expanded also.

#55 User is online   maxXPsoft 

  • MSFN Master
  • Group: Developers
  • Posts: 2,750
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 July 2005 - 08:25 AM

@TheMadGuy
BTW around here they usually post the Updated links and stuff in first post so peeps can find it easier, its up to you. You can let them read everything to find the latest and greatest. Hope you don't mind I posted a link in the Unattended section pointing here cause this is definitely a great tool to have. :thumbup

#56 User is offline   KMan 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 17-March 04

Posted 19 July 2005 - 08:25 AM

WOW! Great Tool! :thumbup
This really makes it easy to edit the setup screen!

Thank you!
:thumbup

#57 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 8,326
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 July 2005 - 08:41 AM

My mirror <-----

Yeah you really should start putting the updates and versions in your first post.
It is a lot easier for people to see the current version and whatnot that way.

P.S. Could you capatilize the first letter of my name in the credits?

This post has been edited by kelsenellenelvian: 19 July 2005 - 08:46 AM


#58 User is offline   TheMadGuy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 06-July 05

Posted 19 July 2005 - 08:50 AM

Taken from the 1st post in this thread:

TheMadGuy, on Jul 7 2005, 01:11 PM, said:



Cool! i always wanted to quote myself *lol*
I'm Already doing so since the 9th of July, actually since piXelatedEmpire pointed this out the first time.

But as it seems no one is reading the 1st post, so no one noticed yet ;)

And just to make sure i also added the current version link to my signature about an hour ago aswell.

Hope this will make it easier to find the current release

#59 User is offline   TheMadGuy 

  • Junior
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 06-July 05

Posted 19 July 2005 - 08:52 AM

maxXPsoft, on Jul 19 2005, 04:25 PM, said:

@TheMadGuy
...
Hope you don't mind I posted a link in the Unattended section pointing here cause this is definitely a great tool to have.  :thumbup
<{POST_SNAPBACK}>


Nope, i dont mind at all!
You are very welcome spreading the word ;)

#60 User is offline   piXelatedEmpire 

  • nLiten me, nuhi!
  • PipPipPip
  • Group: Members
  • Posts: 306
  • Joined: 02-June 05

Posted 19 July 2005 - 08:55 AM

this is getting to be an awesome app TheMadGuy.. keep it up! I am having some fun with this one!

Share this topic:


  • 11 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

4 User(s) are reading this topic
0 members, 4 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy