all groups > dotnet general > july 2005 > threads for thursday july 21
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
C# XML Documentation Tool
Posted by ME at 7/21/2005 11:59:39 PM
I am trying to find a comprehensive addin for Visual Studio .Net 2003 that
will help with documenting my code. In particular I am looking for a GUI of
some kind that could make it easier (and faster) to supply more complete
comments for multiple comment tags (<summary>, <seealso>, <exception>... more >>
multiple inserts: advice needed
Posted by Oasis at 7/21/2005 11:18:02 PM
Hello,
I'm new to c#. I have situation where I want to execute a number of insert
statements that differ only in a few dynamic values. When I was a Java
programmer, I would do this with a PreparedStatement, which will supposedly
improve performance as well as make the setting of the dynamic... more >>
Source Safe
Posted by Lou at 7/21/2005 9:45:17 PM
Ok, I added my prject to source safe.
It worked good for a week, then, one time I couldn't get to source safe and
VB propmted to work offline, no I can't get any of my files back into source
safe. Its
as if the project is now disconnected from source safe. if I run source safe
the start my VB... more >>
Forms Authentication Not Redirecting To Login Page
Posted by Stu at 7/21/2005 8:38:02 PM
Hi All,
I have an ASP.NET application to which I have implemented forms
authentication to handle security. It is a relatively straight forward
solution with all aspx pages residing in the root folder.
The issue I am experiencing is that when the authentication time out is
activated and ... more >>
why so is it? i don't appreciate it
Posted by å››æ£ at 7/21/2005 6:20:02 PM
it's about combobox.
when the properties of datasource and displaymember are being set, the event
of SelectedIndexChangedx will be active.
why did microsoft do that????
when i initializing the combobox, i have to think about the event of
SelectedIndexChangedx, it's tiring!!!!!! there's... more >>
How to Strong name a dll
Posted by Marco at 7/21/2005 3:04:03 PM
Hi,
Could anyone tell me the way to strong name a dll that I do not have the
source code? I im trying to strong name my application, but i am using a dll
that I don't have the source code, and when I try to strong name the
application, it asks to strong name this dll as well.
Thanks,
... more >>
What to learn?
Posted by aaronfude NO[at]SPAM gmail.com at 7/21/2005 1:08:32 PM
Hi,
I'm an experienced C++ programmer (mostly in unix and other abstract
environments such as mex). I'm now getting into Windows programming and
finding out that there are many acronyms and technologies. So I'm
trying to figure out what to start learning.
It seems that .Net will replace MFC... more >>
How to print a file.
Posted by Geir Holme at 7/21/2005 10:29:03 AM
Hi all.
I have some ready .pdf files on my disk.
All I want to do is to send at .pdf file to one of the printers in the
controlpanel (or defaultprinter) from VB.NET. It should look like as if I
viewed it in preview and pushed the printerbutton.
I want none popups, messages, boxes, windows... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
making datagrid columns invisibile
Posted by BillG at 7/21/2005 10:10:06 AM
How do I make a column in a datagrid invisibile to certain groups of people?
... more >>
App.TaskVisible = False
Posted by Bishop at 7/21/2005 7:47:10 AM
Is there a way to do the VB6 "App.TaskVisible = False" in VB.NET 2003?... more >>
Strong name for Interop.Scripting
Posted by shumaker NO[at]SPAM cs.fsu.edu at 7/21/2005 7:42:23 AM
I have a reference to Interop.Scripting.dll but cannot build because it
is not strong named. I tried to tlbimp to generate a wrapper, but
recieved an error indicating it was not a valid type library. I
haven't been able to find a Primary Interop Assembly for download
anywhere. If anyone has s... more >>
Combo box inside a datagrid for vb.net
Posted by Savvas at 7/21/2005 5:16:53 AM
Hi! I would like to have the datagrid in a combo box style for entering
data. Is this possible? If yes, any help would be highly appreciated.
thanks
... more >>
losing connection to Active Directory
Posted by huzz at 7/21/2005 5:05:02 AM
I have web application that quaries the Active Directory to get user
details.. everything works fine but someday I'll get
System.Runtime.InteropServices.COMExection and if I restart the client
machine then it works again.
here is one of the method where am calling the AD
public bool ... more >>
tough asp.net viewstate problem
Posted by krs at 7/21/2005 4:19:03 AM
Right, third time lucky, I'll try and explain this with some code examples:
The general theory here is build a dynamic aspx page, render the output to
an .aspx file that is then saved, this is the publised file. Imagine a Web
Content Management type
scenario.
pageA.aspx -
// generate ... more >>
Copying access objects using .net
Posted by Bob at 7/21/2005 2:51:02 AM
How do I program vb.net to copy a query or table from one MS Access database
to another?
I'd like to accomplish what import does when it copies Access objects
(primarily queries but some tables) from another database into the database
where the import action is selected---EXCEPT that I'd l... more >>
Datagrid
Posted by Oldhandandy at 7/21/2005 1:46:02 AM
I'm trying to setup a combox in a datagrid for a windows based project. I've
found examples on the web, they all have an entry of
'DataGridComboBoxColumnStyle'. When I'm typing the line in my program the
DataGridComboBoxColumnStyle option is not showing as an option in the
dropdown list. ... more >>
Failed to load resources from resource file. Please check your Set
Posted by Preference at 7/21/2005 12:25:02 AM
Hello,
I am developing a .NET application in managed C++. Until now we have
executed without problems in a lot of different computers. But a few days ago
we detect a problem in some laptops. In all cases the system was XP SP2 and
..NET Framework 1.1.
The problem appears initializing ... more >>
|