all groups > dotnet general > october 2003 > threads for friday october 24
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
Regular Expression
Posted by Buddy at 10/24/2003 11:25:21 PM
Can someone please show me how to create a regular expression to do the
following
My text is set to
[vbl] MyColumn{1, 100} Test
I want a regular expression that sets the text to the following
[vbl] testMyColumn{1, 100}Test
Basically I want the regular expression to add the word test ... more >>
Several newbie questions
Posted by Dan at 10/24/2003 10:20:29 PM
I'm an embedded C (and some C++) programmer by trade, but I'm feeling the
need to make myself more marketable in this job market (and .NET sounds
pretty cool anyway). So, with this goal, I bought "Programming Microsoft
..NET" by Jeff Prosise. I am enjoying the book, and learning C# in the
proces... more >>
Refresh Form
Posted by Amy Snyder at 10/24/2003 9:23:42 PM
Probably a very simple questions but...
I am playing around with ASP.NET for the first time and put together my
first page that has a few text boxes and listboxes. I like the way
values are retained in the controls after submitting to the page, but
how can I clear them? I put a Reset button ... more >>
Dr. Bombay, Calling Dr. Bombay !!!
Posted by john bailo at 10/24/2003 8:17:54 PM
Hey Bill ship those jobs as fast as you can....
http://www.c-sharpcorner.com/CareerCenter.asp
1. Senior .NET Developers, Technical Leads REQUIRED in NEW DELHI, INDIA
( ps. this sounds like a good gig, if they are accepting applicants
from overseas )
... more >>
Installing MSDE with a .NET App
Posted by Huw Lloyd at 10/24/2003 4:02:58 PM
Can anyone point me in the right direction...
Im looking to include MSDE merge modules as part of my Windows application
installation but i dont know how to:
1. Find out what merge modules to include and where to find them
3. Once MSDE is installed I want to run SQL scripts against it so tha... more >>
Regular Expression
Posted by Buddy NO[at]SPAM Onlinehome.com at 10/24/2003 3:32:33 PM
Can someone please show me how to create a regular
expression to do the
following
My text is set to
[vbl] MyColumn{1, 100} Test
I want a regular expression that sets the text to the
following
[vbl] testMyColumn{1, 100}Test
Basically I want the regular expression to add the word
... more >>
time
Posted by chris at 10/24/2003 3:07:52 PM
hi
i have a textbox
how do i make sure that the user enters the time in the correct format?
like
HH:MM
and no other characters like alphabets etc?
thanx
... more >>
Null out original reference?
Posted by RMD at 10/24/2003 1:00:45 PM
I need to be able to keep a list of object references, and null them out one
by one at a later point in time. I realize this can be dangerous, but I have
my reasons.
I can't figure out, however, how to keep what is essentially a reference to
a reference. I want to store my objects in an ArrayL... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.net in machintosh
Posted by JVince at 10/24/2003 12:46:23 PM
hi y'all!
is it possible to run vb.net applications on machintosh
computers? if so, what are the requirements?
if not, how can i get it to work there?
Cheers!... more >>
Accessing C# from Borland C++
Posted by Curtis N at 10/24/2003 12:29:46 PM
Hi All,
I'm trying to add functionality to a project built in
Borland's C++ Builder. I would like to use C#.NET How can
I get the Borland code to access routines written in C#.
Is there anyway to do this without using the registry.
Thanks in advance. ... more >>
vb.net code
Posted by chris at 10/24/2003 12:15:25 PM
hi i have found some vb.net code to display a blob image on the browser.
Dim con As New SqlConnection("Server=server1;uid=sa;pwd=guest;database=db1")
Dim da As New SqlDataAdapter("Select * From table1", con)
Dim MyCB As SqlCommandBuilder = New SqlCommandBuilder(da)
Dim ds As New DataSet
con... more >>
data reading
Posted by chris at 10/24/2003 11:45:35 AM
hi i would like to know when to use xmlreader?
and how would it be different from binding data using datagrid or datalist
thanx
chris
... more >>
Working with win app
Posted by Andres at 10/24/2003 11:10:41 AM
I=B4m working with C#. And my question is:
How can i open a file with its win application?. For=20
example open a word file with MS Word? or an excel file=20
with MS excel?=20
Thanks.... more >>
dot net newsgroups on google and msdn website
Posted by Aamir Ghanchi at 10/24/2003 9:51:47 AM
There are many .Net sub-newsgroups that show up on google
groups but are not available on MSDN website
http://msdn.microsoft.com/newsgroups/default.asp
example
microsoft.public.dotnet.framework.windowsforms.databinding
which does not appear on MSDN newsgroup list.
... more >>
default directory when reading TXT files...
Posted by Mark at 10/24/2003 9:21:33 AM
Hello all!
I've created an ASP.NET project using Visual Studio 2003 and C#. The project is quite basic in that it simply needs to read in the contents of a text file (.txt).
I have the StreamReader in place, but my problem arises when trying to local the file. I added my text file to my project ... more >>
Displaying Images ?
Posted by Vinay at 10/24/2003 9:21:20 AM
Hi All:
I have a small application that stores images either in the database or as
files (depending on the user preference). I'm in the process of providing a
web interface to this application.
1. If the images are stored in the DB then, every an image is requested, it
will need to be pulle... more >>
VB or C# ?
Posted by Philip Webb at 10/24/2003 7:32:00 AM
We intend to use .NET technology and SQL Server to build a
corporate Intranet.
Are their any advantages/disadvantages in chosing to use
VB or C#? Could you recommend which one to use.
Will chosing one over the other restrict us in any way in
the future or is one better suited to building... more >>
Need help: unloading Assembly (DLL)
Posted by LilleSkutt at 10/24/2003 1:41:05 AM
I want to use assemblies (Window Forms as .dll) so that I can replace the form while the main application is running. To accomplish this, I used Assembly.LoadForm to manually load the assembly when I need it from a .DLL file. I then use CreateInstance to create the instance of the class, and then us... more >>
|