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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|