all groups > dotnet general > october 2003 > threads for monday october 13
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
windows services in c#
Posted by sumaira at 10/13/2003 9:04:13 PM
hi,
could some direct me to the appropriate newsgroup for
asking questions on how to write and work windows
services?
thank
sumaira... more >>
include asp page in webform
Posted by Dune at 10/13/2003 8:32:53 PM
I'm trying to migrate a page as quickly as possible from
asp to asp .net and was wondering if there is any way to
include an asp page in an aspx page? Basically, I'd like
to be able to do something equivalent to "<!-- #include
file="SomeFile.asp" -->" in a webform.
cheers :)... more >>
Smackdown II: WebSphere versus .NET
Posted by billym at 10/13/2003 7:04:56 PM
Now this is an interesting challenge from IBM:
http://star-techcentral.com/tech/story.asp?file=/2003/10/7/corpit/6258973&sec=corpit
I wonder... is this really OS/2, the Sequel?
Comments, anyone?
... more >>
Output Type missing from Project Properties page
Posted by Nate at 10/13/2003 6:41:10 PM
Hello,
I'm just learning C# on visual C# .net (my apologies if
this is not the apropriate forum for this question), and
I'm having a problem when I create empty windows
applications. Whenever I create an empty project it
automatically creates it as a console application,
instead of a win... more >>
DataBind
Posted by André Almeida Maldonado at 10/13/2003 4:44:18 PM
How can I bind data with a DropDownList... I use a code that return no
errors but don't populate de DropDownList... See the code:
Dim conBanco = New
SQLConnection("server=(local)\NetSDK;database=Digiexpress;Integrated
Security=SSPI")
Dim cmdCommand As SqlCommand = conBanco.CreateCommand... more >>
Should objects that implement IDisposable always be Dispose'd?
Posted by legalize+jeeves NO[at]SPAM mail.xmission.com at 10/13/2003 3:53:19 PM
[Please do not mail me a copy of your followup]
I notice that lots of the GDI+ objects implement IDisposable:
SolidBrush, FontFamily, Font, etc.
If I don't explicitly call Dispose() on these guys after I'm done with
them, what is the downside? Is it just a longer/more frequent garbage
coll... more >>
C# Generics.
Posted by Eddie at 10/13/2003 3:45:16 PM
Hi,
I've recently read the articles on generics in the .net
framework (the next version) and just wanted to check a
few points..
As I understand, generic class instances while being
strongly typed checked at compile time, are only created
at runtime?? Is this correct??
Secondly, can... more >>
old style
Posted by Merize at 10/13/2003 3:27:17 PM
Is everything created in VS.Net dependent on the framework or can save back
a revision such as VC++ 6 ?
thanks for your help not sure if I want to move to the newer IDE
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Version incompatibility on VS.NET 2002 vs 2003?
Posted by shuchalle NO[at]SPAM hotmail.com at 10/13/2003 3:12:10 PM
I am trying to learn Dot net - I downloaded a few samples from
internet and when I try to open a project, my Visual Studio 2002
complains that it is Unable to read project file because it was
created with newer version of Visual Studio.
I would think, visual studio 2002 should be backward comp... more >>
How to draw rotated text?
Posted by faustino Dina at 10/13/2003 2:55:11 PM
Hi,
I was looking on the SDK but I can't find how to draw text in angles
different from 0 and 90. Is it possible? If not, does exist some 3rd party
library allowing this? Any hint is welcomed
Thanks in advance
Faustino
... more >>
PerformanceCounters
Posted by alien2_51 at 10/13/2003 2:53:46 PM
I'm having issues getting some custom performance counters to work.. Here's
what I'm trying to do...
I want to create one category with two CountPerTimeInterval32 counters,
which represent an interface.. For each implementation I want to add a new
instance for both counters so each implementat... more >>
Debugging
Posted by Aaron Ackerman at 10/13/2003 2:25:03 PM
How in the heck do I traverse this rediculously long object model to find
out if I actually updated a particular value in my dataset???
I tried the following but get an error:
?vdsJob.Tables["JobDutyByID"].Rows[0]["CaseJobDuty"]
Identifier expected.
I am getting an error when I try to upd... more >>
Exception Handling
Posted by Jeff at 10/13/2003 2:18:07 PM
Hello,
I have a Windows Forms application in which I've implemented custom
exception handling for most of the UI-related methods. If an exception
occurs, it is "caught" and passed on to a standard exception handler that
will format and display the error information and give the user a chance ... more >>
DO NOT OPEN THE POSTS CLAIMING TO BE PATCHES FROM MICROSOFT
Posted by Scott M. at 10/13/2003 2:08:35 PM
THEY ARE VIRUSES
... more >>
Getting IPAddress from gateway/router
Posted by roger_beniot NO[at]SPAM yahoo.com at 10/13/2003 2:03:57 PM
Is there anyway to get the external IP Address of a gateway/router
that a small LAN is connected to. I currently have a variety of
linkSys and Netgear gateways that I have a variety of windows LANs
connected to... I would like to be able to get the IPAddress of each
gateway.
Thanks in advance... more >>
How can i show images in a combobox?
Posted by Francisco Rios Luna at 10/13/2003 1:27:51 PM
How can i show images in a combobox?
... more >>
VB.NET Deployment of multiple EXEs referencing DLLs
Posted by jfreeman NO[at]SPAM lbmc.com at 10/13/2003 1:24:31 PM
I have 3 VB.net executables that reference the same 3 VB.Net DLLs.
How is the best way to distribute the EXEs without putting 3 copies of
of DLL on a user's machine. I looked into Private assemblies and the
Global Assembly but I am having a hard time figuring them out.
Ideally, I would like t... more >>
HTTPS and VS.Net IDE
Posted by Matt Frame at 10/13/2003 1:14:48 PM
I am working on a module to use SSL and client certificates but I need to
tell the IDE to allow me to debug with HTTPS, SSL, so I can debug the
application. How do I tell the IDE to use and allow HTTPS?
Thanks,
Matt
... more >>
Repost: How do we define the JIT debugger in registry???
Posted by José Joye at 10/13/2003 11:54:54 AM
I'm trying to define on my production machine the JIT debugger to catch a
bug that only appear there.... :-((
I googled and had a look to MSDN
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/ht
ml/cpconenablingjit-attachdebugging.asp).
I'm still more than confused!... more >>
Can someone point me to a bound Datagrid plus edit control tutorial???
Posted by Aaron Ackerman at 10/13/2003 11:08:47 AM
I am using typed datasets in an N-Tier Windows app using VB.NET.
I know this posting cannot be fully explained in a single post that is why I
am asking for someone to point me to a real world tutorial (in vb.net) that
can show me how to use a bound Datagrid to it's fullest potential. I need to
... more >>
Watch internet package
Posted by Paulina Morchio T. at 10/13/2003 10:41:32 AM
Microsoft User
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to ma... more >>
Concatenate Display Member in Bound Combo
Posted by Aaron Ackerman at 10/13/2003 10:14:30 AM
Is there any way to concatenate a display member in a bound combo (ex:
FirstName & LastName) or do I merely have to have a field called FullName in
my dataset from the get go and bring that over???
... more >>
Try on this security patch
Posted by yuzie at 10/13/2003 9:30:40 AM
Microsoft Customer
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express.
Install now to help protect your computer.
This update includes the ... more >>
Apply these update from MS Corporation
Posted by Pierre BENAROUCHE at 10/13/2003 8:51:38 AM
Microsoft Consumer
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which resolves
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to ... more >>
International Number Formats
Posted by Roger at 10/13/2003 8:36:38 AM
I am currently working on an application that is being
used mostly in the US but recently has been purchased by
several users outside the US, mostly in South America. The
application uses an Access 2000 database for storing the
data.
The problem I am seeing is that when numbers and curren... more >>
Use that corrective patch from Microsoft
Posted by John C. Shinn, III at 10/13/2003 7:06:48 AM
Microsoft Customer
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to mai... more >>
Referencing Controls by Name in WinForms VB.NET
Posted by Steve Floyd at 10/13/2003 6:46:14 AM
This is a WinForms question. In the VB6 world, you could
easily reference a control by name, e.g., if I want to
make the check box named chkFlag visible, I would do
this: frmMain.chkFlag.Visible = True.
In VB.NET, what is the proper way to reference controls
by name? frmMain.chkFlag does ... more >>
About accessing outlook
Posted by Kranthi at 10/13/2003 4:23:21 AM
Hi!
I want to send e-mails to different people in the
company if some particular condition is true, through
outlook. So, I access outlook from the code behind and
send the mails. I'm just wondering if there is a limit on
the number of e-mail addresses that I can send e-mails
to "at... more >>
C++ DLL with C# application
Posted by Oleg at 10/13/2003 4:12:27 AM
Hi All,
I've got some "solution" wrapped in DLL that was
implemented in C++, i.e. I've got some ready tested
classes.
Now I'm working on some project that is implemented in C#
and I'd like to use this DLL.
!!!!!!!!!!!!!!!!!!!!!!
!!!! The question: !!!
!!!!!!!!!!!!!!!!!!!!!!
Is it p... more >>
.NET Framework 1.1
Posted by Clyde at 10/13/2003 2:24:54 AM
I use this computer for fun basically, surfing, reading,
etc. I installed it but it made me log in instead of
starting on it's own so I removed it. Even though Windows
Update offered it as a download option, considering the
way I use my computer do I really need it? I prefer the
computer s... more >>
Newsgroups
Posted by trinitypete at 10/13/2003 2:24:21 AM
Hi all,
Over the last week or so I keep getting 'Newsgroup
unavailable' on several of the managed newsgroups. Anyone
know whats going on - routine maintenance?
Pete.... more >>
update studio 2002 wid sdk 1.1
Posted by Sharad at 10/13/2003 1:30:56 AM
hi
how can i update my Visual studio 2002 wid the dotnet sdk
1.1 so i can use this one instead of .net 1
pls help
10x in advance... more >>
|