all groups > dotnet general > september 2006 > threads for monday september 4
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
Migrate app under Vista advise ???
Posted by serge calderara at 9/4/2006 10:55:01 PM
Dear all,
We have one product runing under windows 2000 . This product is based on
different VB5 executable accessing local access database.
In addition we there are able to send data over network using socket with TCP.
MOving to vista is one of our preoccupation.
In order to limit the dev... more >>
Exception weirdness in VS 2005
Posted by CharlesA at 9/4/2006 5:16:01 AM
Hi folks,
I'm working on code from Herb Schildt's book in which he says that an
exception can be thrown by one method and caught by another
class ExcTest
{
public static void genException()
{
int[] nums = new int[4];
Console.WriteLine("Before e... more >>
Socket Error on instantiation
Posted by OJ at 9/4/2006 4:27:37 AM
Hi,
I am using windows xp sp 2 and VS2005 Express editions. Whenever I
create a new socket in either VB or C# using the following code...
VB
Private client As New Socket(AddressFamily.InterNetwork,
SocketType.Stream, ProtocolType.Tcp)
C#
private Socket client = new Socket(AddressFamily.In... more >>
Error in Windows service
Posted by Karthikeyan.T.S at 9/4/2006 12:50:01 AM
Hi,
I am getting a error when I try to start a Windows Service. The error is
"The XYZ service on local computer started and then stopped.Some services
stop automatically if they have no work to do,for example, the performance
logs and alerts service."
I don't know why it is throwing such a... more >>
form appearance problem
Posted by Yoshitha at 9/4/2006 12:00:00 AM
I've an windows application developed using vb.net( vs2003) and i'm testing
this application on windows xp professional.
my application is having only one form the size of the form is
height : 1030
width : 753
and this form is having lot of controls on it (panel, textbox, lables,
dropdo... more >>
are assignments always atomic?
Posted by Roberto Orsini at 9/4/2006 12:00:00 AM
Hi,
my question is: are variable assignments always atomic? I reckon they
are for most primitive data types and class references. What about
decimals? And structs?
Thanks.... more >>
|