all groups > dotnet general > november 2006 > threads for saturday november 25
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
Good book for an absolute beginner on VB.net or 2005 with databases
Posted by weight gain 2000 at 11/25/2006 4:09:21 PM
Hello all!
I'm looking for a very good book for an absolute beginner on
VB.net or VB 2005 with emphasis on databases. What would you
reccommend?
Thanks!
... more >>
MarqueeControl: MSDN Walkthrough question
Posted by John D'oh at 11/25/2006 3:57:05 PM
Hello,
I have been going through the MSDN Walkthrough: Creating a Windows
Forms Control That Takes Advantage of Visual Studio Design-Time
Features.
Everything was going fine and I was able to create and compile the
MarqueeControlLibrary project. And I think I even understood most of
it.
... more >>
Unique copy of DLL
Posted by tony obrien at 11/25/2006 3:05:29 PM
Hi,
I have written a Class Library in VB.net which provides Props/Meths to a
caller to hide the uglinesses of a TCP message protocol between a Client
and a Server.
All this works just fine.
Now I am trying to develop a LOAD TESTER app which spawns lotso' threads
each with this capabil... more >>
How to catch CTRL +C key press
Posted by calderara at 11/25/2006 12:04:01 PM
Dear all,
What is the best way to catch the user prressig the CTRL- C key combination..
I have try the keypress ans key down event but I am able only to catch one
key at a time ..
Amy idea ?
regard
serge... more >>
How to I get the StartType for a given window service
Posted by Greg Larsen at 11/25/2006 8:25:02 AM
I can get the status of a Window Services using the ServiceController class.
But how does one determine that starttype for a given service? I would like
to look at each service and determine which services are started
"Automatically". How can I do that in C#?
... more >>
Outlook Express
Posted by Dudley at 11/25/2006 5:25:01 AM
Outlook Express requests password when 'Sending' mail on each attempt to
send. Mail account recreated, but still password request continues. Receive
is working fine.... more >>
What's wrong with this simple code? I copied if from my text book
Posted by david at 11/25/2006 1:39:33 AM
When I build this code in Visual Studio 2005 I get and error saying: " 'Sub Main' was not found in 'ConsoleApplication2.Module1' "
" . Sub Main is there. In the online help is said is either missing or not in the correct location. I moved it to the top and it made no difference.
Imports Sys... more >>
|