Re: Re: any chance of getting SetControlMDX element flatsb for views.mdx back?

May 6 2003 at 2:47 PM
No score for this post
  (Login Krendoshazin)
from IP address 80.192.253.93


Response to Re: any chance of getting SetControlMDX element flatsb for views.mdx back?

 

i have win xp, i just realised that the manifest is only needed if your on win xp.

if ($os == XP) {
var %f = $+(",$mircexe,.manifest")
if (!$isfile(%f)) {
write -c %f <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
write %f <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
write %f <assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="mIRC.mIRC.mIRC" type="win32"/>
write %f <description>Internet Relay Chat Software</description>
write %f </assembly>
var %t = Basic did not find a mirc.exe.manifest file on startup. $+ $str($crlf,2) $+ $&
This file has been created and is necessary for some of the features to work properly. $+ $str($crlf,2) $+ $&
Please do not delete the mirc.exe.manifest file in the future. $+ $str($crlf,2) $+ $&
mIRC will close now. $+ $str($crlf,2) $+ (Please restart it manually)
!.echo -q $input(%t,68,Basic)
.timer 1 0 exit
halt
}
}

so a correction on my last statement, any chance of the mdx series on win xp being able to have flat scrollbars without the need for the manifest file which reverts everything back to the 5.91 style which is what i don't want.

 
Scoring disabled. You must be logged in to score posts.Respond to this message   
Responses

Create your own forum at Network54
 Copyright © 1999-2010 Network54. All rights reserved.   Terms of Use   Privacy Statement