all groups > dotnet general > july 2003 > threads for friday july 11
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
Is this right?
Posted by R_O_O_K at 7/11/2003 11:18:41 PM
Hi!
If the static Main method belongs to some class should it have access to
the class' private members? IMHO it shouldn't be so. Does anyone know
what the C# spec says? Here is a code example that compiles fine on
VC# 2002.
class Class1
{
[STAThread]
static void Main(string[] ar... more >>
Software Update Requires GAC Updates On Client PCs; How?
Posted by mstjean at 7/11/2003 6:28:20 PM
Beginning to look at the mechanics of deployment at our site for our
new project, our first in .NET. Management insists all apps will run
from the network, not from desktops and we've managed to figure that
out; Application exe files will each reside in their own network
folders under N:\NETAPPS... more >>
CDO.message
Posted by July at 7/11/2003 5:33:57 PM
Hi, I created a testing application in C# on my local
computer where Visual Studio.net 2002 is installed. And I
created the saem application remote on my server. This
application is a simple test on sending an email out. The
local application works fine and successfully send out the
ema... more >>
Multi-threaded NT/W2K Service Question
Posted by Randy Geyer at 7/11/2003 4:57:03 PM
I have an NT/W2K service that spawns 3 worker threads that each do different
things. For example, one monitors an email mailbox for incoming items and
puts them in a queue for processing by a 2nd thread. The 3rd thread polls a
database for updates and performs different processing. The actual
... more >>
Why does call to Process.GetCurrentProcess() access the floppy drive?
Posted by Ken Varn at 7/11/2003 4:51:47 PM
Everytime I call Process.GetCurrentProcess() the system goes out to the
floppy drive. Why does this happen. I decided to use FileMon to get a log
of what is happening when this occurs. Here is the log:
1 4:31:10 PM BlockedConfigAp:1340 IRP_MJ_CREATE A: DASD SUCCESS Attributes:
Any Options: ... more >>
Multi-threaded NT/Win2K Service Question
Posted by Randy Geyer at 7/11/2003 3:56:42 PM
Which group should I post this too? Thanks!
... more >>
VB Properties - private data member optional?
Posted by YellowDog NO[at]SPAM volcanomail.com at 7/11/2003 2:54:20 PM
I want to use a property without a private data member. This is
supposed to be legal, except that I get an Stack Overflow Exception
when I implicity use the set method. Here's the code:
Option Explicit
Option Strict On
Imports System
Public Class PropertyT
' Private LocalAge as Int... more >>
Control colors
Posted by Kelvin McKisic at 7/11/2003 2:46:54 PM
Does anyone know an algorithm to create the correct
border colors and field color for a control based on its
background color? For example, a checkbox has a
background color, the checkboxes border color, and the
checkbox inner color; all based on the background color.
Thanks... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Rename files in VB.NET?
Posted by Vidar Martinsen at 7/11/2003 11:45:08 AM
Hi
I try to rename files, but I can't
I try to use the File Object, but there are no Rename function in the
object.
There is a Copy and Delete function, so:
Do I have to copy the file to a new file and the delete the old file?
...or are there another (better)solutin?
Regards
Vidar Mart... more >>
Directx 9.0a Instalation in VS studio .NET 2003
Posted by Joao Santa Barbara at 7/11/2003 11:23:28 AM
Hi all
i have downloaded the directx 9.0a sdk from microsoft, after i have instaled
if doesn´t update the VS.NET wizards ??? why ???
anyone can assist me ???
please
jsb
ths
PS i´m using windows xp sp1
... more >>
.Net (C#) Dynamic class loading question
Posted by db404 at 7/11/2003 11:18:56 AM
I am working on a web framework, in C# wich will then be
used as part of a web app.
The web app will reference the Framework at design time,
which in turn will (or is supposed to) dynamically create
classes defined in the webapp assembly based on a config
file.
Here's the problem: while... more >>
Errors while building the MSI file for .NET application.
Posted by at 7/11/2003 10:41:16 AM
This has only started to happen recently.
For some reason as soon as the setup proj tries to build the MSI file the
Windows Installer launches. I get "Please Wait While Windows Configures
Visual Studio .NET Enterprise." Then another box pops up saying:
"Error 1706. No valid source could be f... more >>
Help: Asp.net applications so many people can use it.
Posted by mrwoopey NO[at]SPAM yahoo.com at 7/11/2003 7:42:01 AM
Hi,
I added a new .net login
(http://support.microsoft.com/default.aspx?scid=KB;EN-US;326340) and a
..net Web Report Viewer (Crystal) to our site. If we are going to
potentially have many people logging in and viewing reports via the
web (.net), what do I need to add to my .net app to handle ... more >>
Managed C++
Posted by Peter at 7/11/2003 6:18:41 AM
Hi,
I'm considering to make my own little 3D game using C++ /
DirectX. Problem is that I need to create some tools for
that, and I need an editor with lots of buttons and
controls. I bought a book a while ago about MFC
programming for VC++6 but I found the material hard to
master compa... more >>
icons
Posted by tom at 7/11/2003 3:54:48 AM
hi there,
i'm looking for some xp-style toolbar icons.
i found some but not all i wanted. it seems quite hard to
find just normal explorer toolbar icons...
especially 'firs', 'last', 'next' and 'previous' seem to
be very rare...
anyone knows of a place to get these?
thanx a lot
Tom
... more >>
|