Re: [DOTNET] web.config

2002-06-16 Thread dave wanta
; interface but also adds two more: > > IConfigurationSectionWriter > IConfigurationSectionReader > > Maybe Microsoft might implement something like this in > future versions of the .NET Framework. > > > - Mitch Denn

[DOTNET] web.config

2002-06-15 Thread dave wanta
hi all, Does anyone know of any urls\examples for programmatically modifying the web.config? Thanks, Dave You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

[DOTNET] email web controls?

2002-05-29 Thread dave wanta
hi all, I've had a number of people ask me this and I don't know how to do this (if possible). It would actually be interesting, if it is a perf hit. Here goes... Let's say I want to take advantage of ASP.NET 's built in controls, like the DataGrid. I have a report that needs to be emailed out

Re: [DOTNET] VB.NET Documentation/Comment processing Tool

2002-05-28 Thread dave wanta
Hi Ivan, I have't tried this, but I'd be interested in anyone else comments on this (no pun intended :-) ). XML Comments for VB.NET http://www.fesersoft.com/Products/ Cheers! dave - Original Message - From: "Majercak Ivan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 28

Re: [DOTNET] delegate\event\thread ?

2002-05-24 Thread dave wanta
work on that. But, be > aware that you should not raise any events on that new thread! The events > should be raised on the thread that created the BO object (usually the > Winform thread). > > > > This is a common problem that I and others have faced. Namely, how to raise >

Re: [DOTNET] delegate\event\thread ?

2002-05-24 Thread dave wanta
esn't matter as long as they have the framework or maybe just a soap toolkit, depending on how much work you want to put into this. -Original Message- From: dave wanta [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 3:06 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] delegate\eve

Re: [DOTNET] delegate\event\thread ?

2002-05-24 Thread dave wanta
nes it grabs. So, you have a WS that starts the process and another one that checks for updates. -Original Message- From: dave wanta [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 2:42 PM To: [EMAIL PROTECTED] Subject: Re: [DOTNET] delegate\event\thread ? Thanks, but can't

Re: [DOTNET] delegate\event\thread ?

2002-05-24 Thread dave wanta
e will work. Web services can't fire events so they are out. -Original Message- From: dave wanta [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 2:12 PM To: [EMAIL PROTECTED] Subject: [DOTNET] delegate\event\thread ? Ok... ever in one of those situations where you don't e

[DOTNET] delegate\event\thread ?

2002-05-24 Thread dave wanta
Ok... ever in one of those situations where you don't even know enough to ask the right question? Well, that's what i feel like with this one. If I should move this to a more appropriate list... let me know which list. ok here goes.. I have an application that is basically 2 parts. A winform

[DOTNET] server side printing

2002-05-20 Thread dave wanta
Hi all, Here is a good one.. I need to print something server side. Has anyone tried this? Here's the scenario... based upon certain actions of an application, without anyone logged onto the server, I need to send html formatted invoices to a printer. We have a COM application that has been run

Re: [DOTNET] Sending MIME emails in .NET

2002-05-13 Thread dave wanta
Hi Monsur, There isn't any easy way (if any that I know of) for doing this in .NET. I've been using the component at www.aspNetEmail.com with great success. I've sent millions of emails with it, and it is the only component that I use on www.kbAlertz.com --Dave - Original Message - From:

Re: [DOTNET] Timeout on UDP Packet

2002-05-13 Thread dave wanta
of do you know of any samples, for writing the time out? Thanks! dave - Original Message - From: "Brad Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 12, 2002 9:44 PM Subject: Re: [DOTNET] Timeout on UDP Packet > dave wanta wrote: > >

[DOTNET] Timeout on UDP Packet

2002-05-12 Thread dave wanta
Hi all, I'm writing a UDP program and I'd like to have the socket time out if it doesn't recieve an answer in n milliseconds. What I do is send a packet to a UDP server, which is fine, everything works ok... but then I want to wait n milliseconds for a reply, and if I don't get a reply then ha

[DOTNET] DNS servers

2002-05-04 Thread dave wanta
hi all, Does anyone know how to retrieve the list of DNS servers that come up when you call the command ipconfig /all ? I need to do this in .NET, without calling any other programs (cmd.exe or ipconfig.exe). Thanks, dave You can read messages from the DOTNET archive, unsubscribe from DOTNET

[DOTNET] installers and scripts

2002-04-14 Thread dave wanta
hi all, does anyone have any examples of implementing a windows install and some custom vb scripts? any links to any online docs? Thanks, dave You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

[DOTNET] installer

2002-04-12 Thread dave wanta
hi all, i'm working on an VS.NET Setup and Deployment installer project, and am missing something obvious. I have to execute some custom .vbs scripts from inside the installer. Inside of these scripts I need access to the install directory, where the files are getting installed to. Right now i'