all groups > dotnet general > august 2003 > threads for monday august 25
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
XML Comment documentation
Posted by WALDO at 8/25/2003 11:49:54 PM
Where can I find some documentation on creating XML comment files. I would
like to know the format/conventions for creating them.
... more >>
Compilation in one shot???
Posted by serge calderara at 8/25/2003 10:50:31 PM
Dear all,
I have a project which is devided in many different
assembly. At a ceratin phase, I need to make a kind of
test releaase of my project. For that I will have to
compile and place at a certain location the debug /
release compiled file.
Is there a safe and eay way to handle the... more >>
Form Flicker
Posted by Michael at 8/25/2003 10:43:37 PM
Here is my problem:
I have a MDI application and when I load my child forms I get alot of
flicker.
I have tried to implement double buffering :
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Ad... more >>
.NET IPC
Posted by Zhao Li at 8/25/2003 5:40:07 PM
Hi All,
What are the IPC mechanisms .NET supports? Can named pipe be implemented in
..NET?
Any input would be appreciated.
Regards,
Xena
... more >>
MAPI v. Outlook API
Posted by Siegfried Heintze at 8/25/2003 5:32:54 PM
Does the Outlook API supersede MAPI?
If I implement a SPAM filter using MAPI to automatically delete messages
from the message store, will other clients like Eudora benefit?
If I implement a SPAM filter using Outlook to automatically delete messages
from the message store, will other clients... more >>
what is vsvars32.bat for? what should I do under this situation?
Posted by davidw at 8/25/2003 4:21:03 PM
Please help, I am following a microsoft sample to build a dll, the
instruction like this:
To build the interop
1. From a command prompt, run \Program Files\Microsoft Visual Studio
..NET\Common7\Tools\vsvars32.bat.
2. Run nmake.exe from the directory of the interop
(\ManagedSink... more >>
PC World dings software publisher for using .Net
Posted by Robert Jacobson at 8/25/2003 3:46:18 PM
I just noticed this review of Drive Image (a drive-imaging utility) from the
September 2003 issue of PC World:
http://www.pcworld.com/reviews/article/0,aid,111800,00.asp
The author (Jon L. Jacobi) gives the software extenive praise for having a
good interface, being robust and being twice as... more >>
Print Preview / Output disagree
Posted by Michael Mitchell at 8/25/2003 2:27:41 PM
To correctly print to paper, I had to offset the
MarginBounds by (-16, -16). Has anyone else had this
problem, or found a more elegant solution?
I'm printing to 8.5 x 11 inch paper and I get the same
results using sample programs.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
True fixed-width columns in DataGrid
Posted by TPSreport at 8/25/2003 2:09:31 PM
ASP.NET 2003. Two DataGrids, six columns each, one grid
atop the other. I need to have the columns line up,
i.e., DataGrid1 Col(1) lined up w/ DataGrid2 Col(1) -
each the same width on the screen. All columns have the
same width assigned via Property Builder, and both
DataGrids themselv... more >>
Authentication not working on HTTP-POST using NetworkCredential
Posted by Patrick Fogarty at 8/25/2003 1:49:49 PM
I am programming what is to be a web service client that will use an
HTTP-POST to request and retrieve data. The remote server (written in java
for what it's worth) requires basic authentication as per RFC 2617
(http://www.faqs.org/rfcs/rfc2617.html). My attempts to authenticate are
failing.... more >>
referencing project class within Solution
Posted by Dave at 8/25/2003 1:29:28 PM
I have a Solution with two projects. I am trying to
reference a class in project2 from project1. When I
right click on the project1 references (in Solutions
explorer)and attempt to add a reference, I get the add
reference window, I click on Project tab and browse to my
solution/project f... more >>
Timer Disposing
Posted by Meadam35 NO[at]SPAM msn.com at 8/25/2003 12:21:30 PM
I have code that has a timer object and after running for a while it
throws an error "Cannot access a disposed object named "Timer". Object
name: "Timer"."
I never dispose this object or any other object.
Does any one have any ideas what may be going on here.
Thanks... more >>
AddWatch
Posted by Vlad at 8/25/2003 10:50:11 AM
In VB6 I used to use AddWatch if I needed for instance to break if Text
property of the text box is changed to "Hello, World".
In VB.Net I'd like to do the same, but cannot find the way to do it.
AddWatch window doesn't give me the choice to select condition. I can set
condition on BreakPoint in... more >>
Reading in .csv files
Posted by Nick Hoare at 8/25/2003 9:40:41 AM
Hi, i am new to VB.Net and really enjoying the trip so far =)
However I have this problem:
I was wondering if anyone is familiar with how to go about reading in an
Excel ".csv" file? I had a search on the internet and found some VB6 code
examples, but i don't think VB6 code is the same as VB.N... more >>
simple ftp app
Posted by Adam at 8/25/2003 8:25:26 AM
I'm just trying to create a simple ftp application to send
files to clients, but I can't find anything on how to get
started. And of course no body wants to use the command
prompt.
What kind of references or components will I need to start
with?... more >>
what it means?
Posted by kathy at 8/25/2003 8:19:20 AM
I read MSDN help file "Class vs. Component vs. Control"
and it said I need to implement IDisposable whenever I
use the external resources. What "external resources"
include? bitmap, icon, Mutex, ...?... more >>
.NET 1.0 & XP - Server Application Unavailable ( HOW TO FIX )
Posted by Amit Chandel at 8/25/2003 7:26:14 AM
My XP machine installed an IE patch, and it crashed my .NET app on my local
machine. The resulting error is 'Server Application Unavailable' when
making a request to your webSvc on IIS. If you are running Windows XP with
..NET Framework 1.0 (Development Machine) then follow the link. It has... more >>
Consultant Converting from Delphi to .Net
Posted by Al at 8/25/2003 5:10:37 AM
Can anyone share with me what the market rate is in US
dollars per hour for a person with MCSD.Net ?... more >>
C# Zip
Posted by Aung at 8/25/2003 4:32:40 AM
Has anybody develop RFC1950 and RFC1951 compliant Zip utility?
Any pointer will be appreciated.
... more >>
|