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
May 2008
June 2008
all groups > dotnet faqs > january 2004 > threads for january 8 - 14, 2004

Filter by week: 1 2 3 4 5

Reflection and COM
Posted by Alan Seunarayan at 1/14/2004 2:45:55 PM
Hello all, I am developing a component that uses late-binding to automate Word = (as targets have differing versions) and I have created an instance of = Word.Application. What I wish to do is to find out the details of the = object that I am creating via reflection. At the moment I am cre...more >>


The file is being used by some other process
Posted by Jagadeesh at 1/14/2004 10:05:59 AM
hi , Am trying to read from and write to a same xml file.i have no prob when reading the xml file.but when i write to the same file i get the following error even after closing the reader object(which is open). The file is being used by some other process. regards Jagadeesh ...more >>

access database
Posted by Hai Nguyen at 1/14/2004 1:12:14 AM
with access database 1/ How can we insert mutiple row into a table at the same time? 2/ is it possible a table in access database to have more than one primary key? Thanks ...more >>

.Net minimum Hardware requirements.
Posted by fred at 1/13/2004 5:15:44 PM
I came across this link on the MS site as a refrence for the hardware requirements for .NET Enterprise Architect. Are MS Smoking Something, I have been developing in .Net for a while and I honestly cant see how such under-specked hardware can be used. Anyone know where I can get a REAL WORLD ref...more >>

Visual Studio .Net vs Dreamweaver
Posted by Douglas Gage at 1/13/2004 3:27:12 PM
Is it possible to pulish a web project onto a server like dreamweaver using ftp and such.... ...more >>

Export data from grid to Excel
Posted by Deva at 1/13/2004 12:22:18 PM
Hello All, Is it possible to export data directly from MSH Flexgrid to MS Excel? There is some problem in exporting data from HFlex grid populated with Hierarchical recordset.This recordset is created by using Shape..Append commands.The Hierarchical recordset has parent -child and grandchild hi...more >>

com+ component and Component Service
Posted by Karuppasamy at 1/13/2004 10:13:38 AM
Hi I have developed a com+ component using c#. when i am trying to add this com+ component to the Component Service in a windows 2000 advanced server machine, i am getting the following error "one or more files do not contain components or type libraries. these files cannot be installed" c...more >>

Interrupts in VB (API)
Posted by D.Sn at 1/12/2004 7:30:52 PM
Hi all I need to implement interrupt functioality like Int86() in C, In VB I have an idea. What about precompiled assembly language use using "CallWindowProc" . I am not clear what situating this "CallWindowProc" is used.Thougth the help for the function is avilable in MSDN i want to ...more >>



Two SqlDataReader for the same connection
Posted by Ruslan at 1/12/2004 6:21:37 PM
Hello, I have: Method1() { SqlDataReader dr = new DataReader(); .... while (dr.Read) { Method2() } } Method2() { SqlDataReader dr = new DataReader(); .... while (dr.Read) ...more >>

Datatype issue
Posted by AJ at 1/12/2004 6:11:12 PM
Hi I need to include the currency datatype in one of my .NET applications. What is the namespace that should be imported for it? Like tehre is system.datetime, system.date, what is the counterpart for currency? Please help me. Thanks AJ ...more >>

web service remote debug problem help !!
Posted by Carlos at 1/12/2004 3:22:41 PM
I have my Webservice running ok in my local machine but when I try to write same simple service in the webservice I get this I made the changes in the Web.Config that the message suggest and I still having the problem .. Any Idea why !!! Thanks Carlos Server Error in '/' Application. ...more >>

Masking a textbox as # box
Posted by Hai Nguyen at 1/11/2004 2:55:57 PM
Hi All I have a textbox want to mask as phone box. How can I do it? Thanks ...more >>

DatTable Error??? any help
Posted by Kelvin Nguyen at 1/10/2004 6:05:34 PM
Would anybody please help me out? I think my code is correct but it gave me an error I don't know what it is please correct me. using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using S...more >>

IP Address questions???
Posted by Hai Nguyen at 1/9/2004 11:45:53 PM
Hi everyone I'm making a page which needs to identify users comming from a certain IP address. I've never have experience with this. Would anyone give me any hints? Thanks ...more >>

Problem with registering VB DLLs. Please help urgently....
Posted by Kelly G. at 1/9/2004 5:32:39 PM
I need to register a Vb DLL under restricted acess privilages please provide me a solution. Here is the complete issue: I building a MSI using Vs.net ,One of the Dll's is Vb Component ( A shim component basically) , Our application has to install both with Administrative privialges and restr...more >>

Small footprint XP app
Posted by Francisco Garcia at 1/9/2004 12:15:33 PM
Hi, I'm developing a small WinForms application, targeted for Win XP. I thought that Win XP had the .NET framework already installed, but it looks like it doesn't. Is there a way to make a .NET application run in Windows XP without having to download the 23MB dotnetfx? Thanks in advance,...more >>

Whidbey 2004 or 2005
Posted by MacKenzie Mickelsen at 1/8/2004 10:51:12 PM
Hello everyone I have been catching up on the recent developments with Visual Studio. I have come across some contradictory information. I have read articles that they the "Whidbey" version of Visual Studio will be released in 2004 and in 2005. I am wondering which it is?? Also when in the ye...more >>

.Net Crystal Report
Posted by Hadeel at 1/8/2004 12:54:27 PM
Hi, I'm trying to build a crystal report in .Net, what I want to do is : I have a form that shows all the fields of a certain table, and the user has the ability to choose the fields he wants to display in the report, so I want a method that lets me add the fields to the report at runtime, jus...more >>


DevelopmentNow Blog