all groups > dotnet general > november 2003 > threads for friday november 28
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
Help, Question about mixing C# and VB.net
Posted by junk at 11/28/2003 11:26:15 PM
I am converting a large website with VBScript include files and JScript
also included as <script language="jscript" runat="server"> in other
include files.
I would like to convert the VBScript to VB.net based Server-controls
with VB.Net code behind.
I would like to convert the JScript to JSc... more >>
how to create unique filename in a specified folder ???
Posted by Antonio Lopez Arredondo at 11/28/2003 11:25:27 PM
hi !
system.io.path.gettempfilename() returns a unique file name in the TEMP
folder.
does anybody know how to create a unique file name in another folder ?
thanks in advance,
ant.
... more >>
concatenate word documents from .net
Posted by sudha at 11/28/2003 6:59:59 PM
Hi
I need to write a c# program which has to merge selected
word documents into one word document.
Kindly advise the efficient way to achieve this.
Thanks in advance
sudha
... more >>
Question
Posted by Simon at 11/28/2003 5:19:43 PM
Hi
I have this necessity and I would ask you a suggestion.
I think to develop something (like a service) to install on a server in
order to execute sql procedures, and develop an application to install on
client that send commands to the server.
Which it is the better way to make this scena... more >>
ASP.NET 2.0 question on Partial Types with J.I.T.
Posted by nospam at 11/28/2003 4:02:01 PM
Ok, 3rd or is it the 4th time I have asked this question on Partial Types,
so, since it seems to me that Partial Types is still in the design or
development stages at Microsoft, I am going to ask it differently.
FOUR QUESTIONS:
The background:
I got three (3) files
(1) Untitled.aspx
(... more >>
Parameter OUTPUT
Posted by Miguel Pardo at 11/28/2003 4:00:21 PM
I have an stored procedure which has an OUTPUT parameter,
how can i get it, it has to be through a DataReader or
something like that???? or when i call it???
can you give me an example???
or how???
Any help will be welcome, thanX!!!!
Regards...
... more >>
Developing multiple instance Windows Service
Posted by Nigel at 11/28/2003 11:52:43 AM
Has anyone got any links to sites, articles etc or can help with how to
write a Windows service that supports multiple instances in the way that MS
SQL does?
(I have an existing service and just need to make it support multiple
instances)
TIA
... more >>
Copying objects
Posted by Brook Young at 11/28/2003 11:04:25 AM
I am using vb .net and need to copy entire structures and
objects, not just make new references. What is the
best way to copy the values in the objects without making
my own copy subroutine that copies each element
individually.
It is my understanding that If I just
set obj A = B then A ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Office document properties(metadata)
Posted by Patrick Conway at 11/28/2003 9:48:39 AM
Hi!
I'm building a Windows form that allows users to view a
list of files (and their properties(metadata)) stored in a
certain directory.
All of the files in the directory are a result of a mail
merge created in another process.
In the Merge process, I used "BuiltInDocumentProperti... more >>
Serialization and UDTs (Visual Basic.Net)
Posted by Ursula Peter-Czichi at 11/28/2003 7:05:51 AM
I have not planned data persistence at the beginning of a
larger project. This now causes some problems.
Doing some tests, I have figured out how to serialize and
deserialize simple variables as well as a sorted list.
Here is the problem:
My classes contain both, a sorted list and simple d... more >>
AssemblyInfo
Posted by C at 11/28/2003 6:36:46 AM
Hi,
I have a project with a number of assembly's.
(a) How do I version these assembly's?
(b) Is there an option to get the compiler to set the
version in the Assembly.info file?
Thanks,
C.... more >>
Access documents in SAP DMS using .NET Connector
Posted by stein NO[at]SPAM infofinder.no at 11/28/2003 6:31:26 AM
Hallo,
I am trying to create a C# service which connects to the SAP DMS
system using SAP .NET Connector. The service shall get a list of all
documents in a DMS system, and extract all documents to local disk.
The DMS system uses SAP Content Server as storage.
However, I would appreciate som... more >>
AUTORUN HTML file ?
Posted by Liath Macha at 11/28/2003 5:48:15 AM
How can a distribution CD AUTORUN.INF file be made to
open an HTML page using the system browser rather than
running an exe on the distribution CD?
Thanks
Liath... more >>
using System.Web.UI.Design;
Posted by C at 11/28/2003 4:30:07 AM
Hi,
I have a C# Web Application.
I am Referencing System.Web
In teh code behind of one of my pages I have below imports-
using System.Web.UI;
using System.Web.UI.Design;
When I try to compile my app it complains about
System.Web.UI.Design saying that Design does not exist in
t... more >>
HELP on BinarySearch or IndexOf fro arrays ???
Posted by serge calderara at 11/28/2003 4:18:10 AM
Dear all,
I have an array List of object, in that list of object I
would liek to know if a particular object item of that
list as a predifined value and then if exist the update
that object. The following code illustare that list.
=======================================================
... more >>
How to search in microsoft.public.dotnet.general
Posted by Susan Landgraf at 11/28/2003 12:20:44 AM
This sounds ridiculous, but when I press the search button
and enter my criteria, I get no results back, I search on
a criteria that I know exists. Obviously I have no problem
posting. Thanks for any help.
Susan... more >>
|