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