all groups > dotnet general > december 2003 > threads for friday december 5
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
HTML Parser
Posted by wilk at 12/5/2003 8:22:36 PM
Is anybody know here any class in .NET that would help me to parse html in
C# ?
Or maybe you can even tell me how to do it?
--
--
--------------------------------------
Pozdrawiam WILK
--------------------------------------
... more >>
access network share
Posted by Jon the Blind at 12/5/2003 5:35:47 PM
How can programmatically I access a network share, specifying credentials
different from those of the loggin-in user of the machine?
Any insights are appreciated.
Thanks.
Jon
... more >>
How would you approach this using Structured Exception Handling?
Posted by lover at 12/5/2003 4:25:19 PM
in the vb.old days we used to be able to do something like
\\\
sub
on local error goto typeMismatchHandler
_someIntegerVariable = _someVariableThatMightBeNothingOrNull
_anotherIntegerVariable = _anotherVariableThatMightBeNothingOrNull
_yetAnotherIntegerVariable =
... more >>
datagrid
Posted by Elrond Bishop at 12/5/2003 3:13:40 PM
How Do I change the order and name of the columns in a datagrid that has
been bound to a collection object ?
... more >>
Dotnet scheduler like the Windows "Schedued Tasks" scheduler?
Posted by Codemonkey at 12/5/2003 2:18:59 PM
Hi,
I am writing an App in .Net that involves some scheduling of tasks. I was
wondering if anybody has come accross any components or examples of how to
implement a schedule manager like the one in the Task Scheduler for Windows?
Basically I'm after something that'll allow me to specify a "r... more >>
Special Character inside XML string data
Posted by Norman Uhlenkott at 12/5/2003 2:04:19 PM
I would like to be able to put in special character inside
an xml data string (#, <, >, &).
when it trys to parses out the XML String it errors out
strXML = "<?xml version='1.0'?>" & vbCRLF
strXML = strXML + "<WO_Step>" & vbCRLF
strXML = strXML + "<Test>Test Special Characters #, %, &,
<, ... more >>
S.M.A.R.T. Hard Drive Information.
Posted by sir_sickboy NO[at]SPAM hotmail.com at 12/5/2003 1:23:49 PM
Hi,
Anyone know how to access the S.M.A.R.T. Hard Drive information from .NET?
Thanks,
Smele.... more >>
Is Framework Included On New PC's
Posted by Mark_S at 12/5/2003 12:49:02 PM
Does the .net framework v1.1 come pre-installed on new Window's PC's? For
example, there is a recent news article about AOL selling a $299 PC bundle
that has Windows XP Home edition- will this PC have the 1.1 framework
installed? The article said the PC would have StarOffice installed, which
lea... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Capturing short cuts keys
Posted by Sandra at 12/5/2003 12:20:05 PM
I have a form which has a combo box. If the user were to hit the key combo
of CTRL + L for eg then I would like to change the value in the combo - how
do I capture these events.
Thanks in advance
Sandra
... more >>
deploy a windows service application
Posted by Jane at 12/5/2003 12:19:55 PM
Hello,
When I build setup solution in VB.net, I got a warning
**********************************************************
"WARNING: This setup does not contain the .NET Framework
which must be installed on the target machine by running
dotnetfx.exe before this setup will install. You can ... more >>
IE Browser and ASP.NET
Posted by david at 12/5/2003 11:39:51 AM
(1) How do I update the IE browser's status bar from
within an ASP.NET web application?
(2) How can I capture the event of closing the IE browser
from within an ASP.NET web application?
(3) How can I suspend any activity - disable accepting
keyboard or mouse clicks on a web page until th... more >>
Visual Studio delay when switching to design tab
Posted by TGF at 12/5/2003 11:38:52 AM
Hello,
Has anyone noticed that VS .NET IDE hangs for awhile (up to a minute)
when you switch from a code page to a design page? This is the most
annoying thing on the planet, next to herpes and Anna Nicole Smith....does
anyone know an option that can be set to make this stop?
--
TGF
... more >>
Browser component in Windows form
Posted by Chris Rausch at 12/5/2003 11:02:24 AM
I have a browser component placed in my Windows form. I
have a reference to mshtml. All aspects of the browser
(events, navigation, etc.) seem to work fine.
I am creating an instance of the document as such:
HTMLDocument myPage = (HTMLDocument)
axWebBrowser1.Document;
string oldPage ... more >>
Bug found in VB.net using New Byte call
Posted by Steve Mauldin at 12/5/2003 9:13:56 AM
I came across an example in the MSDN documentation using RC2 encryption(the
link to the article is at the end of this message). When I tried it I had a
problem with getting back the same length string that I sent into it. After
working on Debugging the code I found two problems. One was in the... more >>
error message.
Posted by Angelina at 12/5/2003 8:44:18 AM
Hi,
I am running a stored procedure when the user selects an
item from a combobox (combobox1). This stored procuedure
gets values based on what was just chosen by the user in
combobox1 and enters these values in combobox2.
However i keep encountering the following error message
which i... more >>
How .NET deployed and versioned assemblies?
Posted by Dan at 12/5/2003 8:40:12 AM
Dear Gurus
I'm concern with the way .NET assemblies are deployed and versioned. I
understand that when installing a newer version into the GAC will not
replace any older version. but what if the older version actually contains a
show stopper bug that need to be patched so that other applicatio... more >>
Why did Microsoft Ruin Visual Basic?
Posted by Truble at 12/5/2003 8:36:08 AM
Visual Studio .NET is not more efficient to write than
VB6. I can write a VB6 App at least twice as fast as
in .NET. Why did Microsoft ruin the syntax advantage of
VB6 in .NET?... more >>
ASP.Net user control
Posted by RCIC at 12/5/2003 8:32:18 AM
If I add a user control to a webform, it seems like I
should be able to make it visable or invisable. My code
doesn't seem to work. I made a control called myControl
and dragged to on to my web form. I then added this to
the code behind and ran it.
Public test As myControl
... more >>
Signing problem
Posted by Ayende Rahien at 12/5/2003 8:14:33 AM
I'm trying to build my application with a strong name, but I get this
errors:
error CS1577: Assembly generation failed -- Referenced assembly
'AxInterop.SHDocVw' does not have a strong name
error CS1577: Assembly generation failed -- Referenced assembly
'SgmlReaderDll' does not have a strong ... more >>
Class Arrays
Posted by trinitypete at 12/5/2003 8:03:15 AM
Hi,
This post is just to check that I am not missing a point
somewhere.
I have a class say 'CLASSA' with a string member field
and associated property. I need an array of this class so
I execute the following code(C#)
CLASSA myclassarray = new CLASSA[5];
If I try to access the firs... more >>
HTTPS using VB.NET application
Posted by ashubhalerao NO[at]SPAM yahoo.com at 12/5/2003 7:53:45 AM
Hi all,
I am trying to write a VB.Net application which communicates over SSL
with an IIS server. I have got a temporary certificate from Verisign
and installed it on IIS.
I am using HttpWebRequest to send the request across. I get an
exception "Could not establish trust relationship with... more >>
Data between forms
Posted by Ari A at 12/5/2003 6:46:12 AM
I have created two forms in VisualBasic.net.
When the user hit a button on the FormB must a message
box open showing data from a textbox on FormA. Both forms
are open at same time.
I have done this by using global variant but how can I do
it by writing a line of code in FormB?
Thanks Ari.
... more >>
VB .NET
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 12/5/2003 5:17:35 AM
How to list the files of a folder with VB .NET... more >>
c# and vb.net comparison
Posted by vinu at 12/5/2003 3:55:36 AM
What are the main differance between c# and vb.net.... more >>
Project Question
Posted by Greg Decos at 12/5/2003 2:46:05 AM
I moved the source code of a web project I've written to another
development machine.
Is there a way to use that same solution (without creating a new project and
adding all files and directories) and if so how can it be done?
I tried opening it and I get a "enter working copy location" and if ... more >>
Bit Shift Operators
Posted by Simon at 12/5/2003 2:28:09 AM
I've tried using the bit-shift operators (>> and <<) in
VB.Net, but the compiler objects. Does anybody know
why? Has anybody used them?
Thanks in advance... more >>
What news groups are there for .net addins?
Posted by Robert at 12/5/2003 1:21:42 AM
Is there any specific newsgroup for VS.net Addins
development?
//Robert ... more >>
CURL.NET???
Posted by conradfripp NO[at]SPAM hotmail.com at 12/5/2003 1:16:05 AM
Hi,
If any Microsoft people are listening....
Are there any plans for the new web language called "Curl" to be
supported in .NET (ASP.NET)? I ask as Curl represents the first step
to true OO programming of web pages and not just running "scripts"
which have in-roads into service DLLs of oth... more >>
Use .NET Framework 1.1 SDK with Visual Studio 7.0 (2001)
Posted by pawel at 12/5/2003 1:06:41 AM
Hy!
Is there any possibility to use Use .NET Framework 1.1 SDK with Visual
Studio 7.0 (2001) ?..
On computer with older VS I have installed .NET SDK 1.1 and try to compile
project for this platform, but I experienced many problems (compatibity code
issues, it seems that VS is trying to build ... more >>
|