all groups > dotnet general > july 2005 > threads for monday july 18
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
VB.NET and IIS
Posted by JB at 7/18/2005 10:16:02 PM
I am writing an application to streamline website production. I have a
generic folder, which I copy and paste (ready to be edited), which is fine.
But I would like to hook into IIS and automatically generate a website
(including header information, etc).
I have searched msdn and google, w... more >>
Can you detect when your assembly is loaded?
Posted by Jeff Lar at 7/18/2005 1:25:02 PM
I'm writing a class library that will be consumed by other applications,
both web and form, and may also be loaded dynamically. I need the assembly to
perform some validation immediately after it is loaded, and possibly shut
itself down. I cannot find an event or mechanism to detect when my ... more >>
How do you delete a watch?
Posted by RobGSCL at 7/18/2005 12:11:55 PM
When I select a watch in a watch window, 'delete watch' is disabled.
How do I delete watches?
Thanks
Rob
... more >>
Path And ABse name
Posted by Lou at 7/18/2005 11:41:17 AM
How do i get the Basname and dir of a full name
Ex:
C:\MyDir\MyFile.txt"
i need the dir and the base file name?
-Lou
... more >>
datagrid question
Posted by amber at 7/18/2005 11:30:07 AM
Hi there,
I need some advice on the best way to go about this:
I have a datagrid populating from a SQL server database.
There is a field in the SQL table (STR_COMMENTS) that I don't want to
display in the datagrid (it's too big) but I would like some kind of flag
(check box checked or somet... more >>
How to access Datalist Footer's Control
Posted by Kaung Htut O via DotNetMonster.com at 7/18/2005 11:21:07 AM
Hi to all
Is there a way to access Datalist Footer's Control properties from outside
of datalist event. Pls note that I mean not a datagrid, only for datalist.
Thanks
Kaung Htut Oo... more >>
TypeLoadException
Posted by Federico G. Babelis at 7/18/2005 10:11:29 AM
Hi I'm gettign this exception:
Runtime-implemented method with non-zero RVA.
Any help ?
Thx,
Fede
... more >>
simple question - What version of Crystal is in .NET 2003 and 2005
Posted by lastusernameleft at 7/18/2005 9:48:02 AM
Is it version 9 or 10 or a custom .NET version? ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
FileSystemWatcher question
Posted by Piotr Szukalski at 7/18/2005 9:29:42 AM
Hi!
FileSystemWatcher raises 'Created' event immediately after the file has been
created - and what if someone transfers a very large file? Is there a bether
way to detect end of transmission than:
// --- wait for file transfer completed
while (! TryToOpenInExclusiveMode())
{
Sleep(some... more >>
Two thread for two independant windows ?
Posted by Patrick Toledano at 7/18/2005 8:41:58 AM
Hello,
I am building small application using interface with Outlook and Word.
The first window is a startup whith a smooth blinking using clock control.
This window display upon the second window is displayed. The second window
instanciated by the first one (Dim W as New W2 ... W2.Show).
... more >>
Call a WebService from within a Stored Procedure...
Posted by Steve at 7/18/2005 8:39:04 AM
Visual Studio 2003 / SQL Server 2000
Is it possible to call a webservice from a stored procedure?
I have a field system with SQL CE on it, this talks to a SQL backend, but
that then needs to talk to another none microsoft application(Progress) which
can be exposed via webservices. Is this... more >>
sending mail using Outlook and vc#.net with object library 9.0
Posted by Hari at 7/18/2005 6:29:03 AM
Hi all!
I am trying to send mail using outlook in my web application. i am using
Outlook Express. Actually i am saving it in DRAFTS folder instead of sending
it. My system are in network. I hard coded my outlook login profile. Its
working fine as far as running the application in that parti... more >>
Opening Office Files
Posted by Jason Steeves at 7/18/2005 5:36:02 AM
If I use an html link to open a word document word will open this file, on
the server, with the clients word as the client has a file association setup
for .doc to utilize word. I need to replicate this for a file type that does
not have a file association for word EX: getting test.txt to ope... more >>
exporting to excel from vb.net application
Posted by rambo at 7/18/2005 12:51:03 AM
Can someone post the needed code to help me export from my application to
excel? I have been trying to do this but I can't get it to work. Can some
give some documentation on this?
___
thanks rambo ... more >>
byte Array To File Stream
Posted by Gigi at 7/18/2005 12:00:00 AM
Hello,
I have a byte array and i must send(to blocks) to remote class
In the remote class i write a file stream......
How?
In my sample i send stream...
Code CLIENT:
FSource = New FileStream("c:\test.tif", FileMode.Open)
While FSource.Position < FSource.Length - 1
Call Remote... more >>
|