Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

win_tech_off_topic · Windows Technical: Off Topic

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1721
  • Category: Windows
  • Founded: Jul 27, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

... Jesus! Was that a random signature? It fit the message like a catsuit... /kim ... From: Brad Wilson Sent: må 2001-08-06 22:37 To:...
2 Aug 6, 2001
8:52 pm

Brad Wilson
bradw@...
Send Email

What I Love Best About .NET: http://www.sellsbrothers.com/spout/#bestnet. Chris Sells http://www.sellsbrothers.com http://www.develop.com/genx...
1 Aug 6, 2001
7:34 pm

Chris Sells
csells@...
Send Email

Any one knows how to obtain a list of exported functions from a DLL programmatically (is the source code of dumpbin or dependency viewer available ?) Cheers. ...
1 Aug 6, 2001
2:36 pm

Maxime LABELLE
mlabelle@...
Send Email

Hi there, I would like to automate Word and have used the #import syntax. However, I found that the lines needed to automate word are version-dependant. That ...
3 Aug 6, 2001
2:35 pm

Maxime LABELLE
mlabelle@...
Send Email

Anyone know of any Unit Testing Frameworks for COM ? Thanks Simon...
5 Aug 4, 2001
11:09 pm

Kim Gräsman
kim.grasman@...
Send Email

For the last three years, I've been in management. Oh, it started innocently enough. When the team was small, I was only managing a little bit. However, as the...
2 Aug 4, 2001
6:15 pm

Tim Tabor
tltabor@...
Send Email

Hi, I've got a wizard that creates a thread to perform a lengthy operation. The problem comes when the user wants to exit before the thread terminates: when...
24 Aug 3, 2001
11:39 pm

Barrett Mayes
bmayes@...
Send Email

I've listed all of articles, along with the first couple of paragraphs of each and a link to where they can be read online, over here [1]. I've also added one...
1 Aug 3, 2001
10:43 pm

Chris Sells
csells@...
Send Email

Three new items in the spout: My Favorite Books: http://www.sellsbrothers.com/spout/#favbooks My Favorite Software: http://www.sellsbrothers.com/spout/#favsw ...
1 Aug 3, 2001
8:05 pm

Chris Sells
csells@...
Send Email

If I wanted to store various types of information, where the types could be created by users, what is the best way for me to store and search on that data? For...
7 Aug 3, 2001
1:47 pm

Craig Andera
candera@...
Send Email

I would like to the know the opinion of people on this. I have noticed during the current slow down that the requirement for COM developers using C++ has come...
3 Aug 3, 2001
8:45 am

christianhgross@...
Send Email

After reading a book and a half and spending a few hours futzing, I realized that there's a darn good reason why my web site looks like it does. Anyone got a...
11 Aug 3, 2001
8:20 am

Maxime LABELLE
mlabelle@...
Send Email

I was thinking I could make myself a few bucks in case DevelopMentor has a paid referral program... Check out my plug over at the Apache Xerces-C development...
2 Aug 2, 2001
7:21 pm

Chris Sells
csells@...
Send Email

I wasn't sure if this question was relevant enough to ask in the ATL mailing list, so here goes: I have a class called GSDCanvas that I want to pass a hWnd of...
2 Aug 2, 2001
6:54 pm

Chris Sells
csells@...
Send Email

Hi, Is there an equivalent of IDispEventSimpleImpl and BEGIN_SINK_MAP, SINK_ENTRY_INFO artillery for use within MFC programs ? Cheers. -- if (!good()) break; ...
3 Aug 2, 2001
3:02 pm

Maxime LABELLE
mlabelle@...
Send Email

CE's SSL is different than NT (learn something new every day). http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnce21/html /crypto21.asp Chris...
1 Aug 2, 2001
12:32 pm

CGough@...
Send Email

Hi, Anyone know of a good mailing list for network programming questions (mainly winsock) ? or has anyone got / seen an example of using the SSL support that's...
1 Aug 2, 2001
4:10 am

sf
sf@...
Send Email

The Sells Brothers mailing list [1] is for news and support of the various bits and pieces on the sellsbrothers.com site, including tools, the spout, etc. I'll...
1 Aug 1, 2001
10:55 pm

Chris Sells
csells@...
Send Email

I've inherited a server-based system that automates Word for the purposes of document conversion. Yes, it makes my head hurt. I'm trying to fix it, so please...
18 Aug 1, 2001
4:28 pm

Chris Sells
csells@...
Send Email

"INFO: Visual Basic Uses Exception Code 0xC000008F as Internal Exception Code" http://support.microsoft.com/support/kb/articles/Q232/8/29.asp ... From: "Kim...
2 Aug 1, 2001
3:58 pm

Kim Gräsman
kim.grasman@...
Send Email

IMHO XML is absolutely not for storing data. XML is a common data format for heterogeneous systems, the universal data language if you will. Stick with the...
4 Aug 1, 2001
3:45 pm

Francisco H Tapia
fhtapia@...
Send Email

Hi, I've been seeing these off and on when using VB as a COM client. Every once in a while they pop up in the debug output window, only when debugging, never...
1 Aug 1, 2001
2:01 pm

Kim Gräsman
kim.grasman@...
Send Email

I'm glad this started up! I'll throw out a question, a buddy has a question wether to keep his EPoX board 8KT3A+ or move to a similar 1.4gig Iwill board. ...
1 Jul 30, 2001
10:31 am

Francisco H Tapia
fhtapia@...
Send Email

Chris: (I love being offtopic, hehe... *ever so slightly warps topic*.) Well, you could have the applications actually run on the remote computer (which pretty...
1 Jul 30, 2001
6:46 am

Jay Freeman (saurik)
saurik@...
Send Email

So, what I've determined that I most love about the web is that I can be *running* an app, aka web site, w/o having to *install* it first. Because every...
1 Jul 30, 2001
6:20 am

Chris Sells
csells@...
Send Email

What is the general feeling (it is an OT list after all :) on using namespace aliases? For instance I like "using WinForms = System.Windows.Forms;". The...
2 Jul 29, 2001
5:21 pm

Chris Sells
csells@...
Send Email

Prakash: Entry points to functions use standard calling convention and the C naming convention. This is specified by the WINAPI or PASCAL macros you specify ...
2 Jul 28, 2001
7:58 pm

Prakash
hprakash73@...
Send Email

I Have been wanting to ask this ques for a while but ... I guess i can ask now. I read something along this line WinMainCRTStartup is the entry point to the...
1 Jul 28, 2001
5:41 pm

Prakash
hprakash73@...
Send Email

Chris Sells http://staff.develop.com/csells...
7 Jul 28, 2001
2:52 pm

Chris Sells
csells@...
Send Email

Seemed like *every* message should be preceded with [OT]. : ) Chris Sells http://staff.develop.com/csells...
1 Jul 27, 2001
10:50 pm

Chris Sells
csells@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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