all groups > dotnet faqs > january 2004 > threads for january 15 - 21, 2004
Filter by week: 1 2 3 4 5
Unit testing.
Posted by Liza K. at 1/21/2004 6:08:11 PM
can we do unit testing like checking the functionality of button in Mic-ACT?
Please provide me the solution. I need urgent help.
Liza
... more >>
Printing Crystal Reports from .Net Web Application !
Posted by Hadeel at 1/21/2004 3:12:02 PM
Hi,
I'm trying to build a web application on .Net that has crystal reports
(version 9) , I want to be able to view the report and print it, I tried
some methods for doing this but it did not work properly.
I would appreciate it if you could help !!
Thanks in advance
... more >>
Printing crystal report from .Net Web Applications!
Posted by Hadeel at 1/21/2004 3:04:54 PM
Hi,
I'm trying to build a web application on .Net that has crystal reports
(version 9) , I want to be able to view the report and print it, I tried
some methods for doing this but it did not work properly.
I would appreciate it if you could help !!
Thanks in advance
... more >>
.Net mapping Network Drives
Posted by David Stratton at 1/21/2004 1:56:13 PM
I am trying to determine how to map network drives with .net. Here's a
little background:
I work at a helpdesk in the retail industry. I currently have an
application that uses the Windows Script Host (vbscript if it matters) that
monitors our store's cash registers for a potential problem. ... more >>
2 versions of .Net Framework on my PC (which one used) ?
Posted by silversw2000 NO[at]SPAM yahoo.com at 1/21/2004 4:31:12 AM
I purchased a laptop PC recently. It had .NET Framework 1.1 already
installed on it. When I installed VS.Net Professional from the CDs,
it re-installed its' version of .NET Framework 1.0.3705.
Which one is being used by default w. VS.Net in compiling .NET
applications.? How do I change betw... more >>
Is there any resource Windows hooking and subcalssing in Dotnet?
Posted by iamraja NO[at]SPAM coolgoose.com at 1/20/2004 9:39:10 PM
Dears,
I apologize in advance if this is the wrong place to post, sorry for
the inconvenience.
Is there any book or web site or any kind of resource is available for
Windows hooking and subcalssing in C# / VB.Net (in general .Net)?
OR, is there any link in Microsoft sites / MSDN ?
OR i... more >>
Help me!!
Posted by Shelly at 1/20/2004 7:17:49 PM
Hi all
The Problem which i am facing with CrystalReport 8.0 is, this reports are
connected to the server thru
ODBC. and whenever if i am changing the ODBC Name and Server name . Next
time if i spool the report after changing the ODBC
Name crystal report prompting the user to enter the user name... more >>
3rd party reporting tools to substitute Crystal
Posted by Matalote at 1/20/2004 6:08:00 PM
Hi
I just got my brand new Vb Standard edition, just to find that it doesn't
include Crystal, my project needs a couple of reports and I wonder if there
is a product (in a reasonable price) that could be used.
Thanks and regards!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Unit testing !!
Posted by Liza K. at 1/20/2004 12:05:50 PM
Hi all.
A quick question.
can we do unit testing like checking the functionality of button in Mic-ACT.
If yes, how?
regards,
Liza.
... more >>
How can I set the TreeView.Indent = 0?
Posted by owais at 1/20/2004 2:39:11 AM
How can I set the TreeView.Indent = 0? it can't be set to zero.
e.g
ParentImage
ChildImage1
ChildImage2
I want to my parent and child node on the same indent level. Is there any possibility that parent and child node are at the same indent level in TreeView control?
I want my Treeview c... more >>
VC++ MFC and .NET
Posted by Tarundeep Singh Kalra at 1/19/2004 7:10:10 PM
Hi,
i am a VC++ developer (MFC) and i want to use .NET at its best.
But all the samples , tuotorials etc are either in C# or VB.NET.
I have certain doubts :-
1). Is Microsoft going to phase out C++ development especially MFC , ATL
since very little material and focus on MFC developers is th... more >>
Serialization Error
Posted by Maximus at 1/19/2004 4:52:14 PM
Hi Everyone,
I was using Inprocess session objects, but incase of aspnet process
crashes the session objects were lost as a result I decided to shift to
out of porocess session objects. For this i had to serialize the
objects. While doing that I made the classes serializable whose objects
... more >>
Microsoft Help: IEExe.exe and STA
Posted by leonardfurby NO[at]SPAM hotmail.com at 1/19/2004 10:21:09 AM
Hi.
We are developing a windows application that is deployed using
No-Touch-Deployment (with Full-trust).
I have implemented Axhost handling microsoft web browser control
SHDocvw.dll.
In order to make it work i have to start the application in
partmentState.STA. So I am creating a new thread i... more >>
Garbage Collectionin .NET
Posted by Rimonne at 1/19/2004 10:09:28 AM
Hi All
I understand that the .net framework has garbagecollectors which run
automatically and release memory.
But in my application in C#, i have an object which should never be
released.
Can I achieve this in .NET ?
An urgent response is neede, as I am struck up with my development wo... more >>
C# XML Documentation....
Posted by Alan Seunarayan at 1/19/2004 9:49:31 AM
Can anyone give me a pointer to (good) examples of XML Documentation tags
for C#, I am attempting to build comment web pages but I need more in-depth
details on the tags.
Cheers,
Alan
... more >>
How to restrict the user to use ildasm tool on my assembly
Posted by Prasad at 1/16/2004 3:39:01 PM
Hi:
I have a component, which encrypts and decrypts the data. There are public
key and private keys in code. If user uses "ildasm" tool to view the
contents of the component. The public and private keys are visible. How
can i restrict the user to use ildasm tool on my assembly. My aim is,... more >>
Authentication problem with .NET application?
Posted by robert at 1/16/2004 2:49:09 PM
How do I get a remote XP Pro computer user on one domain to access and run a
..NET application on a different domain?
Scenario: I was given a .NET application on domain (B) that I need to allow
a remote XP PRO computer user to run from the other domain (A). The only way
I have been able to... more >>
GAC install
Posted by Alan Seunarayan at 1/16/2004 1:09:01 PM
Hello all,
Does anyone know of a way that I can install an assembly into the GAC
from within my code?
Alan
... more >>
remoting in .NET
Posted by VPS at 1/16/2004 10:58:05 AM
Supposing that i am using remoting using singleton class.Now assuming that
10 clients are requesting the object(since singleton creates only one
instance for all the requests) at the same time.
How does .NET handles such situation?
... more >>
|