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
May 2008
June 2008
all groups > dotnet faqs > december 2003 > threads for december 8 - 14, 2003

Filter by week: 1 2 3 4 5

PInvoke
Posted by Isaac at 12/14/2003 2:20:04 AM
Hi Folks, I am a .Net and C# newbie. ;o) Where can I learn about PInvoke ? Could you send me links(articles and/or tutorials) about PInvoke ? Thanks, Isaac ...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 >>

Creating Help Files
Posted by Jim Chapman at 12/13/2003 7:20:50 AM
What is the preferred/standard tool for creating help files for use in .NET Win Apps? I'm looking for something easy that also uses a format that is print friendly (for creating manuals). Thanks Jim Chapman ...more >>

Can .NET Windows application run on any OS with .NET framework?
Posted by Matthew Louden at 12/12/2003 9:58:31 AM
Can .NET Windows application run on any OS with .NET framework? Can we install .NET framework on non-windows machine?? Like run Java applications on JVM?? Please advise! Thanks! ...more >>

JOB: Houston, TX >> Web / .NET Developers (6 months+ contracts)
Posted by infoTEAM, inc. at 12/12/2003 12:10:45 AM
JOB: Houston, TX >> Web / .NET Developers (6 months+ contracts) - Local Candidates ONLY infoTEAM, inc. is currently staffing the following contract positions for our client, located in Houston, Texas. DESCRIPTION: The Web / .NET Developers will rewrite large gas transportation and...more >>

rich text box issue
Posted by Catherine Jones at 12/11/2003 2:49:53 PM
I have one more issue, please help me to find the solution , My question as follows.. In the rich text box, after an undo or redo operation how can we get information on the following things.. 1) which operation has happened(paste, insert or overwrite) 2) Which line numbers are affected by th...more >>

failed to install .NET Framework Service Pack 2
Posted by Matthew Louden at 12/9/2003 11:22:46 AM
My computer has .NET framework installed, and I attempted to install .NET framework service pack 2 but failed. Here's the error dialog box from Windows Installer: The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the up...more >>

Deployment and services
Posted by Janiv Ratson at 12/9/2003 11:20:58 AM
I M trying to build a setup project for our product. It is a set of applications, among them there is a service. I want to be able to start the service during installation and stop it somewhen during installation. additionally, how do I get the Ip address of my machine, and some more informati...more >>



assign a base class to a derived class
Posted by Mitja Semolic at 12/8/2003 3:52:49 PM
Could I get a comment how to assign a base object to a derived object? Thanks, Mitja Semolic public class B : A { public B: base() {} static void main() { // throws an exception 'System.InvalidCastException' B derived = (B) new A(); } } ...more >>

Proxy server and webservice
Posted by Jan Rasmussen at 12/8/2003 11:48:57 AM
I have installed a windowsservice at a customer, and this service should communicate with a webservice here by me. This works fine a lot of places, but now it has been installed by a customer who runs a proxy server, and all http-communication from the workstations runs on port 88 instead of the ...more >>


DevelopmentNow Blog