all groups > dotnet general > january 2004 > threads for wednesday january 21
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
Is .Net needed for C++ desktop development?
Posted by Bartlet at 1/21/2004 11:17:03 PM
Hi All,
I'm a 10+ year c++ developer (99% desktop apps) looking to the future
(as the few of us still working have learned to do).
Everyone seems to expect you to have experience with .Net, so I'm
looking at it for the nth time, trying to figure out how I'm going to
use it.
In a stron... more >>
Indy for Visual Studio Developers
Posted by Chad Z. Hower aka Kudzu at 1/21/2004 10:35:14 PM
http://www.atozed.com/indy/Texts/VSIntro.iwp
Intro article with code.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
ELKNews - Get your free copy at http://www.atozedsoftware.com
... more >>
VS.NET 2003 installation niggles
Posted by Dave S at 1/21/2004 10:05:48 PM
I installed VS.NET 2003 and the framework on Windows XP Pro and it seems to
have caused problems with VB6 projects which use ODBC data controls to
connect to MS Access XP. I've also been told that this has happened to
someone else at work who had alot of problems with VB6 projects after
installa... more >>
New Chapter C# Tutorial
Posted by Jeff Louie at 1/21/2004 9:52:56 PM
If you are interested I have added a new chapter on dynamic loading and
reflection to my twisted tutorial on OOP in C#.
http://www.geocities.com/jeff_louie/OOP/oop13.htm
In this chapter I am going to demonstrate the use of encapsulation and
polymorphism to allow the dynamic loading of a "plu... more >>
About box
Posted by A.A. Fussy at 1/21/2004 8:50:36 PM
How do I call the standard Win32 API about box (like in Windows explorer-
when you select help-about) from a VB.NET windows form?
... more >>
Stream into String
Posted by Chad Z. Hower aka Kudzu at 1/21/2004 8:27:55 PM
I have a stream, I need to get it into a string. Is this the best way to do
it? Seems like a lot of junk just to get it into the string.
Forget the fact that its VB - its for inside a VB project
Dim LASCII As New ASCIIEncoding
Dim LResult As String
Dim LStream As New MemoryStre... more >>
Unit testing.
Posted by Liza K. at 1/21/2004 6:08:11 PM
can we do unit testing like checking the functionality of button in Mic-ACT?
Please provide me the solution. I need urgent help.
Liza
... more >>
Config Files
Posted by Steve at 1/21/2004 4:46:16 PM
Hi all
I am using App.Config files to store custom settings in the appSettings
section for my executable. This works fine, but I have another Assembly
which is a dll and I can't seem to get the dll to read from the config file.
Is it possible to do this?
I have placed the config file 'MyAss... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
No touch deployment example
Posted by Bob at 1/21/2004 4:33:42 PM
Is there a working example of no touch deployment I can
point to that installs a sample client to my machine?
Does TaskVision have a public link that allows this?
Thanks,
Bob... more >>
some features needed
Posted by John Viele at 1/21/2004 3:13:41 PM
Every time I create ASP.NET pages that do any significant data access, I
find myself having to deal with the same problems: managing data object
creation, the SQL connection object especially.
Problem 1: If I have a pile of data adapters on a page, I typically only
need a single SQL connectio... more >>
pass an ASP HTTP Request/Session Object to C#?
Posted by Daniel Schwab at 1/21/2004 3:13:39 PM
Hi
I have a C# component which needs to be accessed from ASP-Pages (not .net,
old-style-asp).
I cannot convert the asp pages to aspx pages at this time! They need to
remain in ASP for a while.
I wrote the component according to the guide from
http://www.codeproject.com/dotnet/nettocom.asp
... more >>
how to use help
Posted by Laurence Nuttall at 1/21/2004 2:57:07 PM
How does one use the help in .Net
I select help, search, and I filter by visual basic,
but when I search for something I get hundreds of hits,
none of which explain what I am looking for.
Thanks in Advance,
Laurence Nuttall
Programmer Analyst III
UCLA - Division of Continuing Education... more >>
.Net Freezes
Posted by Laurence Nuttall at 1/21/2004 2:14:57 PM
I have noticed that .Net Frezzes occaisonly.
when I am in the IDE.
I have to ctl-alt-del to terminate it.
Has anyone else had this problem,
Does microsoft know about it?
Thanks,
Laurence Nuttall
Programmer Analyst III
UCLA - Division of Continuing Education
... more >>
ValueChanged event NOT being fired when setting NumericUpDown.Value property
Posted by discussion NO[at]SPAM discussion.microsoft.com at 1/21/2004 1:59:27 PM
Hi,
I am setting the NumericUpDown .Value property and the ValueChanged event
is NOT being fired. Does this ONLY get fired when I change it on the UI and
not programatically?
Thanks
... more >>
ComboBox
Posted by discussion NO[at]SPAM discussion.microsoft.com at 1/21/2004 1:53:34 PM
Hi,
Why does all the other controls have FlatStyle of Flat and the ComboBox
does not? If I configure a form to have all Flat, the ComboBox stands out
like a pink cow in a dairy. Why the inconsistency? Somebody forget something
or was it BY DESIGN to have inconsistencies?
... more >>
Difference between Professional and Enterprise?
Posted by Tom at 1/21/2004 1:50:23 PM
Is the main difference between the Visual Studio .NET Professional and
Enterprise editions the inclusion (in Enterprise) of : 1. SourceSafe, 2.
Visio (Architect), and (3) Win2003 Server integration?
Also, if Professional doesn't include SourceSafe, but you ALREADY have
SourceSafe, can you stil... more >>
Crystal Reports
Posted by Dale at 1/21/2004 1:21:06 PM
Does any know how I can limit my data set in Crystal reports to any records that equal a specific value?
Thanks in advance!... more >>
Requesting Suggestions For C# VS .NET Books And Question About Required Run-times
Posted by noid droid at 1/21/2004 1:00:37 PM
Hi. I posted yesterday asking if C# lived up to the hype. Thus far the
feedback has been all positive. (Thanks.)
Can anyone suggest GOOD books for learning C# and the Visual Studio .NET
IDE? If there is a book that covers both, that would be great. Also, is
it necessary for me to learn... more >>
From vb6.0 to .Net
Posted by Jacob at 1/21/2004 12:16:11 PM
Can i program my same usual way with .NET as i did with vb6 until i get the hang of the differences adn learn OO? I just bought .Net i hear there are a lot of differences but i wonder if i can still do basically what i used to.... more >>
How to change the title of a Web Form through code?
Posted by Frank Lehmann at 1/21/2004 11:40:44 AM
Hi newsgroup,
could someone please tell how to change the title of a
Web Form window through VB.NET code?
In VB 6 I would write Me.Caption="title",
and what is it in VB.NET??
Thanks for your help
Regards,
Frank
... more >>
DESCryptoProvider
Posted by discussion NO[at]SPAM discussion.microsoft.com at 1/21/2004 11:35:48 AM
Hi,
How can I use the DES Crypto Provider to take in a string and encrypt that
with a key then return an encrypted string and vica versa? All the examples
I have seen are based on files and streams.
Thanks.
... more >>
Codebase/htmlHelp files problem
Posted by Olaf.Baeyens NO[at]SPAM skyscan.be at 1/21/2004 11:30:47 AM
I seem to have a small problem using html help files in .NET.
I created a program.chm file, and this one is located at the same location
of the .NET program.exe.
So I want to use following code top point to my help file:
Assembly myAssembly = Assembly.GetExecutingAssembly();
string ... more >>
Program Name and Line Number
Posted by Alex Campos at 1/21/2004 10:57:53 AM
Using vb.net - how can I find the current program name and line number as I
am running through the code without there being an error.
... more >>
ListView.Items.Clear() Throws Exception
Posted by Tom at 1/21/2004 10:34:25 AM
For some strange reason my WinForms app occasionally
throws a System.NullReferenceException upon invoking the
Clear() method. The app will work fine for a long period
of time and then all of a sudden this exeption is thrown
and after that you just cant ever clear the ListView
control again... more >>
HELP!! I'm having "DLL Hell" in .NET
Posted by chakachimp NO[at]SPAM yahoo.com at 1/21/2004 10:27:00 AM
Hello,
We have a small team building a project that involves some 30 or so c#
assembly dlls. It is a client server application with 1 exe as the
starting point. The dlls and exe are sharing an assemblyinfo file that
has a strong name and version assiciated with it. We are having
problems in ... more >>
Class inheritance
Posted by Scott Adams at 1/21/2004 10:11:42 AM
This is an easy question for many of you; I just can't seem to be catching
everything.
I am trying to create a custom DataGrid class that, of course, inherits from
System.Windows.Forms.DataGrid. The only thing I am trying to do is add a
method to the class called ScrollToRow() that automatically... more >>
Upgrade Advice
Posted by Dave Harney at 1/21/2004 9:27:42 AM
Hi Newsgroup,
I'm currently using VS Ver 7.0.9466 with an OS of Server 2000 (domain
controller) Ver 5.0.2195 (Build 2195) SP4.
I have MSDN Universal and would like to upgrade my development environment
ot Server 2003 and VS 2003
Do I need to start from scratch, or will can I use Server 2... more >>
Managing form navigation in VB .Net
Posted by Robin at 1/21/2004 8:21:06 AM
H
I am having some problems with form creation & navigation in .NET. I have a sub main that calls my first form (login) using the application.run() method. If the validations are correct I wish to call another form (mdI type) and close form1. I realize that if I declare a variable for form2 in ... more >>
VS.NET Designer Memory Leak
Posted by Dave at 1/21/2004 8:15:17 AM
I am having a problem opening/editing two particular ASP.NET files in
Visual Studio .NET
Whenever I open one of these pages inside VS in the designer mode,
devenv.exe starts using 100% of the CPU and starts eating up memory. My
system has 1.2GB of RAM and it'll use this up in about 30 second... more >>
Novell about to creamate every last Windos desktop
Posted by John Bailo at 1/21/2004 8:06:41 AM
This week, the week of Linux Expo
It's all about the desktop and it's all about Novell.
Can there be any doubt that Parmisano is gonna sandpaper Bill Gate ass
with Suse?
With IBM hiring more than 15,000 to add to it's massive legions, anybody
can do the math. Novell desktops will vira... more >>
Register Windows Message
Posted by Ben Reese at 1/21/2004 7:51:10 AM
Subclassing in a VB.Net form is heartwarmingly easy, but Where in the framework is the equivilent of RegisterWindowsMessage.
I have had to include the API call In my form which I think is Messy.
Thanks.... more >>
socket hangs
Posted by alexk NO[at]SPAM mailinator.com at 1/21/2004 7:42:35 AM
Hi,
I am programming asynchronous communication between client and server,
with .net asynchronous sockets example from MSDN
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconusingnon-blockingserversocket.asp)
The problem is that the application hangs on the ... more >>
DNS.Resolve Against a Specific DNS Server
Posted by Craig Roffers at 1/21/2004 6:46:07 AM
Is it possible to specify the Address of the DNS server you wish to resovle against?
I was hoping that I could pass in the address of the DNS Server to be used.
Craig R.... more >>
VS.NET Missing Properties
Posted by Rick Austin at 1/21/2004 5:16:07 AM
I recently had to perform a reinstalltion of Windows XP (my registry seems to have become corrupt). After this completed I had to reinstall all applications since most use the registry for settings, etc. After installing VS.NET 2003 everything seemed to work okay with one exception, none of the proj... more >>
When to call dispose()?
Posted by Nigel T at 1/21/2004 4:31:13 AM
Hi,
I have a form containing controls, a timer, and the EventLog component.
I also create some new instances of classes that do not implement idisposable
I don't want to leave the tidying up to the GC so...
Do I need to explicitly call EventLog.dispose() as in the following snippet?
protected... more >>
|