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 > december 2003 > threads for saturday december 13

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

Is is possible to get multiple files into a single print job??
Posted by imabuttsniffa NO[at]SPAM yahoo.com at 12/13/2003 11:23:08 PM
I'm needing to get X number of files (.txt,.doc,.xls,.tiff,.pdf) into a single Print Job. The idea here is that a user searches for criteria in a system and then builds a batch of documents that need to be printed together (so that no one else on the network can slip in anything until this job...more >>

Fade from one Panel to the other
Posted by robertskidz NO[at]SPAM msn.com at 12/13/2003 7:57:37 PM
I am building an application that will fade one panel to another panel. Both panels will have picture boxes in them (thumbnails). This is what I have tried: private void fade(System.Windows.Forms.Panel fP){ for (int i = 255; i >= 0;i--){ System.Threading.Thread.Sleep(10); fP.BackColor = ...more >>

How Do I: convert a String to Byte[]
Posted by Russell Mangel at 12/13/2003 4:58:23 PM
// Need help converting String to Byte[] // How do I get this String in a Byte Array String strBytes = "FFD9FFD8"; // Like this... Byte[] Bytes = {0xFF, 0xD9, 0xFF, 0xD8}; // This is no good, as it converts each character to hex System.Text.ASCIIEncoding ascii = new System.Text.ASCIIEnco...more >>

adjusting the Form size
Posted by Alexia at 12/13/2003 4:53:51 PM
Hi, just a quick question How do i make sure that the form shown is the size of my screen. i.e i want the form size to adjust to the resolution that is set on my monitor....more >>

what kind of exception to use
Posted by codymanix at 12/13/2003 2:38:03 PM
I have a class and some of its operations are not valid under certains cercumstances. what if the user clicks on the button which lauches this operation? Should I use InvaldoperationException or should I derive my own Exception from System.ApplicationException? Iam not sure what to do. -- ...more >>

Installing Visual studio .Net in another PC
Posted by Andy at 12/13/2003 10:37:27 AM
Hi, I bought and installed visual studio .net professional Version 2002 Academic edition a year back. I would like to install the same in my new PC. How do I do that? -Appreciate your response Andy...more >>

Convert VB.NET project files to an exe format
Posted by Sriram at 12/13/2003 9:16:28 AM
Hi, i am developing an windows based VB.NET application. I want to convert this project to an .exe format so that i can run this application on any system. I have no clue as how to do it, as it is done in VB.6. Any suggestion regarding this would be highly appreciated. thanks, -sriram...more >>

Displaying icons for registered file types
Posted by Gwyn at 12/13/2003 6:43:50 AM
Howdy. In my vb.net application I want to populate a listview with a list of files but I also want to show the icon for those files according to the registered file types on the user's computer, e.g. if I list a file with a .doc extension I want a pretty Word icon next to it.... But how d...more >>




DevelopmentNow Blog