all groups > dotnet general > october 2005 > threads for friday october 7
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
Q: Remote Debugging!
Posted by Visual Systems AB (Martin Arvidsson) at 10/7/2005 7:21:48 PM
First of all, sorry for the cross post, didn't know what NG to lay the
question.
Hi!
I'v been trying to use the remote debugger with Visual Studio 2003.
I came a cross some questions, and perhaps you wiz out there can help me?
1. When i start the debug session, the program executes as e... more >>
Running different versions of the dotnet sdk parallel?
Posted by polesen at nordija at 10/7/2005 12:20:11 PM
Hi,
Is it possible to install both the v1.1 and the v2.0 .net framework and
sdk on the same windowsbox? And if so, how do I then setup to use each
sdk individually?
/Per
... more >>
hotmail & outlook express
Posted by Peter Kirk at 10/7/2005 10:56:11 AM
Hi
normally I can fetch my hotmail inbox into my outlook express. But today it
has stopped working. Has Microsoft discontinued this function?
Peter
... more >>
Need to have ShortDateTime Format with Datetime Type in DataGrid
Posted by A Programmer at 10/7/2005 8:17:03 AM
I can't believe I have never run into this before but, I have an object that
has a property of type DateTime. A collection of these objects are used to
populate my DataGrid. In DateTime format they display the date AND the time,
I don't need nor want the time just the date. If I format at any ... more >>
Application referencing dll build with different version framwork
Posted by al_qwertyuiop NO[at]SPAM yahoo.co.uk at 10/7/2005 2:35:49 AM
Hi,
I was wondering what happens if an .net exe compiled with 1.1 uses one
dll compiled with 2.0 and one dll compiled with 1.1.
Supposing that the target machine has both 1.1 and 2.0. Does the 2.0
dll correctly use the .net 2.0 system's dll? and the 1.1 correclty use
1.1 dlls?
I'm know how... more >>
Download at a defined speed.
Posted by Cat at 10/7/2005 1:13:48 AM
When I download a file from internet, using whether WebRequest or
WebClient, it is downloaded at the maximum line speed. But I would like
to let the users decide the maximum download speed just like eMule(you
know eMule, don't you?) does. How can I do this?
Plus, is it possible to be notified ... more >>
ROUNDUP Formula
Posted by Phoon Chee Keong at 10/7/2005 12:00:00 AM
Is that a formula in vb.net like Ms Excel? Currently my Excel formula is
"=(((ROUNDUP(I30/3000,0)+1)*G30)/1000)+((ROUNDUP(G30/10000,0))*I30/1000)",
but in vb.net how to write.
Any idea?
Regards,
PCK
... more >>
problems...
Posted by POLILOP at 10/7/2005 12:00:00 AM
I had a program installed before my system crashed,
now i reinstalled my comp and when i start the program it says
************** Exception Text **************
System.ComponentModel.Win32Exception: The system cannot find the file
specified
at System.Diagnostics.Process.StartWithCreateProc... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
String.Compareto Strangeness
Posted by Gerry Wheeler at 10/7/2005 12:00:00 AM
I've written a very simple C# program (console type) that accepts two args,
compares them, and displays the result. Here is some of what I get...
'a' > '-'
'b' > '-'
'c' > '-'
'aaa' > 'a-a'
'abc' < 'a-c'
(I retyped this from memory, as I couldn't post it from the office.)
Can anyone e... more >>
UserControl
Posted by Yoshitha at 10/7/2005 12:00:00 AM
Hi
i've developed one usr control using windows control library which is having
some public properties, after making this as dll i've used this control in
my windows application, after placing this control into my form and checked
the properties of this usercontrol in properties window then i ... more >>
Newbie quetion: problems with Chr(34)
Posted by Joseph Oget at 10/7/2005 12:00:00 AM
Hi guys,
I am very new to .NET, its my 2nd day (hey!) and I have a little =
problem.
When I try to run the command below "System.Diagnostics.Process.Start( =
strCmd & StrCleanUpScript )"
I get an error that the file cannot be found, but when I try to use =
Chr(34) I get another error sa... more >>
|