all groups > dotnet general > august 2003 > threads for wednesday august 27
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
Microsoft.mshtml.dll
Posted by Pooja Renukdas at 8/27/2003 6:44:23 PM
Hello,
i am using the Microsoft.mshtml.dll to access the DOM in the HTML page
when i use the Collection object it gives me the ExecutionEngineException
execption
The code is given below
Dim htmlCollection As IHTMLElementCollection
Dim coll As mshtml.HTMLDTElement
htmlCollection = m... more >>
Can I use VS.NET 2002 to compile for .Net Framework 1.1?
Posted by Stan at 8/27/2003 5:44:00 PM
Is it possible to use VS.NET 2002 to compile for .NET Framework 1.1?
I know that VS.NET 2003 would do that and I can install VS.NET 2002 and 2003
but we don't have 2003 yet and there is more and more components that
require 1.1. I don't want to use the command line compilers...
thanks,
-S... more >>
Datagrid on WebForm not refreshing on data update
Posted by James Evans at 8/27/2003 2:14:50 PM
I am having some problems with my vb.net\asp.net\sql 2000
app. Two web forms. All stored procs for data access. One
form does inserts and delets - no problems. The other form
does the updates. The updates get into the db just fine -
and I do rebind the grid - but the grid does not refresh
... more >>
Regionalisation of attributes?
Posted by Duncan.Jones NO[at]SPAM bigfoot.com at 8/27/2003 1:18:27 PM
I have an attribute Description applied to the public interface items
of my usercontrol so that the developer knows what each property is
for e.g.:
'------------------------------------------------------------------------
<Description("Sets the spooler pooling interval"> _
Public Property Tim... more >>
Adding references during runtime
Posted by filip stas at 8/27/2003 12:55:44 PM
How do i add references during runtime?... more >>
Sample Needed: Vb and C# in same project
Posted by kjh NO[at]SPAM yourshot.com at 8/27/2003 11:26:20 AM
Hi,
I believe there is a microsoft sample project that shows how to use VB
and C# in the same project. Does anyone know were I can find it?
I have some C# I want to use in my VB project.
Thanks for any help!... more >>
slow performance with datatable column update
Posted by Rich G at 8/27/2003 11:13:50 AM
Hi - can anyone comment on why performance would be so
slow to update a DataTable row a simple value? With 3000
rows, it takes 5 seconds, which is unacceptable. Sample
code below. Suggestions?
string colName = "seg_qty";
for (int i=0; i<mwbView.Count; i++)
{
mwbView[i].Row.Beg... more >>
dataset to datagrid
Posted by chris at 8/27/2003 10:47:05 AM
Hi there,
I try to put a dataset into a datagrid. What is the best
way to approach this problem? Is it possible to save the
datagrid easily?
Thanks a lot.
Cheers
Chris... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
String's Find Method?
Posted by Bruno Rodrigues at 8/27/2003 9:45:45 AM
Hi,
There is a "Find" method for string objects in .NET Framework?
Bruno Rodrigues
... more >>
Deleting Solutions
Posted by Guinness Mann at 8/27/2003 9:26:40 AM
Greetings,
I can't figure out what to search on to find the documentation on how to
completely delete a "solution" from VS.NET 2003. I have no problem at
all deleting projects, but even if I delete the entire underlying
directory structure, the solutions won't go away.
Anybody know how ... more >>
How to change the config file to be used by the current application?
Posted by José Joye at 8/27/2003 9:14:26 AM
Hello,
I have an assembly that is used by a VB6 application. This application can
be a normal exe or an ActiveX (called through CCW).
My assembly needs to get extra info from a config file. In order to hide it
from the VB client, I want to link the config file to my assembly and not to
the ap... more >>
~ explication
Posted by Vantroeyen at 8/27/2003 8:51:29 AM
Hello,
What is the meaning of the ~ caracter in a Url
ex: "~/folder/..." ?
Regards... more >>
DotNet : A picture in Crystal report
Posted by patator_nogueira NO[at]SPAM yahoo.fr at 8/27/2003 7:30:00 AM
hi,
I add a picture in Crystal report.
When I use view Browser of CrystalReportViewer, i have my information
of database but the picture don't visible.
Moreover, picture of PageNavigationButtons don't visible (As the link
is broken)
i need add a reference to use this picture ??
I need... more >>
.NET and non IE Browsers
Posted by Savvas at 8/27/2003 6:48:04 AM
Hi there,
I am new to this and my applogise
I wish to develope .NET application that's is accessable
to both IE and non IE users. Is there a code examples that
I could use to allow all browsers and other non windows
machines to login in using .NET framework?... more >>
Oracle blob error
Posted by Mohammad at 8/27/2003 6:43:38 AM
hi
when i try to send a blob or Longraw value with more than
32k as parameter to stored procedure in oracle 9i, the
following exception raise
"ORA-01460 : Unimplemented or Unreasonable conversion
requested"
please help me for solving this problen.
... more >>
acquirement of documents
Posted by Alessandro Rossi at 8/27/2003 6:29:16 AM
Hi,
I've this problem:
I must develop an application using c#, to acquire
documents from scanner. How can i pilot the scanner
from .net?
I've read that there are the "WIA" drivers, but these are
only for windows millennium and xp and i want that my
application will run also in 98 ecc...
... more >>
Is this a memory leak?
Posted by ianstirkcv NO[at]SPAM yahoo.com at 8/27/2003 3:00:13 AM
Hello,
I wonder if you can please help…
We are running a web application built using .net framework version
1.0, service pack 2, running on Windows 2000 server, service pack 3.
The server has 1 gigabytes of RAM.
We are using Perfmon to monitor memory usage of aspnet_wp.exe, CPU
usage, a... more >>
I don't want to post a form by clicking on ImageButton
Posted by Gaëtan at 8/27/2003 12:49:15 AM
I want to post my form by clicking on a RadioButton but
not on clicking on an ImageButton. How to do to execute
only the click procedure of the ImageButton and not the
postback of my page. Because on the postback of my page I
want to test the request.form of my RadioButton.
I try to change ... more >>
COM issue under .NET
Posted by Bryan Gan at 8/27/2003 12:38:58 AM
Dear all,
Can I know is there any improvement if develop COM
under .NET comparing to develop COM using VC6?
thanks.... more >>
|