all groups > dotnet general > december 2006 > threads for december 29 - 31, 2006
Filter by week: 1 2 3 4 5
Is VS 2003 compatible with Vista?
Posted by Tim Zych at 12/31/2006 9:23:29 PM
Well, I just read this FAQ, which says no.
http://msdn2.microsoft.com/en-us/vstudio/aa948854.aspx
So my next question is: is MS going to give us a discount to upgrade to VS
2005 so that I can use Vista?
Otherwise, I guess I'll just keep using Windows 2000 until MS prys it out
from under m... more >>
Limitations of .NET Technology.
Posted by sonu at 12/31/2006 8:05:48 AM
Explain limitations of .NET Technology. How Java is better than .NET?
... more >>
Enumeration: Returning the "next" item, round robin-style
Posted by herbert at 12/31/2006 2:26:00 AM
how do I code generic functions to return the next item in an enumeration
a) sorted by name, b) sorted by value c) sorted by declaration
in a round-robin style ?
for example the enum is
Enum Colors
Red = 5
Green = 7
Blue = 16
Yellow = 2... more >>
How to add DTS (Data Transformation Services) object to .NET project
Posted by Fir5tSight at 12/30/2006 8:47:01 PM
Hi,
I have a C#.NET project (in a Visual Studio environment). In the
project, I have a dialog to let the user enter some values to be used
as parameters for a DTS package. The idea is that when the user enters
required values and selects the button, "Run DTS Package", the DTS
package should b... more >>
transfering images from nikon coolpix L4 digital camera
Posted by Jayboneski at 12/30/2006 5:59:00 AM
In windows ME, I am getting an error message saying the device loader could
not load the device driver ... more >>
Typing Markup Tags Ending in />
Posted by Nathan Sokalski at 12/30/2006 1:09:01 AM
I often use self-closing tags (such as <br/>) when creating an ASP.NET
application. However, when I enter them in Visual Studio .NET 2005, it
automatically inserts a space before the />. In most cases this does not
bother me, but for tags such as <br/> that I usually do not use any
attribute... more >>
Explain interoperability.
Posted by sonu at 12/29/2006 10:38:39 PM
Please explain Interoperability in .NET Technology.
... more >>
OT: The Economics of Incompetence
Posted by Bob Johnson at 12/29/2006 9:27:05 PM
Hourly Rates:
Senior Programmer - $85.00/Hr.
Junior Programmer - $15.00/Hr.
Incompetent Programmer - $15.00/Hr.
The Project:
Create a simple report.
Initial Cost of Project:
Senior programmer takes 10 minutes to complete the report. Cost to the
business: $14.00
Junior programmer takes ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Combobox: fast filling with enumeration values?
Posted by herbert at 12/29/2006 1:46:00 PM
Is there a quick way to preload a ComboBox with all values of an Enumeration?
Either in VS.2005 Designer or at run time.
In my case the combobox is bound to a property of a business object.
thank you. herbert... more >>
ASP.NET 2.0 Menu Control
Posted by Simon Amrein at 12/29/2006 11:21:00 AM
Hello NG
Does anyone knows, how I can design the submenu-style different from the
mainmenu?
<asp:Menu ID="menu1" runat="server" BorderColor="#000040"
BorderStyle="Solid" CssClass="frameworkWide" Orientation="Horizontal"
DynamicEnableDefaultPopOutImage="False"
StaticEnableDefaultPopO... more >>
memory issuse with listview control?
Posted by Michael M. at 12/29/2006 3:53:27 AM
HI all,
When I add items to a Listview control, then clearing the items and adding
more items my program seems to allocate a few KB of data and then not free
the Memory. I noticed this about half way through writing a program and
it's driving me a bit mad. I have posted a sub function bel... more >>
Databinding not working in WPF between elements
Posted by moondaddy at 12/29/2006 2:56:38 AM
I'm trying to databind a dependency property in a custom control (CenterX)
to the Line.X1Property property of line. If I can correctly do this (and
the same for the 'Y' props) then when I drag my custom control the line
should follow it (stay connected) I know the dependency props in my cus... more >>
reading to get started
Posted by David McDivitt at 12/29/2006 1:35:13 AM
I have opportunity to get involved with a .net project, but haven't done any
..net yet. I'm an expert in VB6, Java, and J2EE. Could someone please
recommend some online stuff to read to get me going. I have everything
necessary to set up and write applications in .net.
What I want to find out ... more >>
|