all groups > dotnet general > june 2004 > threads for monday june 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
Distributing MSDE with Database application
Posted by David at 6/28/2004 10:47:11 PM
I have a database application running on my development machine and now want
to distribute the application to a third party.
Would someone mind please explaining how I can modify the Setup Solution to
distribute MSDE with the application. And, doe sthe third party need to then
manually install... more >>
Help Required with hiding DataColumns
Posted by Chris H. at 6/28/2004 10:16:56 PM
Fellow .Netters,
I have come to an impass trying to "hide" a column on a data grid - I'm sure
it's a fairly simple thing (but so am I, that's why I'm stuck)
Imagine if you will that I have a table as structure thus (this is all an
example)
PartID (string)
Part Code (string)
Description ... more >>
STATUS BAR HAVING PROGRESS BAR
Posted by NaeemUllah Asad via .NET 247 at 6/28/2004 10:08:13 PM
(Type your message here)
i want to create the progress bar and buttons in the status bar using VB.NET
--------------------------------
From: NaeemUllah Asad
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>lB5DY8FsqUmFrVyQGXx5NQ==</Id>... more >>
System.Diagnostics.Process.Exited event
Posted by T at 6/28/2004 5:26:02 PM
How do you catch the "Exited" event when a process is terminated. In the following code sample the "myProcess_Exited" event is never called. Any help would be appreciated.
using System;
using System.Diagnostics;
using System.Threading;
class ConsoleProcessApp
{
public static void ... more >>
I want XP icons
Posted by Franz at 6/28/2004 5:05:39 PM
Sorry, I don't know where I should ask this question. I want some basic XP
icons (e.g. "Cut", "Copy", "Paste"). I can't find them in shell32.dll. Where
are they?
Thanks.
... more >>
Object reference not set to an instance of an object error
Posted by springb2k NO[at]SPAM yahoo.com at 6/28/2004 5:00:57 PM
In an asp.net insert data script, I'm getting an Object reference not
set to an instance of an object error on the line that creates the
parameter for @sport. Not sure why, since I am inserting the field
name correctly in the sql insert statement:
'''''
Dim InsertCmd As String = "insert into ... more >>
how do I deploy my c# asp.net app to 2000 server?
Posted by RichGK at 6/28/2004 3:47:22 PM
I can't find any tool to send the working website (working on localhost) to
the intranet server, I've tried a copy and paste into the wwwroot directory
on the server but attempting to connect to the page produces the following
error.
Parser Error
Description: An error occurred during the pars... more >>
vb: how to wait for a second?
Posted by Jurgen Oerlemans at 6/28/2004 3:22:55 PM
I have a code where I perform several actions on files.
Between these actions I want to wait for 1 second. Or 2 seconds.
How can I easily do this without using a timer? Jurgen
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Form Authentication Expiration
Posted by rob_douglass NO[at]SPAM hotmail.com at 6/28/2004 12:36:53 PM
Hi all,
I have a site that is compeletely restricted by form authentication.
In the case where a user's cookie expires and then they click on the
logout button on the site, the authetication process is forcing them
to login again so that they can log out.
I've been trying to use
"HttpConte... more >>
Determining Size of a File
Posted by Phil Galey at 6/28/2004 11:46:18 AM
In VB.NET I find the IO object very handy in replacing most of the
functionality of the FileSystemObject. One exception, however, is in
determining the size of a file. How can you determine the size of a file in
VB.NET without adding the FileSystemObject to your project?
... more >>
Difficulty with .Net installer User Interface
Posted by Malcolm P. at 6/28/2004 11:45:01 AM
I'm deploying a C# Windows app using VisualStudio.Net 7.1.3088, and for the life of me I can't get the Checboxes(A) to work properly. All I am trying to do is use checkboxes to prompt the user about whether to install desktop and program menu shortcuts, but the installer always installs them no matt... more >>
Task Scheduler
Posted by Tim Marsden at 6/28/2004 10:52:18 AM
Hi
I wish to write a task scheduler in my application.
What is the best way to do this?
Do I use the windows scheduler or try and write my own.?
Is a timer checking every second feasible.?
Regards
Tim
... more >>
Studio problem
Posted by r0dr1g0 at 6/28/2004 9:55:01 AM
Has anyone run into this problem before. I'm using VS 2002 and when I start a project in VB I get the following error "Automation Server can't create object", if anyone has had this problem how did you fix it. I've uninstalled and re-installed Studio but I keep getting the error.
Thanks... more >>
Problems after installing Sharepoint Services
Posted by Brent at 6/28/2004 8:59:05 AM
Hi,
Recently, we installed Sharepoint Services on our test server (Server 2003)
to try it out. I made a new web for my regular aspx pages. My problem is
that now whenever I try to access my old pages, it prompts for a username
and password for that server. I want it to allow anonymous web reques... more >>
ASP.NET working with MS Word??
Posted by Remco Groot Beumer at 6/28/2004 8:50:12 AM
Hello,
I'd like to use Microsoft Word in an ASP.NET application. I've referenced to
MS Word, but when the sourcecode-line 'Dim objWord As New Word.Application'
is reached, I an exception is thrown. The exception message is as follows:
Exception Details: System.UnauthorizedAccessException: Ac... more >>
How can I extract a row of data from a 2 dimensional array
Posted by smurf at 6/28/2004 3:41:01 AM
Seems a simple question, but I can't find a simple answer:
I have created a two dimensional array. I wish to send the data, a row at a time to a graph plotting routine which is expected a one dimension array.
I could create a temporary one dimensional array and populate from the original array... more >>
|