all groups > dotnet general > september 2003 > threads for friday september 5
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
LIstView Memory Leak?
Posted by David Miller at 9/5/2003 5:01:14 PM
Hello,
I posted this to DotNet.Framework.Controls a week ago or so and got no
response, so now I will repost it here to see if anyone here knows anything
about it...
I have an application that displays items in a ListView control that is
running on a Windows 98 SE machine. The machine is we... more >>
Multithreading concurrency with Interop
Posted by mark NO[at]SPAM corporatedigital.com at 9/5/2003 3:40:43 PM
Hey all.
I've got a legacy COM dll that I'd like to use in my multithreaded C#
app. Problem though is when I create several instances of the interop
object and start them on their own threads they always seem to run
synchronously.
I've boiled down the code to a simple "lab" experiment below.... more >>
IIS not processing my .aspx files
Posted by Hanna at 9/5/2003 1:57:48 PM
My asp.net code doesn't get processed by IIS. My file is
saved with .aspx extension. When i do a view source, all
the vb code is displayed. This shouldn't be visible if
the server is processing the code, only the HTML should
be displayed. How do i get IIS to
process my vb code in my .aspx... more >>
ANN: .FXP Control : .NET File Explorer Control
Posted by Jean-Hugues Royer at 9/5/2003 1:45:27 PM
Hi,
We are pleased to announce the release of our new .NET Control :
..FXP Control : .NET (F)ile E(XP)lorer Control
http://www.joher.com/dotFXP_Control/
This control allows you to add a full featured file explorer to your
applications and to manage it through many properties/methods/event... more >>
SHFileOperation problem
Posted by mt at 9/5/2003 12:40:08 PM
How can i use the "SHFileOperation" with vb.net.
i use the below code; but i get the error " Object reference not set to an
instance of an object"
please advise
(and can i use this api for multiple file operations?)
Public Const FO_DELETE = &H3
Public Const FOF_ALLOWUNDO = &H40
Public Con... more >>
Get Content of Script
Posted by Billy Jacobs at 9/5/2003 12:02:08 PM
I have the following script tag embedded in a table cell
on a web page like so:
<TD>
<DIV>
<SCRIPT src='http://voap.weather.com/weather/oap/70809?
template=GENXV&par=1003024456&unit=0&key=a2db6fe4374b37a42b
e4e0b7349149bf'></SCRIPT>
</DIV>
<TD>
If I place thr url above directly into a ... more >>
Get command arguments in Windows Service
Posted by Eric Chong at 9/5/2003 11:14:28 AM
I created a Windows Service in C# that requires to get
passed command arguments like a Console App. I noticed
that there is an option "Start parameters" text box in
the property of a Windows Service in MMC. Is there any
way to get arguments using this option? If possible, what
framework me... more >>
Email using asp.net and System.Web.Mail
Posted by JSzucs at 9/5/2003 10:55:09 AM
I wrote a little code snipet in Asp.Net to send a default
message to my outlook email address. That works fine,
since the SMTP virtual server default domain is same
domain as my outlook mail server:
myMessage.To = "jszucs@universalmoney.com"
myMail.SmtpServer = "mail.universalmoney.com"... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Create Copy of Solution
Posted by Wayne Wengert at 9/5/2003 9:22:43 AM
Environment: VS.NET 2003/VB.NET
I want to make a copy of a solution to try certain changes without risking
the working version. I don't see any "Save Solution As" option. What steps
do I need to take to make a full copy of a solution that will be a true
stand alone copy - no references back to... more >>
Label AutoSize property does not work properly
Posted by Harvey at 9/5/2003 8:37:05 AM
Hello:
I am trying to use Autosize=true on a long string and it
extends off of my form, rather than increasing the number
of lines of the Label as the documentation says it should
do.
Would anyone know what other property I need to set to get
this to work properly? I have looked thr... more >>
Run exe under Framework 1.1
Posted by johan at 9/5/2003 8:04:29 AM
I have just installed version 1.1 of the framework. I
wrote a simple exe that displays the framework version
using System.Environment.Version.ToString. It returned
1.0.3705.288, which is version 1.0. I then created a
config file for it with the following, trying
requiredRuntime and support... more >>
How to call external application in .NET?
Posted by kathy at 9/5/2003 6:05:29 AM
How to call external application in .NET? For example,
how to call paint.exe in VB.NET program?... more >>
How To: Control Container
Posted by Tony at 9/5/2003 2:54:28 AM
So, here is the (back of a cigarette packet) spec for a
new UserControl I am trying to develop -
1. It needs to be a control container
2. Scroll bars should appear if any contained control is
outside the visible area
3. A navigation button should appear if any contained
control is out... more >>
Problem building a setup project
Posted by Richard L Rosenheim at 9/5/2003 2:48:09 AM
When I attempt to build the setup project portion of my solution, Visual
Studio is giving me two occurrences of the following error:
An error occurred while validating. HRESULT = '80040155'
I searched both MSDN and search.microsoft.com and wasn't able to find such a
number. Cou... more >>
Howto display image in Crystal reports
Posted by tom at 9/5/2003 12:28:46 AM
Hello,
i have a program for with fitness excercises. I want to
create a crystal report that displays info on these
excercises together with their image (jpg) which are
stored in a SQL Server database.
If I just add the image field (of type image) in my report
it shows up empty.
What d... more >>
Web /html control- asp.net for a 2dimensional select pulldown
Posted by zsports NO[at]SPAM canada.com at 9/5/2003 12:00:57 AM
Are there any good places to look for asp.net modules for select
pulldowns? There is a select pulldown on a site i do partial
development on http://www.computergroupplays.com/fb-pres4.asp that has
a 2 dimensional select pulldown, where the third input box gets filled
with the items that match wh... more >>
|