all groups > dotnet general > april 2006 > threads for wednesday april 26
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
bytes sent and received from network adapter
Posted by Ricardo at 4/26/2006 6:24:39 PM
Can anyone help me to get the information given if you open the status
box of your internet connection? It gives connection speed, duration, bytes
sent, and bytes received.Is there some way to read this information from
performancelog?thankyou
... more >>
"& character" and MenuStrip
Posted by Kris at 4/26/2006 4:35:02 PM
Hi..
Why is it impossible to add a "&" character to item in VS2005 menustrip?
In properties, it preserves itself as "&", but in menu, shows up as some
small line instead of &.
Can you help?... more >>
Large fonts !!!
Posted by John at 4/26/2006 3:05:40 PM
Hi,
I just want to put my comment about large fonts settings (on Desktop,
properties, settings, advanced, 120 dpi) in Windows and impact it has to
programming.
I really don't understand who in Microsoft got this idea to implement large
fonts in this way.
I don't consider myself as compute... more >>
ASP.NET 2.0 Error 500
Posted by Metal2You at 4/26/2006 1:58:05 PM
I have a couple of web servers running Windows Server 2003 Web Edition.
I'm using the Load Balancing Manager to load balance these two
machines in a server farm. Static content and .asp pages work without
any problems.
I enabled the ASP.NET 2.0 Web Service extension and I can browse to my
.... more >>
is it safe to call GetMessage instead of calling DoEvents
Posted by Benny at 4/26/2006 12:09:03 PM
I am creating a thread via "new Thread(new ThreadStart(p.ThreadProc))", is it
safe for ThreadProc to use GetMessage/TranslateMessage/DispatchMessage
instead of DoEvents?
What I would like to do is to have messages posted to ThreadProc and have
ThreadProc process those messages (similar to u... more >>
how to know when an app is running in the VS IDE
Posted by Mark at 4/26/2006 12:03:34 PM
Is there a straight-forward way to know when an app is running in the VS IDE
(versus the EXE) ??
Thanks
... more >>
need pros advice here
Posted by Chris at 4/26/2006 10:55:03 AM
Hi,
I am developing an app with the common layers APP,BLL and DAL. I am puzzled
as to where I should put the DAL? I need the app to be distributed as
possible as well as the DAL will be acceddes by multiple apps. I was thinking
of puting the BLL on the webserver and the DAL on a separate serv... more >>
Connection String question - accessing one string throughout solut
Posted by gary g. at 4/26/2006 9:48:03 AM
I was wondering if it was possible to store a connection string only once in
a single config file, and let it be accessible to every project in the
solution (web included). This way if the connection string needs to be
altered, it only needs to be changed in one place without having to worry ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Copying one dataset to another
Posted by bh at 4/26/2006 9:19:02 AM
Ladies and Gentlemen,
I need to transfer some data from Access accross to a table in SQL. I would
use DTS except Im am using the Express version of SQL.
I have set up 2 datasets in visual studio and would like to copy the data
from one dataset to another.
I have tried importrow but t... more >>
Executing another EXE from .NET
Posted by Kakkanattu at 4/26/2006 3:48:17 AM
Hi,
I have one C# .NET application(MainApp).
Also I have another windows application(only EXE available), which is
developed in some other language(not .NET)(let it be SecondApp). In the
SecondApp, it has(two textboxes) one username and password and one ok
button.
My requirement is that, fr... more >>
URGENT HELP! SQL+VB.NET for New Application
Posted by Niyazi at 4/26/2006 12:55:02 AM
Hi,
I am developing small insurance application using VB.NET and SQL server 2000.
My tables in SQL server are:
tbl_Customer (stores the custmer information)
tbl_CustImage (stores the customer picture and signature)
tbl_InsuranceCompanies (stores the Insura... more >>
C++ vs. C# (new to windows programming)...
Posted by Volker Hetzer at 4/26/2006 12:00:00 AM
Hi!
After messing around for some time with Tcl/Tk and VBScript,
we've finally reached the point where we need to put some speed
into our applications.
So, our typical application looks like this.
We've got this huge CAD tool, called Mentor Expedition, which
understands VBScript and JScript ... more >>
.Net 2, C#, WinForms books
Posted by Diego Barros at 4/26/2006 12:00:00 AM
Hi all,
I was wondering what people regard as the best book(s) which cover the .NET
2.0 framework, for mainly WinForms development (although ASP.NET would be
cool too) and using C#, would be?
I am not a beginner, I have plenty of experience with .NET 1.1, but just
would like a book which... more >>
|