all groups > dotnet framework > october 2004 > threads for sunday october 17
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
Thread.Abort
Posted by C# Learner at 10/17/2004 9:13:05 PM
Is it *ever* safe to call Thread.Abort? In which cases it is so?... more >>
Failed to install MS .Net Framework 1.1 and #J.Net in prerequisite
Posted by Kuri at 10/17/2004 8:35:03 PM
I tried to install MS Visual Studio. Net 2003 student version but somehow it
always failed to install the prerequisite components which were the MS .Net
Framework 1.1 and MS #J. Net package. My computer is running WD XP SP1 (I
uninstall SP2 after the above failure) with Norton Anti-virus. I ... more >>
Migration of an access DB to a distributed solution
Posted by Ross at 10/17/2004 5:59:03 PM
Can anyone please give a few hints as to the general direction to take to
migrate an Access 2003 DB to a distributed .net solution.
Muchly appreciated in advance
Ross Petersen... more >>
how can a thread wait on 2 events?
Posted by assaf at 10/17/2004 2:10:39 PM
hi all
in win32, we could call
WaitForMultipleObjects();
is there a parallel method in .NET?
assaf
... more >>
Install Windows Service Using Setup Project
Posted by Matt at 10/17/2004 12:33:03 PM
Hi,
I'm trying to install a Windows Service programmatically using a setup
project. I've successfully installed the service using InstallUtil, but I
want to make life easy for my customers, so I'm trying to figure out how to
do it with a setup project. I've scoured the web trying to find ... more >>
sn.exe not found on my pc ?
Posted by Martino at 10/17/2004 11:18:55 AM
I am looking for the strong name utility tool sn.exe on my pc and I am
surprised that it is not there !
I have installed visual studio professional 1.1. on my system.
Where to find it ?
greetings
... more >>
InputBox dialog
Posted by Edward Diener at 10/17/2004 8:29:41 AM
In Borland's VCL there was an InputBox dialog, and also a slight variant
called an InputQuery dialog, which asked the user to input information. I do
not see an equivalent for this in the .NET framework. Does one exist in the
..NET framework ?
In the Systems.Windows.Form namespace topic, I rea... more >>
Faxing from VB.NET via Win 2003 fax server
Posted by Steli Andrei via .NET 247 at 10/17/2004 3:11:17 AM
Hello,
I do have a VB.NET app running on a client machine, that is trying to fax via a fax server installed on a Win 2003 Server machine but I get this error: "Connection to fax server failed" right when I call "Connect"
Here is part of my code:
------------------------------
Imports FAXCOME... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
how to access frame's src attribute in javascript
Posted by Pampati Nagavani via .NET 247 at 10/17/2004 3:09:14 AM
Hi,
i have 2 frames in one page. On the click of a link placed in first frame, iwant to change the src attribute of the second frame through java script. How to access the src attribute of the frame in javascript?
--------------------------------
From: Pampati Nagavani
----------------------... more >>
Multiple executables based on compilation flag
Posted by Manu S via .NET 247 at 10/17/2004 3:06:28 AM
Hello,
I have a C# project that generate an executable a.exe
I would like to create a stripped down version of this program using a compilation flag. The executable should have a different name, say b.exe
What is the best setup to get to this result?
Thanks!
-----------------------
Pos... more >>
iso-8859-1 in webservice-responses
Posted by bernhard gruber via .NET 247 at 10/17/2004 3:03:45 AM
Hi,
I have a webservice in c#.net.
I want to send all the responses of the webservice encoded in "iso-8859-1", so that german special characters will be displayed correctly.
I put this line in both files, machine.config and web.config:
<globalization requestEncoding="iso-8859-1" responseEn... more >>
|