ah cool, didn't know about DiskPart.
I had to add the "EnableBigLba" entry into the registry as this was not set - after doing that I could see the extra un-partitioned space.
And then DiskPart has extended the partition to use all available space (it was the primary boot partition as well...
I'm running SP4 - but I installed from a pre "service packed" CD.
I'm pretty certain the BIOS is ok with that as the machine is only a few months old.
Thanks,
skip
Hi,
Im running Windows 2000 Server on fairly new DELL SC440 server. I'm aware of the Windows 2000 restriction of 127Gb on internal drives (the machine shipped with a 160Gb drive, but only allowed a 127Gb partition during OS setup).
I am looking at buying a 1TB external UBS2 disk drive. Will...
Thanks for your reply.
Yes, I do have access to just a horizontal scrollbar.
I've tried a few VB6 approaches, but unfortunately they do not seem to work.
I'll keep googling around...
Thanks,
skip
I am writing an app using VB.Net for Compact Framework.
I am aware that in order to reduce the size of the environment, a lot of control properties have been removed.
One of these seems to be the horizontal scrollbar of the ListBox control. Has anyone managed a work-around for this in order...
You ask me a question and I answer - unfortunately, you are not making much sense as you seem to missing the point of my original question.
I appreciate what you are trying to say, and the help you are providing though.
The point I'm trying to make is that navigation in the modal window alone works fine via asp.net postback events (response.redirect) - not via the opener/caller.
Navigation via a javascript function works, but opens a new window unlike the asp.net navigation.
Am I making myself clear?
So it's not possible then?
The modal dialog is launching an asp.net app, and postback events which navigate (via a respopnse.redirect) work fine. I am suprised that navigation via javascript (eg. windows.location.href) does not work.
Thanks for you reply, but I'm not sure you have understood my question.
I am asking whether it is possible to navigate to a different URL in a modal window without it spawning a new window.
Thanks.
Hi,
I am opening up a new window via window.showModalDialog
In that window I am trying to navigate to a new URL, but rather than the location changing in the modal window, it is opening a new window instead.
I have set <base target="_self" /> which seems to solve some issues, but not this...
ok, digging a bit deeper and it does seem the events are firing.
The problem I have now is that in the modal window, I run a window.SetTimeout function which re-directs to a timeout page after a short amount of time. I use window.location.href to navigate the that page.
However, the timeout...
Thanks for your reply.
I've just tried again and the print event now works, I'm sure this didn't when I tried on Friday! Hmmm...!
But the window.setTimeout event (which directs the user to a timeout page) isn't - but I do hear a windows alert (similar to popup blocker alert) after the time...
In my web app I open a new window by calling window.showModalDialog
This page has a body onload event (which is window.print) - however, this event is not being fired.
If I call via window.open the print event works.
I also run a function call via window.setTimeout and this is not firing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.