all groups > dotnet general > february 2004 > threads for sunday february 8
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
Using OLEDB in a VB.NET Application
Posted by John Dougherty at 2/8/2004 11:46:06 PM
I am following some code examples referring to using system.data.oledb - however, I do not have "oledb" available as an item to select. I type system.data., and I can see SQLClient, but not oledb. I assume I am missing a reference, but cannot find anything documentation to tell me which reference ... more >>
Can w2k read ext2
Posted by Travis 'Usenet' Bickel at 2/8/2004 10:42:33 PM
Can windos 1900 read an ext2 filesystem?
... more >>
problem of RichTextBox
Posted by Franz at 2/8/2004 10:18:21 PM
I have a RichTextBox which uses font A. But when I input text into it, the
font of the new words is not font A.
I haven't set the SelectionFont property.
But if I execute the following line of code, the font of the new words
changes to font A
aRichTextBox.Text = aRichTextBox.Text;
Does anyon... more >>
Displaying data from the database
Posted by tapan t at 2/8/2004 9:53:44 PM
Hello,
I've two SQL tables. Q_Master(Q_ID,Question_DET,DIS_MODE) and
ANS_MASTER(ANS_ID,ANSWERS,QUESTION_ID,SCORE)
There are lot of questions in the database and answers for that
respective questions..What I need is, in my ASP page I need to display
all the questions and Answers for that res... more >>
automatic HTML/XML code formatting in VS2003
Posted by Dymov Vlad at 2/8/2004 9:16:42 PM
Hello, All!
I have some trouble with subject.
Maybe it is not trouble at all, but i need a good advise.
I have just tried to write simple ASPX page in HTML view.
Everything was good.
Auto-farmatting feature been worked well.
It was make right indents, quotes and ect.
Just like below:
<bo... more >>
VS.NET 2003 Bug List Somewhere?
Posted by clintonG at 2/8/2004 3:46:52 PM
I hope the subject line is self-explanatory. I've been having some
problems and hope I can review those problems discovered and
documented by others. I'm hoping to avoid the surprises
--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauw... more >>
Regular Expressions faster in Java ?..
Posted by pawel at 2/8/2004 2:28:44 PM
I have made some comparision C# to Java RegularExpression. The problem was
to find out if the rule match some text.
Matching were done for precompiled regular expressions, in 100000 iterations
loop. Those loops were executed 11 times and average value of consumend time
was calculated. Below are ... more >>
Which button was pressed ?
Posted by James McGivney at 2/8/2004 11:41:07 AM
I have a project in VS.NET using C#
I have a series of buttons on an aspx page. When one of the buttons is pressed, a panel becomes visible and allows the user to enter and edit data. I want to use this data to modify the text of the button
I am thinking of storing a unique identifier in View St... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Recommended reading for Interop
Posted by Nikos at 2/8/2004 11:31:07 AM
Hi all
From the subject you might guess that I am a newbie here. Is there any recommended reading for interop between Com and .Net
... more >>
What does \G mean in a .NET regular expression
Posted by regulartranslator NO[at]SPAM yahoo.com at 2/8/2004 11:27:52 AM
Does anyone know a full reference on .NET regular expressions. I can't
find the meaning of the '\G' expression?
Lido... more >>
Clients network login
Posted by Paul M. at 2/8/2004 8:51:39 AM
Hello,
we have a company intranet system and I want to return in the VB ASP
..net code's error handler the users network login. Does anyone know how this
can be done?
Cheers
Paul
... more >>
Search Spammed Up [OT]
Posted by John Bailo at 2/8/2004 5:56:25 AM
My beef is that the major search and find Internet sites ( Yahoo, Google,
Ebay ) have been /gummed up/ by mimics.
For example, search for a car. You will find all kinds of entries for
$0.00 just so the search is always hit by someone searching by price --
even though the actual car may be $... more >>
.net framework speed
Posted by James Brown at 2/8/2004 1:41:06 AM
Hi
I'm thinking about writing a special application based on the .net framework, but I've got one important question: Is there (and if so how much) speed decrease between old-style C++ code and new managed code?
Thanks
James... more >>
|