all groups > dotnet general > november 2003 > threads for tuesday november 4
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
Advice Wanted
Posted by scott_davis_ NO[at]SPAM hotmail.com at 11/4/2003 10:39:43 PM
I'm in a situation in which my company is offering to train me to help
maintain/enhance a windows application that's a database frontend.
The app was written in VB.net.
I'm new to programing, so I'm taking C++ just as a starting point, and
I'm planning on taking a .Net framework fundamentals ... more >>
Problem with Connection.
Posted by Mahesh D. Rane at 11/4/2003 10:36:22 PM
Hi,
I am connecting to sql databse from windows C# form.
when i close the form, then also the connection to databse
is active. Its not allowing me to delete the database.
But if i close the complete application, then databse is
delete successfully.
ANy solution ?
Regards,
Mahesh... more >>
.NET Crystal's Select Expert for different columns/fields
Posted by Max at 11/4/2003 9:30:28 PM
Hi,
Is it possible to have different Select Expert formula for
different column or Fields at once? I can't figure out
how to calculate totals for different fields such as count
and total of sales for different years WHILE excluding
details (rows) having values of 0 for sales.
For ex... more >>
Visual Studio.net standard 2003
Posted by Eric Lee at 11/4/2003 8:33:55 PM
Hello all,
Does anybody know the features in vs.net standard 2003?
My main concern is that vs.net 2002 does not connect to sql
server.
Is it still the same for vs.net 2003?
Microsoft's website doesn't seem to be very clear when it
come to vs.net's dat access.... more >>
Installing Question
Posted by John at 11/4/2003 7:09:21 PM
I have a package built in C#.Net. I have the deployment package all set.
However, I have a file that needs to be installed in the project but I don't
want it be overwritten by an older version of the file if a user updates it
before another user runs the install.
i.e.. Customer 1 installs to ... more >>
Office ...
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/4/2003 6:56:09 PM
Is Office now using C# and the CLR?
If so, have they ported it to run on OS X? Wouldnt make sense to run the
wrapped code if all they have to do is port the runtime. That would do away
with alot of the wrapped code on Office which makes it so bloated.
... more >>
Chartspace
Posted by Leslie at 11/4/2003 5:33:57 PM
Is this the place to ask for more reference information on
the chartspace object?
I'm trying to modify some examples in MSDN to create an
xlscatterplot chart and need to know how to find the
constants that apply to chartspace, for example, the
constants that apply to chartspace.type. Is ... more >>
STL and .NET
Posted by Gideon at 11/4/2003 5:27:27 PM
hi all.
i've got old c++ code that uses STL containers extensively.
i would eventually like to compile that code as a .NET assembly and later
use it from c#.
how much of a problem would that be, mixing managed and non-managed objects,
etc?
anyone has had experience with that?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dynamic Context Menus
Posted by Eddie de Bear at 11/4/2003 5:21:36 PM
Hi,
A project I am working on has a requirement for dynamic
menus. For the most part this works really well.
The menus I'm creating a based on files and directories,
so naturally the menu creation takes some time.
The approach I took was to override the OnSelect method
of the MenuIte... more >>
Parsing HTML
Posted by Philippe Chiu at 11/4/2003 4:07:45 PM
Hello,
I'm wondering if there is a proper way to parse
HTML (ie. is there a class in the Framework
that does it) ??
Thanks in advance
PS: I'm using C# and Visual .NET 2003
... more >>
link two forms
Posted by murt at 11/4/2003 3:27:37 PM
How do i start one form from another in VB .net?
greetings
murt
... more >>
What is your FAVorite Datatype?
Posted by Int32Mastuuh at 11/4/2003 1:56:16 PM
I am really down with Int32 what are you scriptkiddies
luvin?!!
Int32Mastuuh... more >>
Use Web Services in ASP.NET to get data from my PC?
Posted by Tianji at 11/4/2003 1:12:26 PM
Hi, everyone!
In ASP.Net web application, can I use Microsoft Web
Services to get data from my PC? If yes, how?
Any suggestion or advice would be deeply appreciated.
Thanks!
Tianji... more >>
Cannot schedule a deployed Application
Posted by Steven at 11/4/2003 12:13:01 PM
This seems like a puzzle. We are able to successfully
develop and deploy an app using vb.net. The app runs
great when you double click on the icon.
However, if you try to schedule the app to run at a
certain time, it never even starts. There are entries in
the event logs indicating why... more >>
Does this break encapsulation?
Posted by .pd. at 11/4/2003 11:33:41 AM
If I have a control that adds itself to its container, does that break
encapsulation? Is it a bad thing?
Here's what I mean:
public class fred
{
public barny b;
public fred()
{
b = new barny(this);
}
....
}
public class barny
{
public barny(fred f)
{
... more >>
VARIANT type problem
Posted by ZhangZQ at 11/4/2003 9:31:07 AM
If I have a method in an OCX, the definition is
[id(5), helpstring("Method Test1")] void Test1(VARIANT* a);
After I add reference to this OCX in Visual studio .net, it generates 2
dlls, and I look at the object browser, the definition of the above method
in the wrapper class is
Test1(ref ... more >>
Saving objects in ViewState
Posted by Michael Albanese at 11/4/2003 8:57:08 AM
Can you save objects a (custom class) to Viewstate and
then get them on a later page??
I have a custom class for an ASP.Net application that I
would like to make available across several web pages.
For example:
page1.aspx accepts a users's name, age and gender,
instantiated the new ... more >>
SSH
Posted by Brian Delahunty at 11/4/2003 8:41:54 AM
Hey All,
I was just wondering if anybody knows of a SSH library
for .NET. I've been looking around the net and I can't
seem to fine any implementations of any.
Can anybody help?
Regards,
Brian Dela ... more >>
Week support in date classes
Posted by JH at 11/4/2003 8:40:36 AM
Why there is not full week support in DateTime classes
in .NET. For instance windows`s normal calendar control
knows how to show week numbers, but you can`t ask that
from DateTime class.
Also here in Finland first week in year can be week 52,
week 53 or week 1. Also last week of the year ... more >>
Multirow edit on Datagrid
Posted by Derek at 11/4/2003 8:06:50 AM
I am using a code snippet from
http://www.dotnetjohn.com/articles/articleid83.aspx
to see if i can use it to update data. Here is the
problem/error i am getting.
System.IndexOutOfRangeException: There is no row at
position 0.
Any help would be greatly appreciated. Here is the code
... more >>
object instance question?
Posted by serge calderara at 11/4/2003 7:24:38 AM
Dear all,
One question related to instance creation.
Does an obejvt can create instance of its own ?
I mean if I have a class named User.
If I have a function named AddUser which is a public
function of the user class, dows the following is
something good to do :
function AddUser (... more >>
Compile with different framework?
Posted by Russell Gibson at 11/4/2003 4:16:41 AM
Hi
I have created an ASP.Net web app using Visual Studio 2002
and .Net framework V 1.0.
There is a bug fix I need in Framework V 1.1.
Do I have to recompile my application with Framework V 1.1
(if so do I need Visual Studio 2003 - if I don't how do I
tell it to re-compile with V 1.1 ... more >>
Problems with VC++.NET.
Posted by chemasepul NO[at]SPAM hotmail.com at 11/4/2003 3:07:01 AM
Hello people,
I've developed a Visual C++ Project(.NET) using the template "windows
forms application(.NET)". The application runs correctly in my PC.
I've installed the Visual Studio.NET on it.
The problem is that when I try to run my application in another PC the
application doesn't run corre... more >>
You Are BOZOS No More !!!
Posted by jbailo at 11/4/2003 2:34:08 AM
In a spirit of kingly magnitude, I have
just deleted all from my Bozo's XML node
of the Pan Filters.XML.
Yes, being as I am of such greatness, I
can deal with the petty indescretions of you
peons.
Run free -- Grey Cloud, Relf, sql and the
rest -- I have released you from Bozo-dom!
... more >>
Programmatically Clear Internet History
Posted by google NO[at]SPAM valleyboy.net at 11/4/2003 2:19:32 AM
How can I programmatically clear the internet history in Windows XP? I
tried downloading the PowerToys which contain TweakUI as this used to
do it in previous versions of Windows, but the option is not there. I
then tried installing an old version of TweakUI but this does not work
either. I assu... more >>
Can I compile a whole project under command prompt?
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 11/4/2003 1:18:12 AM
You know,I can compile a .vb file,such
as "vbc /t:library /out:fibonacci_vb.dll fibonacci.vb".
But can I compile a whole project under command prompt?... more >>
|