all groups > dotnet academic > june 2005
Cluster programming
Posted by CristianMori at 6/30/2005 10:16:09 AM
Hi everyone.
I need to write an app that run in a windows 2003 cluster.
Never done this bevore. Can someone help me getting started?
Maybe someone could advice me for a good book or a website....
Thanks... more >>
Detection of Framework.net
Posted by Soussan Mikael at 6/29/2005 12:00:00 AM
Hi everybody,
I want to use MSI for the install program of my application.
I need to know if I have to install on target computer the Framework!
Is there a script using an activex that can help me in detection of the
Framework!!
If the Framework isn't installed I have to launch its install!
... more >>
merge cell in datagrid
Posted by rouqiu at 6/20/2005 9:02:02 AM
Hello,
Would anyone tell me how to merge some cells in a datagrid?
For example I have following table:
OrderID ItemID Notes
1 1 aaa
1 2 bbb
1 3 ccc
2 1 ccc
By default the datagrid... more >>
Releasing resources when noone is using an object.
Posted by jolofsson at 6/20/2005 1:12:02 AM
Hi!
..NET is for sure sent from above, but from what i can tell it still lacks in
some situtations. For example when I used to program in native C++ I always
used the ctor for initializing an object and the dtor to uninitialize it, and
then some neat refcount and smartptrs to be able to hav... more >>
Runtime hosts - don't get it
Posted by Stelrad Doulton at 6/16/2005 8:53:16 PM
What I want to know is; do all shell executed .NET app run in the same
process? For that matter do all runtime-hosts run all of their app-domains
in the same process?
In the case of a shell executed application here's my understanding: Double
clicking a .NET executable file invokes a runtim... more >>
multiple locks
Posted by Grzegorz Kaczor at 6/10/2005 12:00:00 AM
Hello,
is it a mistake to lock the same object more than once? That is:
lock (this) {
lock (this) {
...
}
}
Is the syntax correct? This seems to work...
Regards,
Grzegorz Kaczor... more >>
Windows Media Format 9 Series SDK
Posted by sysdeamon at 6/8/2005 3:22:03 AM
Hi,
I am working on a C# application that involves mp3 files.
I just want to programmatically determine the bitrate (Audio Sampling rate)
of any existing mp3 file.
Do I need to use 'Windows Media Format 9 Series SDK' for this or is there an
alternate to avoid using it.
Thanks for any help/hi... more >>
Cannot create projects using XML web service or ASP.NET
Posted by WingH at 6/7/2005 3:49:01 PM
I've just installed VS 2003 and going through the walkthroughs. I tried to
create a project using VB and XML Web Service. However, a failed dialog
always appeared with the message "The web server reported the following
error: unable to create/open the Web project located at the URL:
http://l... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Installation problem
Posted by SJCorio at 6/7/2005 10:57:15 AM
I am having trouble installing VS.net 2003 on my laptop. I installed it on
my desktop with no errors. Both are running Windows XP pro, with SP2. On
the laptop, I kept getting the staxmem.dll error whent trying to add IIS and
Front Page Extensions. I finally got it to install IIS while in s... more >>
How to get a signature captured as a BMP file printed from a html file
Posted by ramya m via .NET 247 at 6/1/2005 11:36:10 PM
(Type your message here)
--------------------------------
From: ramya m
Iam working on a signature capture application in c# in pocket pc=
=2EHow can the signature in BMP can be embed in the HTML file and=
how can the BMP file be printed from a HTML file=2EAnd how can i=
convert the BMP t... more >>
How to convert BMP file to JPEG file in c#
Posted by ramya m via .NET 247 at 6/1/2005 11:12:21 PM
(Type your message here)
Iam doing a signature control application in c# in pocket pc .The signature is captured as a BMP file. How can i convert the BMP file into a JPEG file in DOTNET in COMPAQ framework
--------------------------------
From: ramya m
-----------------------
Posted by a user... more >>
|