all groups > dotnet general > december 2005 > threads for wednesday december 7
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 31
Code Documentation for .NET 2.0
Posted by Pieter Philippaerts at 12/7/2005 10:35:02 PM
Does anyone know a good .NET documentation generation tool (like NDoc, but
one that supports .NET 2.0)?
Thanks,
Pieter Philippaerts
... more >>
compression question
Posted by Lloyd Dupont at 12/7/2005 4:52:24 PM
I'm using #ZipLib to compress some data.
I wonder what's better:
- 1. produce a big (tar) file (concatenation of multiple stream) and gzip it
- 2. gzip all my element str and tar the whole bunch
--
Regards,
Lloyd Dupont
NovaMind development team
NovaMind Software
Mind Mapping Softwar... more >>
newbie question
Posted by Rafael Chemtob at 12/7/2005 4:48:17 PM
hi,
i'm new to .net. i'm getting this error in my app.
Line 21: NameValueCollection nvc = new NameValueCollection();
Line 22: nvc.Add("@MerchantCouponID", merchantCouponID);
Line 23: context.Response.Redirect("http://" +
DAL.RetrieveData("sp_AddClick", nvc).Tables[0].Ro... more >>
newbie question
Posted by Rafael Chemtob at 12/7/2005 4:27:27 PM
hi,
i'm new to .net. i'm getting this error in my app.
Line 21: NameValueCollection nvc = new NameValueCollection();
Line 22: nvc.Add("@MerchantCouponID", merchantCouponID);
Line 23: context.Response.Redirect("http://" +
DAL.RetrieveData("sp_AddClick", nvc).Tables[0].Ro... more >>
VS 2005 bug in cut & paste controls?
Posted by Rob R. Ainscough at 12/7/2005 2:19:43 PM
I selected 3 controls that were in a Frame control, I "Cut" the controls and
then pasted them outside the frame on the form. Now, when I double on the
control (hoping to load the default event for that control WITH my source
code in the event) I get a new event with the "_1" appended to the e... more >>
VS Studio vs. VB.NET 2003
Posted by amber at 12/7/2005 1:26:03 PM
Hello,
I use Visual Studio .NET 2003 Professional version at work.
I'd like to buy .NET for my home PC.
All I use is VB.NET and I'd like to use ASP.NET eventually.
What kind of functionality etc will I lose if I simply buy VB.NET 2003
Standard edition?
What are some of the differences between... more >>
Import a form from one project to another
Posted by Mattias at 12/7/2005 12:55:03 PM
Hi
I have Visual Studio 2005.
One question I have not figured out yet...is it possible to import one
special form from one special project to another project?
Thanks in advance
Mattias ... more >>
Upgrading VB .net apps to VB .Net 2005
Posted by Kyle Slovensky at 12/7/2005 12:04:02 PM
I have some rather large programs written in VB .net. I've been trying to
find some information as to if they need to be upgraded to VB .net 2005 and
how that would be done.
I've been looking on the MS web site, there is some information on upgrading
Visual Basic (not .net) to 2005 but not... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
fingerprint
Posted by Ben at 12/7/2005 11:33:03 AM
Hi,
I need to add fingerprint reading, storing of fingerprints, and printing of
fingerprints to a custom application. I do not need to do any fingerprint
comparison.
Any information will be greatly appreciated.
Thanks!
Ben
... more >>
Many changes to .NET over last 4 years ?
Posted by Kevin R at 12/7/2005 11:22:10 AM
Hi All.
I am currently studying for MCAD C# and the organization I am studying
with have assigned me some online courses to work through as part of
my studies.
However, one of the courses I have been assigned has not been updated
since September 29, 2001. Does anyone think this course is likely... more >>
ADO Parameterized Query
Posted by JSheble at 12/7/2005 9:18:39 AM
After building a parameterized ADO query, is there a method or a statement
where you could see the actual query, with the parameterized values
included??
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/... more >>
.pdf files.
Posted by Miguel Arenas at 12/7/2005 9:05:02 AM
How can I open .pdf files and print from vb.net 2003?
Thanks.... more >>
Can can one determine % CPU in use by a spawned process
Posted by Jason Kendall at 12/7/2005 8:13:27 AM
I have a task to create an app to rebuild indexes for an ancient
program. The program has an API, but leveraging it requires the app's
UI to launch. OK, that's fine, I can just ignore it... at least it
unloads when I tell it to. The problem is that occasionally there is
one thing or another w... more >>
Connecting to a SQL server
Posted by Antonio at 12/7/2005 8:08:31 AM
Good morning, all.
First I want to apologize for the cross-posting, but this is a major part of
the project and I would use an advice fastly.
I am trying to design a Web app using C# to attach to a SQL server.
As a test, I created a SQL connection and it tested successfully.
This is my... more >>
Wrapping Text when using MailMessage
Posted by Richard at 12/7/2005 7:49:03 AM
Working in asp.net I send out an email using the following Code:
Dim cdoMsg As New System.Web.Mail.MailMessage
Dim strEmailBCC As String = ""
strEmailBCC =
System.Configuration.ConfigurationSettings.AppSettings(CONFIG_EMAILBCC)
Try
With cdoMsg
... more >>
setup project GUI
Posted by segal.aviad NO[at]SPAM gmail.com at 12/7/2005 5:03:12 AM
Hi,
I'm trying to create a setup project using .net, but I'd like to design
the GUI displayed.
Is this possible to achieve through a .net setup project? The dialogs I
can see can not be designed as I would like through the UI editor.
Thanks in advance.
... more >>
VB.NET Windows Service use Microsoft Application Data Block
Posted by ZRexRider at 12/7/2005 4:55:54 AM
I have created a Windows Service in VB.NET. I want to add Microsoft
Application Data Block to the project and am not finding he context
sensative menu options that will allow me to add it.
This is possible isn't it?
Thanks
... more >>
Impersonation in Web Applications
Posted by Prasad Patil at 12/7/2005 4:07:03 AM
Hi,
I have a typical scenario, I have web page which tries to list the files on
the remote share. When i try to access the remote network path like
"\\machinename\folder" using web application cs file it gives access denied
error. Also i have have set the web.config identity impersoante=tr... more >>
auto session check with override
Posted by rony_16 NO[at]SPAM 017.net.il at 12/7/2005 2:51:09 AM
hi ,
i want to override the object session in class page , because i want to
check the Session["UserName"] automaticly in WebForm , without writing
"if" in evry page .
i know that i need to make a new class Lib and inharite from "page" .
but what should i write in the fuction "public over... more >>
difference between Windows installer 3.0 and 3.1
Posted by Hans [DiaGraphIT] at 12/7/2005 1:18:07 AM
Hi!
Forgive me if this is the wrong discussion group.
I wounder if my windows-application will be able to be installed on a
computer with windows installer 3.0. I don't have the oppertunity to try
this out, because on my computer, and others in my network, we all have
windows installer ... more >>
Calling stored procedure with large number of parameters - performance concerns...
Posted by Alex at 12/7/2005 12:44:06 AM
Hi...
I have a stored procedure that takes in a large number of parameters (around
30) and returns (as output parameters) another 10 or so.
At the moment, each parameter is declared, defined and added in my C# code
as follows:
SqlParameter prmCustAcctID = cmd.CreateParameter();
... more >>
|