How to convert this timespan
Fri, 26 Sep 2008 19:01:00 -0700
Hello,
I want to convert the timespan (1.12:25:23) to 1day 12hour 25min 23sec, how
to do it? thank you. ...
|
Network Discovery
Fri, 26 Sep 2008 14:03:01 -0700
Basically I got a LAN with several computer.
From Computer A I'll got my appliation which should do the following:
Check if any other computer lost connection to the network. (Computer B may
has been shutdown, While computer C cable has been unplug, etc.).
I used to check if a file exist on each computer by r ...
|
Can't get Application.Restart to work
Fri, 26 Sep 2008 19:30:14 +0100
Hi,
I'm trying to programmatically restart my application after downloading
updates, but I can't get the Application.Restart command to work correctly.
It shuts down my program fine, but then doesn't start up again afterwards.
I read about Click Once in the MSDN but couldn't fathom if CO was supposed
to ...
|
Re: Tracert In VB.NET 2008
Fri, 26 Sep 2008 10:12:54 -0700
In order to hide the window use:
p.StartInfo.CreateNoWindow = True
*** Sent via Developersdex http://www.developersdex.com *** ...
|
outlook style event calendar in VB.NET
Fri, 26 Sep 2008 06:05:54 -0700 (PDT)
How can I do an outlook style event calendar in VB.NET ?
Is there a FREE component that i can use ?
THank You
Luca ...
|
Issues with API function ReadFile
Fri, 26 Sep 2008 08:53:04 -0400
Hello everyone,
I have been stuck with this problem for quite some time now. I am working in VB.NET, using framework 1.0. I have to keep the compatibility down to the original .NET framework as much as possible. I am forced to use API calls for several functions, one of which is ReadFile. The reason is becau ...
|
RE: write response to textbox from a class.
Fri, 26 Sep 2008 04:32:05 -0700
I'm sorry, but I've read your code a couple of times and just don't see where
the Form1 is initialized. Form1 also sounds like a class name, and this
would be how you could do some form operations in vb6, but not in .Net. This
would explain why the messagebox works, as it is not instantiated, but called
st ...
|
|
|
issue with: "common language runtime detected an invalid program"
Thu, 25 Sep 2008 20:02:01 -0700 (PDT)
I'm getting the message:
common language runtime detected an invalid program
all too frequently in VB 2008 Express. I use edit-and-continue a lot
and it usually happens after making a minor change, even if I undo the
change. It didn't used to happen, it is getting more and more frequent
and it is really f ...
|
Where the heck did my FIND and REPLACE window go? I NEED THEM BACK!
Thu, 25 Sep 2008 12:10:01 -0700
Well this is a new one on me...
Suddenly I can't get my "Find" and/or "Replace" window to appear on
screen while I'm working on my VB.net code. These windows don't
appear if I hit Ctrl-F, Ctrl-H... or if I try to summon them from the
VB.net Edit menu.
I have no idea what the problem is. One (possibly bad) ...
|
VB 2008 Express Tutorial/Book
Thu, 25 Sep 2008 18:29:58 +0100
I did a fair bit of VB programming many years ago (>10) and have just
downloaded the free VB Express 2008. What I need is a good tutorial
(preferably in pdf format) or a good book that covers VB Express 2008 in
some depth but not aimed at the absolute beginner. Most of the tutorials
and books I have been abl ...
|