all groups > dotnet general > november 2003 > threads for thursday november 27
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
Classic ASP developer wants to lean object oriented ASP.NET - any good books?
Posted by Sum Juan at 11/27/2003 10:49:04 PM
Any good books for teaching a mid-level classic ASP developer how to
transition to .NET?
... more >>
Smart Navigation on ASP.NET 2.0 for Mozilla or Netscape
Posted by nospam at 11/27/2003 6:35:18 PM
Is there going to be any smart navigation in ASP.NET 2.0 for Mozilla or
Netscape?
Thanks.
... more >>
Indexers
Posted by Alvin Bruney at 11/27/2003 6:01:31 PM
In later versions of the framework is it possible to have indexers on
properties for member fields?
Say for example I have
private ArrayList blah;
and a propget
public object Blah[int index]
{
get { return blah[index]; }
}
... more >>
Exception vs Return Code
Posted by adi NO[at]SPAM message4u.com at 11/27/2003 4:50:42 PM
Dear all,
This is more like a theoretical or conceptual question:
which is better, using exception or return code for
a .NET component?
I had created a COM object (using VB6), which uses return
code (not generating error/exception) so it is more
compatible with other programming langua... more >>
re
Posted by Henrik at 11/27/2003 4:23:57 PM
don't think i got the runtime thing.. what is the easiest
way to get it?... more >>
Can't run on other comp.
Posted by Henrik at 11/27/2003 1:52:27 PM
I made a program and it works perfectlly on my computer.
Then when I transfer it to my other computer it wont even
start. Faild to initialize property something.
Someone now what the problem is?... more >>
How to open an application from a windows service
Posted by Ricardo Correia at 11/27/2003 12:16:18 PM
Hello,
Does anyone know how to open an application from a
windows service??
For example, I have a windows service running and using a
timer or something else I want to open Windows Calculator!
I used:
Shell("calc", AppWinStyle.NormalFocus)
and
Process.Start("calc")
but nothing seems t... more >>
Backup .NET Studio custom configuration
Posted by Ondrej Sevecek at 11/27/2003 11:58:06 AM
Hello,
is there a simple method to take configuration of Visual Studio .NET with
me traveling or back it up to some disk folder? I want to reinstall my OS so
I would like to preserve my Studio's configuration settings through my local
profile reset. The same way I would like to set up the same... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Design mode at runtime
Posted by Marc L'Ecuyer at 11/27/2003 11:56:40 AM
I have a form in my application. This form contains some controls + a panel
with controls in it. I have to be able to move, resize, ... the controls in
the panel (only those in the panel). Is it possible to use the design
functions of the framework to do that? All the sample that I've seen use a
... more >>
Looking for help/resources on Writing a nice detailed design / tech design for vb.net code
Posted by spamproof2005 NO[at]SPAM yahoo.com at 11/27/2003 9:49:35 AM
I'm looking for an example of a detailed design that I can follow or
get ideas from before programming in vb.net.
Currently, I'm using this outline approach that describes my Project,
Classes, Methods, properties etc and it goes something like this...
I. Project: ProjectName
A. Class: Cl... more >>
Mutli-Developer Environment
Posted by Brad Aurisch at 11/27/2003 9:27:00 AM
All help greatly appreciated: We have a team of ~20
people. We're based in ASP development, growing into .NET
work.
Our ASP development model is to have a central server
that everyone attached to via FrontPage extensions.
FrontPage managed the vss integration for us, everyone
had their... more >>
Crystal Reports version
Posted by Brian Toothill at 11/27/2003 9:13:28 AM
How do I know the version of Crystal Reports that I'm using in .NET? I
already have Seagate Crystal Reports v7 installed on my computer.
--
Thanks,
Brian Toothill
... more >>
Using a .Net Windows control from COM (VB6)
Posted by Jaime Soto at 11/27/2003 9:04:24 AM
Hi,
I have created a .Net Windows control and I want to be
able to use it from VB6. I have spent a lot of time
trying to me it work but no success. I've been using
attributes (ComRegisterFunction, ComUnregisterFunction),
Regasm, strong key but no results.
Can anybody tell me or prove... more >>
tutorials
Posted by magesh at 11/27/2003 8:33:30 AM
hai,
it would be helpful for me if u send any of the download
tutorials of .NET
my id is sreemagesh@rediffmail.com
sreemagesh@yahoo.com... more >>
Accessing a VBA module from VB.Net/CSharp
Posted by mike_kenyon NO[at]SPAM tiscali.co.uk at 11/27/2003 7:52:07 AM
Hi,
This does sound like a bit of a weird thing to ask so I
will state my question and then further down explain why
I am trying to do it. So if you have the answer then
reply! Or if you understand what I am trying to do and
can suggest a better solution then reply also!
Question
---... more >>
Disable shift+space
Posted by Zach at 11/27/2003 6:38:50 AM
Hello.
When editing XML in the Data view mode in Visual
Studio .NET, if I press the spacebar while holding shift,
it will select the entire row of data I'm working with,
rather than just insert a space. Is there any way to
disable this?... more >>
GetPrivateProfileString
Posted by Susan Landgraf at 11/27/2003 4:21:42 AM
Hi,
I using these API functions to write to an ini file, but
although I specify my own filename, it continues to write
to c:\windows\win.ini. Does anybody know why?
Thank you,
Susan... more >>
Set-up error
Posted by Geoff Murley at 11/27/2003 3:53:24 AM
I am getting the following set-up error:
Visual Studio .NET Enterprise Developer 2003 - English:
[2] ERROR: Error 1926.Could not set file security for
file 'C:\Config.Msi\'. Error: 5. Verify that you have
sufficient priviliges to modify the security permissions
for this file.
Is ther... more >>
Basic Requirements for PC Application
Posted by Andy at 11/27/2003 2:57:00 AM
Hi
I need to develop a standalone PC application which I
would like todo using .NET C# and the MSDE however my
question is what would the basic system requirements for
this be and am I excluding a huge potential audience by
using my preferred technology?
For example would VB6, MS Acces... more >>
Breakpoints in ASP.NET
Posted by Calvin at 11/27/2003 2:25:42 AM
Hi,
I've just imported an old asp application into .NET.
Haven't changed anything yet but thought I'd try stepping
into some code. I set a breakpoint and the system just
keeps going. Doesn't break!?
There is a little question mark in the breakpoint
saying "The breakpoint will not curre... more >>
what are the limitations of dot net?
Posted by mynews44 NO[at]SPAM yahoo.com at 11/27/2003 1:45:44 AM
Hiya.
My CEO wants me to think about the direction the company's product
should take. He has a bunch of guys offshore that develop with .NET,
and he is keen to use them to build our product completely in a WAPI
environment, completely web based.
Presently we are using citrix to serve our... more >>
|