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 42450 - 42479 of 59807   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42450
... it uses threads. That's interesting. Is there an easy way to find out if what I am using (or might use) is unsupported via COM interop? - R ... From:...
Richard Howells
loopylozzysdad
Offline Send Email
Aug 1, 2005
8:37 am
42451
... The command line that cmd.exe passes to CreateProcess doesn't contain the redirection operators, so GetCommandLine is of no use in determining redirection....
Jeroen Frijters
jeroen_nu
Offline Send Email
Aug 1, 2005
9:46 am
42452
... Yeah: I noticed it when I originally googled but as far as I could tell it was pay-for-play only and I'm doing this for shits & giggles so there's no...
Jon Kale
JonKale
Offline Send Email
Aug 1, 2005
10:08 am
42453
... There's only allowed to be one master (the "Host Controller" in USB-speak) on a USB bus, and a USB device can only be associated with one host. See the USB...
Jon Kale
JonKale
Offline Send Email
Aug 1, 2005
10:29 am
42454
Here [1] is a link about the free versions licensing, I'll send you the version I have out of band :-) // Fredrik "ALL VERSIONS OF LIBRARY UP TO 4.0.1866.28524...
Fredrik Tonn
fredrik@...
Send Email
Aug 1, 2005
10:52 am
42455
Hi, I want to send some RPC over HTTP [1] to a Sharepoint site. To be able to do this, I first need to authenticate. I listened to the packets from an...
Ernst Kuschke
ehk7
Offline Send Email
Aug 1, 2005
11:24 am
42456
Marc, I'm glad you liked it. I feel like I should know how to use it, but the documentation was so bad only two months ago that I couldn't make heads or tails...
Tony Nassar
aanassar
Offline Send Email
Aug 1, 2005
12:17 pm
42457
Hi, The easiest way is to use the built in .NET mechanism. Check out the help examples for CredentialCache and ICredentials. You can pass these to a ...
Geoff Taylor
opinionatedgeek
Offline Send Email
Aug 1, 2005
12:20 pm
42458
Personally, I went with Watir after trying a number of web-testing tools (http://www.hanselman.com/blog/IntegratingRubyAndWatirWithNUnit.aspx) * NUnitASP -...
Scott Hanselman
shanselman
Offline Send Email
Aug 1, 2005
3:08 pm
42459
... I don't know of a definitive way to check. Most of the things are in the knowledge base somewhere but I'm afraid too often I find them by word of mouth....
Adrian Bateman
adrianbateman
Offline Send Email
Aug 1, 2005
4:58 pm
42460
You are aware that you can disable that behavior, right? It's an option on the VM settings....
Kevin Dente
kevindente
Offline Send Email
Aug 1, 2005
6:26 pm
42461
If you haven't heard of OpenRico, I suggest a visit to there... links on my latest blog entry (with some explaination). ...
Marc Brooks
anotherexcita
Online Now Send Email
Aug 1, 2005
11:24 pm
42462
Brad [Wilson], thanks for the early warning: http://www.boingboing.net/2005/07/31/apple_to_add_trusted.html For those of you who haven't seen it yet, I'm...
Alexander Shirshov
chirchov
Offline Send Email
Aug 2, 2005
3:32 pm
42463
... One of Cory's more inexplicable outbursts... Speaking as the local village idiot, can someone explain to me precisely how TPM will stop me reading...
Jon Kale
JonKale
Offline Send Email
Aug 2, 2005
5:05 pm
42464
... Why? Got a collection going? -- "Do. Or do not. There is no try. Except in C#, and C++, and Java, and... just try." –Yoda Marc C. Brooks ...
Marc Brooks
anotherexcita
Online Now Send Email
Aug 2, 2005
5:27 pm
42465
Hi Jon, How did you verify that the commands were redirected to nul? And, would that same process work for verifying the I/O stream redirection? Just curious,...
Eric Strain
eric_strain1
Offline Send Email
Aug 2, 2005
5:52 pm
42466
Anyone have any favorite spots for more info on how .Net relates to "software as a service"? Thanks....
Jamin Guy
guy_jamin
Offline Send Email
Aug 2, 2005
9:42 pm
42467
... In this post [1] I showed how I tested cscript.exe and how I compared its behaviour to what I would have expected with a C# application. ... I'm not really...
John Elliot
jj5v1
Offline Send Email
Aug 2, 2005
10:13 pm
42468
This may not be quite what you want but the book by David Pallmann, 'Programming "Indigo": Code Name for the Unified Framework for Building Service-Oriented...
Marc Guyott
marc_airpath
Offline Send Email
Aug 2, 2005
10:16 pm
42469
... s/where/were/ Balls....
John Elliot
jj5v1
Offline Send Email
Aug 2, 2005
10:20 pm
42470
Hi all, Does anyone remember enough of the ancient COM knowledge? I want to define a property that is a safe array of bytes. Here's the IDL and implementation:...
Robert MacFadyen
robmacfadyen
Offline Send Email
Aug 3, 2005
7:43 am
42471
mornin' all. Some time my app will just hang. If I step through the debugger back from a known good point to the entry point to my code it never hangs. Once...
adam
adam.maillist01@...
Send Email
Aug 3, 2005
8:18 am
42472
You could try another 'inspection' tool such as Process Explorer from SysInternals (www.sysinternals.com) or WinDbg. If you set the path to symbols, you should...
Graham Harwood
gharwo
Offline Send Email
Aug 3, 2005
8:49 am
42473
It seems that someone has been doing the old update the UI from a background thread gag. Oh how we laughed >:-|. My new approach to "this kind of thing" is a...
adam
adam.maillist01@...
Send Email
Aug 3, 2005
8:55 am
42474
... thanks for the link on process dump I'll keep a note of it for next time. I'd not thought of using Process explorer event though I've used it to replace...
adam
adam.maillist01@...
Send Email
Aug 3, 2005
8:57 am
42475
Do you really mean to return S_OK, when the call to SafeArrayCopy fails, and you set your [out,retval] to VT_ERROR? If so -- then the error message would be...
Shawn A. Van Ness
arithex
Offline Send Email
Aug 3, 2005
9:11 am
42476
... A good bet for process dumps these days is to install the Debugging Tools for Windows (windbg, cdb, et al) [1] which comes with adplus.vbs [2]. This ...
Adrian Bateman
adrianbateman
Offline Send Email
Aug 3, 2005
11:02 am
42477
Wow. Did I win the prize for the Vaguest Post Ever? There was a whole paragraph about men in ski masks sneaking into houses to save people music collections...
Alexander Shirshov
chirchov
Offline Send Email
Aug 3, 2005
11:23 am
42478
Shawn, Nice :) but I should mention that the safearraycopy always works. Regards, Rob -- Need a better issue/bug tracking solution? Visit...
Robert MacFadyen
robmacfadyen
Offline Send Email
Aug 3, 2005
12:56 pm
42479
... I'm guessing here, but IIRC, VB likes SafeArrays passed by ref. I know I've found myself in very similar circumstances years ago. Try using...
Steve Johnson
sjohnson3t
Offline Send Email
Aug 3, 2005
1:06 pm
Messages 42450 - 42479 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