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 > august 2003 > threads for friday august 29

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

Printing Selected Page(s) = Blank Pages
Posted by Jody Gelowitz at 8/29/2003 3:51:32 PM
I am having a problem with printing selected pages. Actually, the problem isn't with printing selected pages as it is more to do with having blank pages print for those pages that have not been selected. For example, if I were to have 5 pages with every second page printing, I would get the f...more >>


attach an event on a created button
Posted by Aymer at 8/29/2003 3:33:30 PM
i created a new button object. how do i attach an event on it? thanx for your help. Dim cc As ColorConverter = new ColorConverter() Dim b = new button() b.ID = "SelectedDate" b.BorderStyle = 1 b.forecolor = cc.ConvertFromString("red") b.BackColor = cc.ConvertFromSt...more >>

Class Reference
Posted by Dim at 8/29/2003 3:08:39 PM
Sorry for crossposting! Is there a complete reference of .NET Framework class libraries? And i mean COMPLETE reference with full explanation of what each class does and perhaps what it's good for. Reason for this is that recently i spent 2.5 days coding a class only to find out that Fram...more >>

Distribution of .NET application
Posted by Jerry at 8/29/2003 12:34:32 PM
Hi, I am getting ready to distribute a VB.NET program for sale to certain local chapters of a national organization which have expressed interest in having a database application specifically written for their operations. Seeing as though the vast majority of the local chapters do not have ...more >>

O/R Mapping tool like Apple has.....for .NET?!?!
Posted by gicio NO[at]SPAM web.de at 8/29/2003 11:53:06 AM
Hi! I post this text 1 year ago. But no one really could give me an answer. This is the text that I posted long time ago: I have a fundamental question about The way .NET handles the object orientated way of Persistence. I am coming from JAVA and WebObjects (Apple) World and I am looking...more >>

accessing asp .net function
Posted by Mr. Roboto at 8/29/2003 11:20:34 AM
for simplicity sake, i have this servers-side code: <script language="VB" runat="server"> Sub Clear() txtMessage.Value = "" Calendar1.SelectedDates.Clear() End Sub </script> i also have a regular html button tag. <input type="button" value="OK" id="b1" onclick="Clear;"> is there...more >>

RichTextBox memory problem
Posted by John Broderick at 8/29/2003 9:11:48 AM
I've got a problem with the RichTextBox control in .Net where the garbage collector doesn't reclaim its memory after I've finished with it. My program adds a series of rtb's to the control array of a panel to make a basic text editor. When the form that the panel is on is closed these rtb's ...more >>

Best Book for C++ web services and web applications
Posted by baker_tony NO[at]SPAM hotmail.com at 8/29/2003 8:29:57 AM
Hi, I want to write a web application with C++ as the code behind it. I want to use existing code, which uses CString, but it would be great if I could use ATL to take care of that. I am having difficulty, looks to me like it is much more difficult (technical) to use C++ rather than C#. I a...more >>



DLL Hell
Posted by iaustin at 8/29/2003 8:18:08 AM
I recently created a small One Form project using VB Studio.NET I then Release & Solution Build the project. It of course rins fine on my XP .NET system I developed it on. I copies the entire Solutions folder to my NT system. When trying to run the exe I receive a Message Popup... Unab...more >>

Assembly metadata and event wiring.
Posted by Scott M at 8/29/2003 6:46:22 AM
I'm building a smart client application based off of the example that is posted on windowsforms.com (and shown on the .NET show). A windows form calls a webservice that itterates through a directory, pulling meta data from all the assemblies located in that directory. Then returns that i...more >>

What Should I use?
Posted by Mr. B at 8/29/2003 3:51:58 AM
If I want to have many rows (say 100) and about 20 columns of data, and be able, via a double click on a 'cell' to change the 'cell' text (say In to Out) and it's background colour (Red to Green)... and vis-versa... What should I use... a ListView or Datagrid? (or maybe there is another one t...more >>


DevelopmentNow Blog