all groups > dotnet general > june 2004 > threads for sunday june 20
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
Command Prompt
Posted by WStoreyII at 6/20/2004 9:24:01 PM
how do i change the default directory and prompt fo the the .net command prompt
for example
when i load it i wish the directory to already be desktop and the prompt to be Cmd:
thanks
WStoreyII... more >>
table locking
Posted by Sai Pavan at 6/20/2004 9:07:01 PM
Hey guys,
In our Oraganization we have Oracle8i as database. All the newly supported locking systems for the database are with 9i. we need table locking and row level locking from .NET to Oracle8i.
Thanks in advance,... more >>
Console won't display
Posted by Dennis S at 6/20/2004 3:10:01 PM
I can't get my console to disply vb.net code, like: Console.Write ("Enter Amount: "), when I run good code from a vb.net IDE. I can compile and execute the same code from the command line with references and it works great.
What do I need to do to get a console to display and show the code?
... more >>
Mailto Problem
Posted by Wayne Wengert at 6/20/2004 12:30:21 PM
I am using VB.NET and invoking a function that opens the user's default mail
client with a pre-stored list of email addresses and subject. I find that if
the string containing the list of email addresses is longer than about 250
chars, I get an error complaining that "Object reference not set to ... more >>
What happend with the 0.th parameter of the main?
Posted by Tamás_Horváth at 6/20/2004 5:43:38 AM
void main(int argc, char** argv)
agv[0] was always available in VC6, and generally in C++
But now it is missing in .NET, then how can I determinate
the name, and the directory of the currently runnning file?... more >>
is a database an application?
Posted by BMM at 6/20/2004 1:55:36 AM
Hi. I have a dumb question. Is a database an application? And, in the
context of a data-driven web-enabled application, is the database still an
application? I have a project lead who says it is. In fact, he says that our
web application is a set of "distributed applications" because
* the dat... more >>
|