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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 52641 - 52670 of 59807   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
52641
I use this [1]. It's a bit clunky but is works. I did want to to a simplification for auto discovering the constand key value in the eents collection but it...
adam straughan
adam_straughan
Offline Send Email
Mar 1, 2007
12:12 pm
52642
When would it make sense to have multiple IP addresses with a "Link Load Balancer" vs. a single IP address space with BGP? The former solution looks really...
Curt Hagenlocher
curt_hagenlo...
Offline Send Email
Mar 1, 2007
4:13 pm
52643
Hi everybody, I've been designing a web service/application which exposes data objects via a WCF service. The data access layers for the service follow the...
Matt Lynch
M@...
Send Email
Mar 2, 2007
12:14 am
52644
Is it just me, or is it down? I'm trying to get a way to get data like what is available through GetUserNameEx(...). I'm not finding it in .NET 2.0, which...
Arthur Warren
warren_herb
Offline Send Email
Mar 2, 2007
8:38 pm
52645
PInvoke.net is working for me. If you're looking for the interop signature for GetUserNameEx, it's already in the framework (albeit private) - use Reflector to...
Kevin Dente
kevindente
Online Now Send Email
Mar 2, 2007
9:33 pm
52646
- fire up Reflector - search for GetUserNameEx - click the little button in the upper-right to search on member names, not just type names - see...
Shawn A. Van Ness
arithex
Offline Send Email
Mar 2, 2007
9:57 pm
52647
Site popped up for me in a millisecond. Maybe your weather, isp, routing, etc, etc. _____ From: win_tech_off_topic@yahoogroups.com ...
Ken Grierson
webtiger01
Online Now Send Email
Mar 3, 2007
1:08 am
52648
Does anybody know if VMWare and Virtual PC 2007 can be installed (and work) on the same machine? I regularly use VMware Server, but I now want to try out some...
Fernando Tubio
ftnews@...
Send Email
Mar 3, 2007
2:50 am
52649
They work fine side by side on my Vista box.though the VMWare can't seem to read my VPC 2007 images (it could with 2004), but that's not a side-by-side ...
Shawn Wildermuth (MVP)
aunyay
Offline Send Email
Mar 3, 2007
3:10 am
52650
... Thanks for answering Shawn. And are you able to simultaneously start virtual machines with both products, or do you have to run one or the other? Also,...
Fernando Tubio
ftnews@...
Send Email
Mar 3, 2007
4:02 am
52651
The converter didn't work for me. I haven't tried to run VMW and VPC simultaneously (I only have 2 GB memory so 2 machines are painfully slow). Thanks, Shawn...
Shawn Wildermuth (MVP)
aunyay
Offline Send Email
Mar 3, 2007
4:41 am
52652
... Thanks again. It appears that my tolerance to pain may be slightly higher. :-) Fernando Tubio...
Fernando Tubio
ftnews@...
Send Email
Mar 3, 2007
3:54 pm
52653
http://www.wired.com/wired/archive/15.03/hawkins.html *Jeff Hawkins created the Palm Pilot and the Treo. Now he says he's got the ultimate invention: software...
G.Waleed Kavalec
gkavalec
Offline Send Email
Mar 4, 2007
8:40 pm
52654
I added similar code a while ago to AutoExp visualizer for VS.NET 2005. Add following code to autoexp.cs, recompile the assembly and replace the one in ...
Jalil Vaidya
jalilv
Offline Send Email
Mar 4, 2007
10:09 pm
52655
I want to add a forum section to my existing ASP.NET 2.0 website but all the ones I've tried seem completely broken or just don't integrate with an existing...
Shawn Wildermuth (MVP)
aunyay
Offline Send Email
Mar 4, 2007
11:19 pm
52656
... I think the token came out of the wire. It's back now.... Herb....
Arthur Warren
warren_herb
Offline Send Email
Mar 5, 2007
1:04 am
52657
... To quote Family Guy: Holy Crap! Yeah, you could say that helps a little. I *never* would have thought of using Reflector to ferret out the native Win32...
Arthur Warren
warren_herb
Offline Send Email
Mar 5, 2007
1:22 am
52658
Just found this on lifehacker while researching dual booting XP and Vista. Looks pretty cool and it's free! Linux.com points out that the free partition...
Jamin Guy
guy_jamin
Offline Send Email
Mar 5, 2007
5:14 pm
52659
I'm coming in late, but I had to edit a huge file today: well, 2.8 MB, which is bigger than I was expecting. It was HTML, which I myself generated from the...
Tony Nassar
aanassar
Offline Send Email
Mar 6, 2007
12:26 am
52660
No problem mate. An extra word of advise: when using StringBuilder to represent an [out] string parameter, remember to get the sizing right -- I usually pick...
Shawn A. Van Ness
arithex
Offline Send Email
Mar 6, 2007
12:47 am
52661
... Might work a *little* bit faster if the time for resizing of the internal memory buffer is less than the time creating a new buffer (and GC-ing the old one...
Stoyan Damov
stoyan_damov
Offline Send Email
Mar 6, 2007
7:21 am
52662
For Win32 functions that depend on a buffer of variable length that provide an [in,out] size parameter or a return value with the size, I typically use the...
Daniel Bowen
newob_leinad
Offline Send Email
Mar 6, 2007
4:48 pm
52663
Anyone preparing for this odd little hickup we have coming March 11 2007? My XP OS is already patched (KB931836). When we "spring ahead" at 2 am March 11...
Mike
ocean_west_2005
Offline Send Email
Mar 6, 2007
5:05 pm
52664
It's funny - and not in a knee-slapping way - that I used to do this semi-obsessively when I was using glorious C++ (all hail deterministic finalization :) ),...
Arthur Warren
warren_herb
Offline Send Email
Mar 6, 2007
5:25 pm
52665
Two problems I have with the standard double-call approach... 1) Raciness -- what if the string changes (grows) between the first call and the next? This has...
Shawn A. Van Ness
arithex
Offline Send Email
Mar 6, 2007
8:38 pm
52666
... Implementation of the Text property from a text box resolves to (thanks Reflector!): get { if (this.window.Handle == IntPtr.Zero) { if (this.text == null) ...
Arthur Warren
warren_herb
Offline Send Email
Mar 6, 2007
10:29 pm
52667
In the case of GetWindowText/Length, I was (obviously?) referring to a window owned by a different thread. Yes, within the context of a a single UI thread...
Shawn A. Van Ness
arithex
Offline Send Email
Mar 6, 2007
10:39 pm
52668
I like to use UltraEdit - have been using it for years - it's great for loading/inspecting binary files as well as HTML/XML etc etc http://www.ultraedit.com/ ...
Rob Sanders
l_desailly
Offline Send Email
Mar 6, 2007
11:14 pm
52669
hi all, I have a quick question, i am designing a small app where my socket server can expect to recieve multiple connections from socket clients sending huge...
Aman
aman_ss
Offline Send Email
Mar 7, 2007
5:29 pm
52670
is there a tool or website out there where i can enter a regular expression, then enter a string and have it tell me whether it matches or not. i can easily...
mike
vista21
Offline Send Email
Mar 7, 2007
5:48 pm
Messages 52641 - 52670 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