all groups > dotnet general > may 2004 > threads for wednesday may 19
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
Remote Scripting
Posted by Aaron at 5/19/2004 10:16:55 PM
what is it? I see it used a lot. Can someone explain to me what it is? I
tried a google search but didn;t find any conclusive defination.
Thanks
Aaron
... more >>
Upgrade Wizard - Problem
Posted by HS at 5/19/2004 9:21:57 PM
In Upgrade Wizard , I always get the msg "Upgrade failed: Exception
Occurred. Invalid System Configuration (Unable to Locate
Microsoft.VisualBasic.UpgradeExtensions.dll). Please run setup again"
Reinstalled it again but no luck. any help.
... more >>
RGB
Posted by jmv at 5/19/2004 7:56:20 PM
I need to set colors in an MSGraph.Chart object using RGB values
What is the C# code to use RGB to get a color value?... more >>
Class Help
Posted by Neil Stevens at 5/19/2004 7:25:12 PM
Hi,
I have been tasked to upgrade a project from VB6 to VB.NET, i have a number
of problems of which most i have now solved but i am still very perplexed by
one problem. The VB6 application has one class whose instance property is
declared as GlobalMultiUse and this class defines properties th... more >>
Gate$ Selling MSFT shares at an 'astounding' rate !!!
Posted by Ministry Of Jute at 5/19/2004 6:15:45 PM
April and May have been busy months for Billy Boy as he rapidly divests
himself of the Microsoft dinosaur.
Why is the /leader/ of Microsoft abandoning his stock so rapidly !
Look at these sales -- it's 3 or 4 times a day or more!
Guess Billy knows what his underlings don't :: It's Over, Li... more >>
Go from Visual Studio dotnet 2002 to 2003 then VS 2003 Hangs
Posted by Liensun at 5/19/2004 5:59:45 PM
I'm not sure it's the good group, if not please could you inform me thanks.
I have just installed dotnet 2003 on anew station.
I get my project from Visual Source Safe then open with VS 2003.
Everything seems ok except when I want to open an Aspx file, devenv is hang.
Do anyone knows this ... more >>
Calling MC++ methods in C# application
Posted by QINGFENG at 5/19/2004 5:59:03 PM
Hi,
I am writing a Managed C++ wrapper DLL for some C
functions in a statically linked library, such that I can
use those C functions (through the C++.NET Wrapped
mehtods) in a C# Windows User Control.
The C function is: someFunction(HINSTANCE hinst); // the
parameter is HINSTANCE.
... more >>
Big Files and Downlaod using asp.net
Posted by Liensun at 5/19/2004 5:55:05 PM
The application is coded using ASP.net and C#.
A part of the application allows the user to download files. The size of
these files can be up to 80 MB.
It works when the connection bandwidth is high. But in other cases, after a
few minutes, the next message is displayed: "The connection with
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MSFT Dragging Down NASDAQ
Posted by Ministry Of Jute at 5/19/2004 5:29:42 PM
Here's a comparison chart of MSFT vs NASDAQ.
An investment in MSFT produces almost no returns, while NASDAQ has been
soaring during the recovery.
Bottom Line: MSFT has not recovered and in fact, faces a long steady
decline in value.
FUD: Recently the new FUD line from M$ Organs such as ... more >>
Unmanaged C functions and C++ classes wrapped in an assembly not as public but as managed private methods: how???
Posted by Bob Rock at 5/19/2004 4:27:00 PM
Hello,
in the last few days I've made my first few attempts at creating mixed C++
managed-unmanaged assemblies and looking aftwerwards with ILDASM at what is
visible in those assemblies from a managed point-of-view I've noticed that:
1) for each managed and unmanaged C function (not C++ clas... more >>
Print Screen
Posted by Eric Petruzzelli at 5/19/2004 3:08:05 PM
I would like to know if there is any way for me to print my GUI screen.
I am in the middle of development and I need to show my customers /
future clients how things are coming along. Some are overseas and I need
to mail the views. Also I am putting together some marketing material.
Any sug... more >>
Is .NET 2.0 Framework going to take advantage of 64-bit computing?
Posted by int at 5/19/2004 1:17:21 PM
Is .NET 2.0 Framework going to take advantage of 64-bit computing?
Intel and especially AMD's Opteron are 64-bit and they are really
inexpensive.
Look at the prices here...
http://www.anandtech.com/guides/priceguide.html
By the time .NET 2.0 comes out, maybe middle to late 2005 at the ear... more >>
Re: Printing out the entire .NET Framework?
Posted by burt4684 at 5/19/2004 11:52:07 AM
Thanks for the tip, Valery! BTW, I just subscribed to your blog.
--jason
... more >>
Point set functions
Posted by sac87126 NO[at]SPAM yahoo.com at 5/19/2004 10:16:17 AM
Does anybody know if there are any .net classes for doing functions
that deal with point sets?
Specifically I am looking for functions that will:
1: find the minimum size circle that will enclose a set of points
2: given 3 points determine if a fourth point is contained in the
triangle define... more >>
connection close problem
Posted by sri_san NO[at]SPAM mailcity.com at 5/19/2004 8:46:12 AM
Hello group,
I have a function which is used to initiate sqlDataReader
object.
I was trying to invoke the close method on the DataReader object but
cant really do that as the function returns a datareader and cannot
access the datareader once the connection is closed.
Here is wha... more >>
Textbox, hidden, no value
Posted by Maurice Mertens at 5/19/2004 6:39:53 AM
Hi,
having some troubles with a BOUND textbox.
The BOUND (text property) textbox is hidden on the form.
Just before I update the database I stopped the code in debug and when I
use me.C_ID.text it gives back the value "". When I make the control
visible it suddenly does have a value.
C... more >>
Microsoft's Martin Taylor: A Desperate Man
Posted by Ministry Of Jute at 5/19/2004 3:31:49 AM
I returned home from work today to find an Airborne Express Letter
Express mailer leaning up against my apartment door.
The return addressee was
Microsoft
Suite 300
1165 Eastlake Avenue E
Seattle, WA 98109
Inside was a 4-color folder containing:
Windows 2003 evalution CD
Letter fr... more >>
modify XML document
Posted by cos75 at 5/19/2004 2:36:03 AM
I have a document XML that I would modify in VisualBasic.NE
When the user set the checkbox and radiobutton in a form I save this information and modify a document
My document is in the following form
<opzioni><opzione nome="DDR"><item tipo="prova" label="Ridotto">true</item><item tipo="completo"... more >>
DataGrid DisallowNewRow
Posted by Joshua Ellul at 5/19/2004 1:37:20 AM
Hi There,
I want to be able to set my datagrid so that it does not allow new rows to
be created by the user. However the existing rows can be edited by the
user.
Any ideas?
Josh
... more >>
Can an object serialize/deserialize itself from XML?
Posted by Ian Tompsett at 5/19/2004 12:36:03 AM
H
I was wondering if it possible for an object to serialize/deserialize itself from XML.
I'd be guessing that it would need to use the XmlSerializer class, but that seems to want to create a brand new object when deserializing. In my case I have an existing object that I'd like to pass some XML ... more >>
Read a DBASE III file in VB.NET
Posted by Maurice Mertens at 5/19/2004 12:34:05 AM
Hi,
how can I open and read a DbaseIII file in .NET?
--
Met vriendelijke groet / With regards / Saludos,
Moviat Automatisering
Maurice Mertens
mauricem@moviat_KillSpamWordForEMail.nl
tel: +31 162 470 534
fax: +31 162 470 502... more >>
|