Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet general > july 2003 > threads for sunday july 6

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

Attribute programming
Posted by James Lapalme at 7/6/2003 9:28:53 PM
Hy, I understand that attribute programming is used to add metadata to the code, but since they are implemented with a class and we can extend that class, we should be able to do any normal class thing with attributes like: -Have methods -Use any kind of code in the constructor and the method...more >>


DragDropEffects
Posted by #Hai at 7/6/2003 8:16:11 PM
Hi, I'm trying to deal with drag drop technique and get into trouble with DragDropEffect: DragDropEffects.Link and DragDropEffects.Scroll. The explanations of MSDN about them are short and vague: Link - The data from the drag source is linked to the drop target. ScrollScrolling - is about to s...more >>

Passing multiple string selection to Store Procedure
Posted by Paul at 7/6/2003 7:13:00 PM
Hi, I'm try to pass a string to a variable in SQL Server, and have that string used with "IN" clause to return multiple results. This doesn't work. Can anybody help? DECLARE @in_codes varchar(100) Set @in_codes = char(34) + 'QFSWPA' + char(34) + ', ' + char(34) + 'QFSWTR' + char(34) ...more >>

Drag and Drop in TreeView
Posted by #Hai at 7/6/2003 4:37:45 PM
Hi, I have a TreeView control with hierarchy: A | - B // source | - C D // dest | - E Whenever draging B in to D, Item B is removed and B is added into D node. To implement this task, I ,firstly, write a simple MouseDown event to start a drag-drop ac...more >>

Using the IE
Posted by R_O_O_K at 7/6/2003 2:18:47 PM
Hi! I need to view HTML pages im my app. Is there an easy way of embedding IE through the .NET framework. I was unable to find an adequate class for this in WinForms Regards! Michal Ziemski ...more >>

Showing forms from Text in Combo Boxes
Posted by Daniel Hill at 7/6/2003 11:30:40 AM
OK, I have very, VERY basic background knowledge of VB6 and have now upgraded to VB.NET and now I'm struggling to bring up the forms I want. What I am looking to do is to have a click a command button bring up a form, and to have which form is brought up determined by which item is select...more >>

XML vs Access
Posted by Wayne Wengert at 7/6/2003 9:41:55 AM
I am planning to convert a VB6/ADO application to VB.NET. In the VB6 app, the application builds an Access database and uses that as the data store. The Access database usually has less than ten tables (all the same structure) and each table usually has less than 50 rows. The tables have about 2...more >>

REPOST: Crystal Report & VB .NET 2003 STD
Posted by Renato at 7/6/2003 9:08:52 AM
Hi all, Crystal Report is not shipped with vb .net 2003 std edition? TIA Renato ...more >>



VB6 and VB.NET (Newbie)
Posted by Stephen Piland at 7/6/2003 8:30:02 AM
For learning purposes, I have converted a small VB6 DLL to a VB.NET DLL. It was and is used by VB6 .EXE. I know that .NET is intented to get us out of DLL-Hell, but how would someone use the .NET DLL in a VB6 app? I try to add it by browsing in the References section, but it indicates t...more >>

Rounding
Posted by Wayne Wengert at 7/6/2003 6:08:22 AM
How do you round numbers in .NET? I have numbers defined as Single and after some calculations I want to round the result to the nearest tenth so I can do comparison of results (the rfuzz problem). Does FORMAT round? -- ------------------------------------ Wayne Wengert wayne@wengert.org ...more >>

Software Development Teams
Posted by msnews.microsoft.com at 7/6/2003 2:01:29 AM
Hello everyone! I would like to know about who "can" and "should" be included in the Software Development Teams for small and startup companies. Consider this scenario: Three persons wish to develop and sell software but they are low in budget and could not hire many people to perform differ...more >>


DevelopmentNow Blog