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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|