Search the web
Sign In
New User? Sign Up
win_tech_off_topic · Windows Technical: Off Topic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 48384 - 48413 of 59807   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
48384
Remember Hailstorm/.NET My Services? I'm curious what happened to the XML/document-centric approach they were using to implement it. I thought the whole...
Geoff Taylor
opinionatedgeek
Offline Send Email
Jul 1, 2006
12:24 pm
48385
Pay attention when a new .NET Framework is released. Microsoft may change the hashing algorithm, and then you won't find your files anymore. Regards, Thomas...
Thomas Freudenberg
thoemmide
Offline Send Email
Jul 2, 2006
3:21 am
48386
... Very good point! If you are using GetHashCode for anything other that in-memory, one-run values, you are asking for trouble. In this case, something as...
Marc Brooks
anotherexcita
Online Now Send Email
Jul 2, 2006
4:21 am
48387
Yep thats very true, But we also keep the originals in a db. On disk we store the different formats and resolution. From 1.1 to 2.0 they already changed the...
Ryan Heath
ryan_88keys
Offline Send Email
Jul 3, 2006
8:33 am
48388
In theory this also applies to Primary Interop Assemblies, which should be strong named. The documentation suggests that 'well-known' PIAs should be deployed...
Graham Harwood
gharwo
Offline Send Email
Jul 5, 2006
9:23 am
48389
As cool as that one-liner is, a very simple findstr command will do most of that for you. It seems like PowerShell is trying to be VS-lite, which is not...
Mike
ocean_west_2005
Offline Send Email
Jul 5, 2006
3:46 pm
48390
Hey, I haven't officially announced this yet, but here is a little tidbit for the OT readers: Release Candidate 1 for XPathmania 1.0, an XPath Tool Window for...
Don Demsak
don_xml
Offline Send Email
Jul 6, 2006
3:13 am
48391
This is a beautiful idea... can't wait to test drive it. (Although, after lo these many years, I *am* finally getting pretty good at getting my xpath q's...
Shawn A. Van Ness
arithex
Offline Send Email
Jul 6, 2006
5:00 am
48392
? Hey all. I am trying to capture, as early as possible in an HttpModule with Framework 2.0, the IsPostBack value. I was playing in the HttpApplication ...
stevec@...
stevecatomic9
Offline Send Email
Jul 6, 2006
3:36 pm
48393
Well I honestly don't think you can do this because the Page won't know it's a post back until it starts processing the request. The last event before that...
Marsh, Drew
drew_marsh
Offline Send Email
Jul 6, 2006
3:53 pm
48394
I'm not sure what you are after ultimately, but during BeginRequest you can look at HttpContext.Current.Request.RequestType. This will give you the HTTP verb...
Scott Allen
bitmask
Offline Send Email
Jul 6, 2006
4:17 pm
48395
You can have it as early as you want it. Check HttpContext.Current.Request.HttpMethod and see if it's POST....
Brad Wilson
bradw_64
Offline Send Email
Jul 6, 2006
4:17 pm
48396
Well, a POST is not always equal to a PostBack, but yeah that could certainly work depending on what he's after. I guess you could just add in a check for the...
Marsh, Drew
drew_marsh
Offline Send Email
Jul 6, 2006
4:53 pm
48397
Nice little tool. Easy to install, easy to use. I like it. The only obvious enhancement that I could think of would be an option to do a query relative to the...
Darrel Miller
darrelmiller
Offline Send Email
Jul 6, 2006
6:47 pm
48398
It's a minor caveat, but there is one case where method=POST and __VIEWSTATE exists doesn't equate to a postback, which is when you perform a cross-page post...
Fritz Onion
fonion88
Offline Send Email
Jul 6, 2006
9:25 pm
48399
I'm consider buying a used Sony 21" CRT GDM 5410 (oem'd as Sun Monitor) to use for digital imaging – so color accuracy is important. But I wonder how long it...
Mark Levison
marklevison
Offline Send Email
Jul 7, 2006
3:05 am
48400
I don't know much about CRT life, but I do know a little about calibrating monitors. First of all, if you have the original Spyder, it's not very good. You...
Brian Vallelunga
bgvallelunga
Offline Send Email
Jul 7, 2006
4:15 am
48401
There is some tool that ships with WinXP that opens images, I'm not sure exactly what it's called, or how it integrates with the shell, etc. It's the standard...
DJ Mort
mort1337
Offline Send Email
Jul 7, 2006
8:06 am
48402
... It's called "Windows Picture and Fax Viewer" ... What happens if you save your bitmap in another folder or on another disk. Could it be a disk failure? Can...
Stoyan Damov
stoyan_damov
Offline Send Email
Jul 7, 2006
10:07 am
48403
... Yep, that's the one. ... If I copy to a folder on a local disk, it works fine. ... Nope. RAID5 disk array being shared over a (presently) reliable network....
DJ Mort
mort1337
Offline Send Email
Jul 7, 2006
10:24 am
48404
What's particularly interesting is that it is my entire shell which locks up. I.e. explorer.exe hangs. It doesn't 'completely' hang though, it just locks up...
DJ Mort
mort1337
Offline Send Email
Jul 7, 2006
11:25 am
48405
Not a solution to your problem, but if you this bugs you enough, you can configure explorer to run each window in it's own process. This might prevent the...
Smith, Ethan
ethansmith10023
Offline Send Email
Jul 7, 2006
2:03 pm
48406
Darrel & Shawn, Thanks for the feedback! Darrel's suggestion is possible, but not something that is as easy as it sounds, since I would prefer to add a...
Don Demsak
don_xml
Offline Send Email
Jul 7, 2006
3:50 pm
48407
It might be an errant shell extension. This has happened to me a bunch of times. THis tool is great for finding culprits: ...
Shawn Wildermuth
aunyay
Offline Send Email
Jul 7, 2006
6:14 pm
48408
This is great Don! Up until now I've been using Aaron Skonnard's old XPath Expression Builder[1] which used IE's integrated MSXML. It worked, but it wasn't...
Marsh, Drew
drew_marsh
Offline Send Email
Jul 7, 2006
8:02 pm
48409
Does anyone out there know of a .Net library that will produce engineering drawings? I need to display them on the screen and be able to print them as well. ...
Brian Button
bbutton
Online Now Send Email
Jul 10, 2006
1:11 pm
48410
Brian, Some of what you want might be found in the following: http://www.dundas.com/Products/Diagram/NET/index.aspx http://www.lassalle.com/ ...
Rob MacFadyen
robmacfadyen
Offline Send Email
Jul 10, 2006
2:18 pm
48411
Hey all, What gives with 64bit support in general? It seems like there are still a bunch of feet draggers for supporting 64 bit. I'm looking at you MSN Desktop...
Rob MacFadyen
robmacfadyen
Offline Send Email
Jul 10, 2006
8:15 pm
48412
Hi Rob, ... Anything based on DLL-based extension is going to need recompile for 64-bit, like shell extensions and other plug-ins. As I understand it, a 64-bit...
Kim Gräsman
kimgrasman
Offline Send Email
Jul 10, 2006
9:46 pm
48413
Yet another good reason for everybody to move over to .NET as quickly as possible, where a single binary can run on either 32-bit or 64-bit. :)...
Brad Wilson
bradw_64
Offline Send Email
Jul 10, 2006
10:55 pm
Messages 48384 - 48413 of 59807   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help