Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > november 2003 > threads for saturday november 1

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

interop
Posted by ZhangZQ at 11/1/2003 10:10:43 PM
I created a ocx that has a method, [id(5), helpstring("·½·¨Test1")] void Test1(VARIANT* a); the implementation is void Cocx030820Ctrl::Test1(VARIANT* a) { try { //see here AFX_MANAGE_STATE(AfxGetStaticModuleState()); ST_PRINT* m; //get data m=(ST_PRINT*)a; CString s; s....more >>


Teoma Search Makes Google Its Bitch
Posted by jbailo at 11/1/2003 5:25:13 PM
http://www.teoma.com All of Bill's paid Ph.ds at Microsoft 'Research' couldn't invent a search engine as great as teoma. HAHAHAHAHAHHAHA. What a joke -- now he decides to by Google -- a BOOLEAN search engine -- Boolean search, the most brain dead strategy in all of Computer Science. ...more >>

C#
Posted by news.microsoft.com at 11/1/2003 4:37:59 PM
What amount of projects are in C# or managed code of any language for that matter at MS? What has this saved, what kind of speed up in Dev time has this gained.? Would all future projects be managed that arnt low level apps? Basically we would expect that every app from MS would be managed ...more >>

Components, Designers and Examples
Posted by Robby at 11/1/2003 2:12:09 PM
Hello, I am trying to build a component that in turn usues a designer. How does the designer retrieve the projects datasets and tables? Are there any good examples of building a designer and/or more complex components? Thanks Robby...more >>

Differences Between
Posted by Matthew at 11/1/2003 11:45:05 AM
What are the basic differences between; Visual Studio .Net 2003 Enterprise Architect Visual Studio .Net 2003 Enterprise Developer Visual Studio .Net 2003 Professional...more >>

Good Books/Dev Tools Recommendation on Website Development w/ASP?
Posted by Bozo Schmozo at 11/1/2003 10:41:33 AM
Can someone please recommend some good books on developing web sites (pretty much from scratch) using ASP and the necessary/usual components required, such as XML, C# and etc.? As well, if I have one of the latest versions of Visual Studio, is that all I need as an IDE for ASP/ASP.NET and etc?...more >>

Data base connection
Posted by Herb at 11/1/2003 7:17:14 AM
I am having a problem with syntac. I want to connect and open an access database. the path to the database is e:\webanimalhome\database\data.mdb I am using the following code. All I get is errors and how does it know how to fine the database. The database is on a remote web server. ...more >>

How to retrieve the original values of a data table
Posted by Nick at 11/1/2003 1:50:19 AM
Hi, I believe a dataset keeps a record of the original values of all rows before AcceptChanges() is called. Then how can I retrieve the original values? What function call do I use? Thanks!...more >>



how does SqlCommandBuilder maintain a row's key value
Posted by Nick at 11/1/2003 12:36:19 AM
Hi, The SqlCommandBuilder class seems to be able to remember the primary key of a row such that even if I change that key's value, it is still able to update only that row. So I would like to know how can I update a row even when the primary key is changed by the user? From the row's ...more >>


DevelopmentNow Blog