all groups > dotnet general > december 2003 > threads for wednesday december 10
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
command line parameters
Posted by Sharon P at 12/10/2003 11:51:59 PM
how do I set command line parameters in the .Net IDE
so I can debug my App ?
thank you ,
Sharon
... more >>
Restrict non numeric characters in a text box
Posted by Sanka at 12/10/2003 9:40:02 PM
I want to restrict users entering non numeric characters
in a text box
How can I do this?
If there is any code sample please answer or email I'll be
very glad
Thank you
... more >>
how do i get started with c#?
Posted by Jason at 12/10/2003 9:12:41 PM
I want to start programing in C#. I have downloaded and
installed the .net 1.1 redist runtime and the 1.1 sdk. I
also made a helloworld.cs file. What do I do next? I
cannot find the c# compiler. Do I have to buy something
to get started? are their "free" compilers out their that
I can get ... more >>
Assigning an IP address to an network adaptor on Windows Server 2003
Posted by FrodoBaggins at 12/10/2003 5:40:21 PM
Dear Team,
I have set up a Windows Server 2003 on a laptop PC in order to experiment
with Visual Studio .NET.
On attempting to set up Active Directory, I get the message:
"The wizard has detected that there are no valid IP addresses assigned to
any of the network adapters for this compute... more >>
TypeloadException with static method
Posted by cody at 12/10/2003 4:23:40 PM
my problem is as follows:
abstract class A
{
abstract Foo();
static Doit()
{
A = new B();
}
}
class B : A
{
override Foo(){}
}
When I call B.DoIt(); a Typeloadexception occurs.
I extremely simplified the problem here but you basically see what its going
on. In my little exam... more >>
About C# Inline Documentation
Posted by John Leyva at 12/10/2003 3:41:05 PM
Hi there,
I am using the inline documentation features of C#, but when i generated the Comment Code Report for a document
that has
///<list type="bullet">
///<item><description> text 1</description></item>
///<item><description> text 2</description></item>
/// </list>... more >>
General Network Error
Posted by SteveS at 12/10/2003 2:48:54 PM
Hello all. This problem is stumping me.... I run a page called
"default.aspx". For some reason when I execute this page, I get the error
below. It seems to run through the entire code behind just find (including
all the sql steps), but after the Page_Load() event I get this error. I
really d... more >>
.NET, SQL and apostrophes
Posted by Chris Huddle at 12/10/2003 2:00:26 PM
Normally, if you have a value in a SQL statement that contains an
apostrophe, you replace the ' with a ''. But how do you handle it in VB.NET
if you are using a DataAdapter? The SQL statements are created on the fly
by the commandbuilder and there's no way to replace the apostrophe. Surely
Mi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET 1.1 (and possibly 1.0 also) Threads leaking "Event" handles. [BUG??]
Posted by Rohit at 12/10/2003 1:44:09 PM
Hi,
Threads in the .NET Framework 1.1 (and possibly in 1.0 also) leak "Event"
handles, by Event handles I mean Win32 Event handles which can be monitored
using the ProcessExplorer from www.sysinternals.com, or even simply look at
the Handle count in the good old windows TaskManager.
To demons... more >>
Can't Install VSTO after Office 2003 IS installed
Posted by Chuck Arney at 12/10/2003 1:21:27 PM
After installing Office 2003 PRO and attempting to run
SETUP to install the Visual Studio Tools for Office
version 2003, I get the error message "Your computer must
have Microsoft Office Professional Edition 2003 installed
before you can install Microsoft Visual Studio Tools for
the Micros... more >>
Async Socket: Rising Thread Count
Posted by Morgan Leppink at 12/10/2003 12:54:28 PM
Hi all -
We have been developing a complex TCP socket communication
app that is responsible for keeping numerous connections
open to clients on routable IPs. The app receives request
on a non-routable listener socket that marshals
communications between the non-routable netowrk and the
... more >>
activate a window using a window handler in .NET
Posted by Michael Wu at 12/10/2003 9:59:48 AM
I wonder if anyone know how to activate a window with a given window
handler. I used to do this with the win32 API
static native boolean SetForegroundWindow(int hwnd);
I wonder if there is native support for that within .NET, instead having to
call WIN32 API.
Regards
Michael
... more >>
Reinstall .NET version 2002 on NT4 SP6A - impossible?
Posted by Young Coot at 12/10/2003 9:29:48 AM
Hello -
Glad this newsgroup is here. I'd like to compare notes and see if someone
else has experienced this problem and if there is a workaround for it
(besides new OS and VS.NET version).
Background: Installed version 2002 of Visual Studio .NET Academic on NT4
SP6A system about a year and... more >>
Modal forms in an MDI
Posted by Gwyn at 12/10/2003 9:16:10 AM
I have a burning desire (need) to dislay either modal
forms or something equivalent within an MDI based
application...
Except I can't! I can use ShowDialog() but the form being
shown cannot have an MDIParent.
I thought, ok, I'll implement it myself... only I can't
work out how the hell... more >>
FTP
Posted by John at 12/10/2003 8:30:42 AM
I need to FTP files from one webserver to another. I am
writing a program in VB.NET that needs to do this. Any
ideas on how to do this?
Thanks,
John... more >>
HELP
Posted by Angela at 12/10/2003 7:00:06 AM
I'm not sure how to explain this, but I'll try my best...
I'm writing a C# Windows Form that should allow a
developer to compile different projects (that they select
from choices on the form), compare the versions of the
DLLs for certain projects, or back the code up to Visual
Source Safe... more >>
Visual studio .net install hangs on 2003
Posted by mewayne NO[at]SPAM hotmail.com at 12/10/2003 6:43:48 AM
When installing VS.net 2003 the install gets to
Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDN\7.0\Packages\{e8b06f41-6d01-11d2-aa7d-00c04f990343},
Name: Value: WebBrowser Package
At this point it hangs, I left it over night hoping that it would
continue on and when I got to work in the mo... more >>
Multithreaded file access
Posted by daniel.kelley NO[at]SPAM pershing.co.uk at 12/10/2003 3:44:06 AM
We have a multithreaded app that responds to events, and writes these
events to a text file. This text file is used by an external system
for further processing.
We want to be able to write multiple entries to the file, and then
rename it and copy it to a new location when the file reaches a
... more >>
|