all groups > dotnet general > december 2004 > threads for tuesday december 14
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
interfacing internet explorer
Posted by Logan McKinley at 12/14/2004 11:59:17 PM
I would like to get a list of links out of an internet explorer window. I
was also wondering if there was an easy way to scroll the ie window. I
don't know where to start to interface with ie and was hoping someone could
point me in the right direction.
Thanks in advance,
~Logan
... more >>
can not move objects on the form
Posted by Tony at 12/14/2004 7:48:24 PM
hi.
using visual studio.net , when i add form object either web form or window
forms , i can not move them to the location on the web by draging and
droping them.
they move but once the mouse buttoin is released they sanp back to thier
original place.
dose anyone knows how i can fix this. ?
t... more >>
Uninstalling Assembly from GAC.
Posted by Makarand Keer at 12/14/2004 7:23:03 PM
Hi All
I have around 3 versions of same assembly installed in my GAC. Now I have to
un-install all these assem from GAC, for this I removed all the references to
these assem and called gacutil - u assname.
However it is not getting uninstalled, saying one or more applications are
using the... more >>
Accessing compiler error messages from web page that runs batch file
Posted by Jon Maz at 12/14/2004 6:50:51 PM
Hi All,
To allow myself to make development changes directly on a remote server
*without* having to compile on my local dev machine and then upload the
dll's to remote, I have created a RunBatch.aspx on the remote which calls a
batch file (myBuild.bat) on the same machine, and this batch file ... more >>
Error: Unable to open web project
Posted by Paul at 12/14/2004 4:09:02 PM
Hi,
I am using .NET 2003 (7.1.3088
Framework 1.1.4322) on Windows
Server 2003. After I installed BizTalk 2004
on same machine I was not able to open web
project.
Error:
"Unable to open Web Project 'ProjectName'. The file path
'C:\Inetpub\wwwroot\ProjectName' does not corresponding
to the ... more >>
Problem Generating Mail Messages
Posted by Bob Avallone at 12/14/2004 3:53:06 PM
I found this code of the internet that should create a mail message:
'Create an instance of the MailMessage class
Dim objMM As New MailMessage
'Set the properties
objMM.To = "bob@metaprosystems.com"
objMM.From = "info@metaprosystems.com"
'If... more >>
VS.NET has detected Web Server is running ASP.NET v1.0
Posted by sumit.sengupta NO[at]SPAM gmail.com at 12/14/2004 3:31:30 PM
Hi,
I have tried this and am still getting an error trying to open a ASp
..NET application in Visual Studio .NET.
I still get an error: "VS.NEt has detected the Web Server is running a
version 1.0 of ASp.NET"
I have Windows 2000 Pro, IIS 5.0 and .NET 1.1
I have tried almost every singl... more >>
Scientific graphics package needed
Posted by Peter Aitken at 12/14/2004 3:28:02 PM
I am looking for suggestions for a scientific graphics package that can be
used to add charts to a .Net program. I need all sorts of technical graphs
including 3-D. Any recommendations? Cost is not a concern.
--
Peter Aitken
Remove the crap from my email address before using.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How can I alter Event Log properties programmatically in Dot.Net?
Posted by ComSat1 NO[at]SPAM community.nospam at 12/14/2004 3:17:02 PM
Neither the EventLog component in dot net nor the EventLog Class will allow
me to access or alter the "Maximum log size" or to select "Overwrite Events
As Needed". Does anyone know how to do this in dot.net?... more >>
Is the opportunity for creating objects limited and often exagerated to the detriment of software at hand? Discuss :-)
Posted by thechaosengine at 12/14/2004 3:12:13 PM
Hi everyone,
I've been having some discussions with collegues of mine as to what
constitutes an OO design. I don't have a very strong view but was wondering
what everyone else thinks. The two opposing view fell like this:
View 1
In order to be making OO software you should be instantiatin... more >>
C# switch statement
Posted by David Whitfield at 12/14/2004 2:47:13 PM
Hi All... I am a beginning .NET developer and am using C# with ASP.NET. I am
having trouble with switch statements, can anyone help?
When I run the below code, I receive an error "Compiler Error Message:
CS1519: Invalid token 'switch' in class, struct, or interface member
declaration"
... more >>
VisualStudio DOtnet not able to open multiple Cs files...
Posted by SenthilVel at 12/14/2004 2:27:40 PM
HI all
in my visual studio DOtnet .
i am not able to open multiple cs files in the projects , its openings only
one cs file at a time,
can any one let me know, what setttings i must do in order to get all the CS
files to edit so that i can see all the files opened.
Thanks
Senthil
... more >>
Unable to attach file
Posted by bmcelhany at 12/14/2004 2:19:03 PM
I have a windows service that monitors a directory for newly created files.
When one is found, an e-mail is generated and the new file is added as an
attachment. In order to avoid trying to attach the file if it is still in the
process of being written to, I'm using a routine (that I found som... more >>
Browser within a browser
Posted by CJD at 12/14/2004 2:00:28 PM
Hello,
I am new to .NET and am wondering if there is a way to put a Web
Browser Control into a .NET Web Application. So basically I would end
up with a browser in a browser. Is this possible and if so could you
give me some clues to get started?
I want my users to be able to browse external... more >>
Object-Relational Mapping
Posted by object-relational persistence mapping at 12/14/2004 11:35:02 AM
Someone can tell me where I find a good Object-Relational Mapping library.... more >>
Is it necessary to dispose a System.Data.IDbConnection object???
Posted by faktujaa at 12/14/2004 11:01:01 AM
Hi All,
A small confusion. I have defined a connection class that has
System.Data.IDbConnection as a member variable and implements IDisposable
interface. I have implemented Dispose method to call Dispose method of
IDbConnection. This Dispose method is called from a destructor. In the
dispo... more >>
Logging in different thread ?
Posted by Navin Mishra at 12/14/2004 10:38:07 AM
Hi,
Does someone has an example of logging in a different thread ? Native
Windows API had a mechanism to send thread message(which could be used to
send a message with log data details). Does .NET has an equivalent ?
Thanks in advance and regards
Navin
... more >>
Object must implement IConvertible. HELP!!!
Posted by Tim::.. at 12/14/2004 8:19:13 AM
Hi can someone please help me with the following error!
I keep getting:
ERROR:
System.InvalidCastException: Object must implement IConvertible.
Line 231: PageID = cmd.Parameters("@PageID").Value
Line 232:
Line 233: Dim myReader As SqlDataReader = cmd.ExecuteReader()... more >>
"loose binding" to dll's
Posted by pieter.breed NO[at]SPAM gmail.com at 12/14/2004 7:23:06 AM
Hi All,
It seems as if whenever you rebuild a .net class library you have to
rebuild /everything/ which references it. Is this so?
I am wondering what happens when you are only doing a minor change on
an assembly which does not change any interface at all, if it is not
then possible to let ... more >>
Corrected: string.Replace acts unexpectedly in this case
Posted by William Sullivan at 12/14/2004 6:37:06 AM
Grrrr... I couldn't edit my previous post. Lemme short circuit the obvious
reply by fixing my code.
string foo = @"v:\\bar.txt";
foo.Replace(@"\\",@"\");
if(foo == @"v:\\bar.txt)
MessageBox.Show("Why didn't Replace replace?");... more >>
string.replace acts unexpectedly in this case
Posted by William Sullivan at 12/14/2004 6:33:11 AM
string foo = "v:\\bar.txt";
foo.Replace(@"\\",@"\");
if(foo == "v:\\bar.txt")
MessageBox.Show("Why the heck didn't Replace work? I'm confusied!");... more >>
simulating keyboard
Posted by jimif_fr at 12/14/2004 12:01:01 AM
How is it possible to simulate the keyboard entries (and the mouse events) of
one program, from another program. The first program is not written for this
purpose and is a not aware of the simulation.... more >>
|