RE: Windows Server 2012 on the desktop

2012-10-09 Thread Jiri Kosar
Hi Preet,

it is fine, for last two weeks I'm running server 2012 (with AD, IIS, SQL 2012 
DEV and Visual Studio 2012) on my laptop (Core I5, 120G SSD + 8GB RAM) and the 
speed is reasonable. Just get used to the new start menu :)

Jiri

From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On 
Behalf Of Preet Sangha
Sent: Wednesday, 10 October 2012 3:23 PM
To: ozDotNet
Subject: Windows Server 2012 on the desktop

In the old days you could put a server OS on you devstation to sun server 
software for development, and configure the UI to look like a desktop. Does 
windows server 2012 still have this facility or is it not worth the bother any 
more.

Most of dev is done on 16Bg + i7 + 2 x Raid 0 SSDs so it's got hunks of power.

--
regards,
Preet, Overlooking the Ocean, Auckland


Windows Server 2012 on the desktop

2012-10-09 Thread Preet Sangha
In the old days you could put a server OS on you devstation to sun server
software for development, and configure the UI to look like a desktop. Does
windows server 2012 still have this facility or is it not worth the bother
any more.

Most of dev is done on 16Bg + i7 + 2 x Raid 0 SSDs so it's got hunks of
power.

-- 
regards,
Preet, Overlooking the Ocean, Auckland


Greetings

2012-10-09 Thread Marvin Hunkin

hi.
well.
i was using a rich text box, for a set of menus in a vb project.
but my lecturer said to change it to a plain text box.
but, now it is not liking the LoadFile or SaveFile for the file name.
how to fix this.
my lecturer i think is still on vacation.
any ideas.
trying to do a class project.
and also not liking the print options, like Font Style, etc.
any help.
have searched online and the code looks the same.
and also got some type and value problems.
can any one point me in the right direction.
marvin.


RE: API for read/write video tags

2012-10-09 Thread Greg Keogh
>Also,  TagLibSharp seems to be deficient in what I would like, for video 
>metadata. 

 

Hi Ian, interesting. I think I looked at this library or a similar one many 
years ago and found it woefully lacking. It looks like this one could be use to 
replace some of my own tagging code. Several years ago I embarked upon an 
overly ambitious hobby project to write a general purpose audio tagging library 
with plugins for different types. After man-months of suffering over a period 
of a couple of years I eventually implemented most of the ID3 V1/2/3/4 frames 
and I could read WMA. I wrapped it all in a WinForms app that I’m still using 
today for bulk mp3 tagging.

 

As the number of audio, then image and video formats expanded I became utterly 
disheartened and abandoned any attempt to support more formats. Lord help the 
martyrs who continue and attempt things like this taglib-sharp, but good luck 
to them anyway in the hope I can piggy-back off their results.

 

I think the ID3 format took years off my life and I curse the boneheads who 
created this variable-length binary format. They could hardly have made it more 
difficult if they tried. Some of the more obscure tags look like the ramblings 
of the mentally ill. Couldn’t they have just stuffed a block of UTF-8 encoded 
XML into the files? Couldn’t everyone do that for all formats? Could there have 
been a standard?

 

I managed to eventually coax taglib-sharp to compile, but I the source is 
cryptic and personalised and I’m just now looking for a “way in” to see how I 
can possibly use it.

 

The world of “tag soup” is really irritating.

 

Greg