all groups > dotnet general > april 2005 > threads for monday april 25
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
Closing application?
Posted by Job Lot at 4/25/2005 11:10:04 PM
I am wondering how Application.Exit, Me.Dispose and End are different when it
comes to closing an application (File --> Exit menu)
Thanks ... more >>
J# browser control scripting examples... where?
Posted by Rory Plaire at 4/25/2005 9:16:01 PM
Hi,
I've been working with the J# browser control. I understand that v1.1b is
scriptable, but can't find any examples on how to do this. Can someone point
me in the right direction?
thanks,
-rory... more >>
How to tell when the socket has received all the data?
Posted by DJTN at 4/25/2005 8:20:04 PM
I have created 2 vb.net applications in VS 2002, a server and a client using
the .net.sockets namespace. I can connect and receive data fine but the
client cannot tell when it has recived all the data from the server and close
the file.
I'm sending multiple request for data and I do not wa... more >>
DLL and EXE versions
Posted by Nille at 4/25/2005 6:58:04 PM
Hi!
What's the deal with dll and exe versions? I have a problem with versions of
dll:s and exe:s being incompatible with eachother. Is there any way to get
around this?
Is I understand it, a guid is generated for the dll when it's compiled (is
this PublicKeyToken?). When the exe is comp... more >>
Could not load type...
Posted by clintonG at 4/25/2005 5:07:13 PM
The error is documented at MSDN [1] but building the project as the MSDN
document instructs does not resolve the issue for me. I hope others may
comment about other circumstances.
The actual message is: Could not load type 'theClassName.Global'
Line1: <%@ Application Inherits="FeedBuilder.... more >>
Dotfuscator & Setup Projects
Posted by StevenBarnes at 4/25/2005 2:44:21 PM
I have a solution with 6 or so projects, some dts dll's, a couple
images, etc. I have a working setup project that creates a nice
installation msi. Cool.
Now I want to obfuscate my .exe and my .dll's, & have the Setup project
build using the obfuscated files. I manually copy the obfuscated fil... more >>
Retrieving attribute information from field
Posted by Walter L. Williams at 4/25/2005 2:43:02 PM
I have defined my own IntegerRangeAttribute which is used like so:
[IntegerRange(DefaultValue = 2000, MinimumValue = 0, MaximumValue =
1000000)]
private Int32 iNumBurnInIterations = 2000;
At another point I want to get at that information, ie:
public Int32 GetNumPreIterations ()... more >>
Opinions on online training?
Posted by Mitchell Vincent at 4/25/2005 2:19:57 PM
I've been looking into several interesting online training places for me
and several of the developers that work for/with me.
I am interested to know what other developers think about companies like
http://www.vtc.com that charge just $30 per month and give unlimited
access to their library... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Hooks Maybe?
Posted by Keith La Force at 4/25/2005 10:49:01 AM
Hi, I am currently working on an application where I would like to monitor
the CD-Rom drive to see if certain types of files are being opened (Movies or
Images) and I was wondering where the best place to start would be. I know
that hooks can monitor system messages, but I do not know which t... more >>
forms authentication
Posted by Paul W at 4/25/2005 9:08:30 AM
Hi,
I am trying to do forms authentication. But what I am doing is a little
complex, I think; and, I cant find any documentation out there on it. What
I am trying to do is forms authentication across applications where the two
applications reside on different servers. How do I do this? Fr... more >>
I have a problem with a service I created
Posted by Chris at 4/25/2005 8:09:03 AM
Hi,
I created a service to execute every 2 hours but it only executes once at
startup. This is part of the code
Protected Sub Test(ByVal obj As Object)
Dim sDate As String = Date.Today.ToShortDateString
If sDate = "4/25/2005" Then
sEvent = "Test after ... more >>
Security problem with Exception Management Block
Posted by Donald Hurley at 4/25/2005 6:34:01 AM
When running my application on accounts that don't have admin privileges, I
recieve the following error (I am trying to write to the Application event
log):
System.Security.SecurityException: The event source
ExceptionManagerInternalException does not exist and cannot be created with
the ... more >>
Creating controls on the fly
Posted by CLEAR-RCIC at 4/25/2005 4:37:03 AM
I want to create controls on fly. Specifically, I want to create some
ASP.Net Link Buttons dynamically. They would also need click events written
on the fly also. I'm pretty sure you can create controls on the fly but not
sure about events. Does anyone know? Anyone have any examples?... more >>
Uninstall VS 2005 Beta 1 to Install Beta 2
Posted by papadi at 4/25/2005 12:46:01 AM
Hello!
I want to install beta 2 of VS 2005 but I can't uninstall beta 1. The Setup
stops responding when this message is still visible "Setup is loading
installation Components. This may take a minute or two". I manually removed
J#, MSDN Documentation and .NET Framework 2 beta 1 from the Ad... more >>
Custom attribute for a method: how to get the method object ?
Posted by Oriane at 4/25/2005 12:00:00 AM
Hi,
I'm currently a method attribute which is used to check the "validity" =
of this method against a rule.
I wrote the isValid method, to be used inside the otriginal method:
For instance:
// Following is Csharp code=20
[ruleAttribute ("rule1")]
private void functionT12 ()
{
if (... more >>
|