all groups > dotnet general > april 2006 > threads for monday april 24
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
Attach to Console?
Posted by ME at 4/24/2006 11:51:16 PM
I have a application that someone else has wrote that runs in a console
window. It does not take parameters, but when running it asks three
questions and then exits. I would like to write a small utility to attach
to the console app, send the necessary answers (typically typing the letter
... more >>
Webservice method fails on webserver
Posted by Ace at 4/24/2006 10:55:50 PM
Hi all,
I have a webservice method that accepts a string parameter value and returns
a dataset to the caller. On the XP development machine it works ok. but on
the web server runing windows 2003 and IIS 6 no values are return. no error
message either. Both development machine and webserver are u... more >>
How to perform a whole word match searching?
Posted by Buddhist[CHinA] at 4/24/2006 9:56:02 PM
I mean I wanna search a string in certain text files. But I don't know how
to effectively get a whole-word match result.
Can someone do me a favor?
thx.
... more >>
Problem Receiving Output Param Value...
Posted by Tifer at 4/24/2006 6:03:18 PM
Hello,
I'm still new to the whole .Net thing and I'm having a problem with
something that should be so simple -- executing a query and returning
an output parameter. It's a standard "Add" stored procedure, where I
add a user to the database. I insert the record, and return the user's
ID.
... more >>
ActiveDirectorySite
Posted by Jaret Langston at 4/24/2006 2:07:01 PM
I am trying to get an instance of an ActiveDirectorySite object by using the
FindByName function. Here is the code snippet...
dim server as string = "myServer"
Dim ctx As New
ActiveDirectory.DirectoryContext(ActiveDirectory.DirectoryContextType.DirectoryServer, server)
Dim mySite As ActiveD... more >>
MailMessage.Headers and Content-Type
Posted by Vlad at 4/24/2006 1:20:58 PM
We are trying to set MailMessage Content-Type to be text/calendar
The following code has been used:
string subject = "Calendar test 3";
MailMessage emailMessage = new MailMessage();
emailMessage.To = <address>
emailMessage.Subject = "my subject";
emailMessage.Headers.Add("Content-Type","text/... more >>
MDAC 2.8
Posted by John at 4/24/2006 1:03:52 PM
Hi,
Please if you can read and help me in this questions, as I am beginner in
programming. I am using ADO connection to MS Access database (DAO is not an
option) in VB.NET 2005 project and I have to setup deployment of program.
1. Do you reccomend installation of MDAC 2.8 on user computer?... more >>
getting a form's image every so often
Posted by Dave at 4/24/2006 12:06:12 PM
Hey all,
I have a problem and I can't find anything on the net to really address
it. We have a program at work that has lots of numbers on the front of
the form because it is a control program for a hydro plant. My boss
would like me to create a web page so our control center can see all of
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Comparison of Express with Visual Studio?
Posted by clintonG at 4/24/2006 11:25:07 AM
Has anybody documented what the Express products can and can not do in
comparison to Visual Studio?
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
... more >>
Performance Counter not working
Posted by DHarry at 4/24/2006 9:34:01 AM
Hello,
I wrote an application in c# .net 2.0. The application monitors the network
speed of a networkinterface. If I install the application at another pc with
the .net framework installed, the application won't run. The performance
counter can initialize itself but the value of bytes recie... more >>
C# "///" Question
Posted by Ice at 4/24/2006 8:44:29 AM
Hello,
I am developing an application using C# and I am successfully using the
"///" technique to generate XML documentation from comments. However,
I have a metabase which contains definition information that I would
like to integrate into the "///" technique. Basically, I would like to
cr... more >>
Form in a loop
Posted by Danny M at 4/24/2006 7:21:45 AM
What i want to do is this:
I have a loop of records. For some records the user need to give some
feedback
Because of this i want to open a modal form in the loop
When the user clicks a button on the form a result need to send back
and the form will close.
The loop should continue.
My ques... more >>
development with source on a intra network
Posted by Komandur Kannan at 4/24/2006 3:04:02 AM
I have two issues to address:
a) The source code lies in the network path. I am trying to use windows
sockets for making a mail client. On execution of this program in debug mode,
i get an error as below:
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in
SendMa... more >>
Object Modelling Tool (Visio?)
Posted by C at 4/24/2006 2:10:02 AM
Hi,
I am looking for a Toll that it allow me to design my Object Model?
Anyone know of any free tool out there?
Once I have my design done will this tool generate my classes for me?
I had a look in Visio but there does'nt seem to be any diagrams I can use
for visually representing my c... more >>
|