all groups > dotnet general > july 2003 > threads for tuesday july 22
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
What is the minimum (OS) software requirement for a .NET developed application to run ?
Posted by Takashi Yamamoto at 7/22/2003 11:50:22 PM
Hi All,
Need help on the ff questions, please:
1). if I developed a .NET application, what is the earliest OS required to
run the application for end users ?
2). Do I need to bundle any extra support libraries etc to support the
earlier OS's (Win95 etc) ?
3). Hope I don't get flamed for t... more >>
Serial# component for .NET?
Posted by Sam Hulick at 7/22/2003 6:00:47 PM
If I wrote a shareware app and I wanted to maybe allow an X-day trial
period, but they could enter a serial# to unlock it.. how would I do
that? I'm sure there are plenty of components already out there. Can
anyone recommend any? (preferably freeware, but shareware is ok)
Thanks
-Sam
... more >>
Urgent Help Needed
Posted by Anantha Narayanan Vijayaraghavan at 7/22/2003 3:37:41 PM
Hi Guys,
I have got an doubt in stylesheet. I want to know how to apply stlesheet.
I have created a style sheet. I used
<link href ="style.css" type = "text/css"rel = stylesheet>
When i apply the class of this stylesheet it doeds not work. I need to know
how to apply styleshee... more >>
Remote Reboot in VB.NET
Posted by ---------- Eric ---------- at 7/22/2003 3:32:09 PM
How would i go about rebooting a remote computer from code
running on this local computer?
Bacsically i have a service running on machine A, it
checks the status of a service on machine B. If the
service on machine B fails, the service on machine A needs
to tell machine B to reboot.
... more >>
Parsing Excel Spreadsheet
Posted by Hugh McLaughlin at 7/22/2003 3:29:08 PM
Hello Everyone and thanks for your help in advance. I am
working on an application that requires the parsing of an
Excel spreadsheet that will be loaded into a SQL Server
table. An example of the spreadsheet is located at:
http://ratesheets.sollen.com/script/ratesheets/interfirst/
ratesh... more >>
Compare Vb.net and C#
Posted by Prateek Sethi[GrapeCity] at 7/22/2003 3:18:21 PM
Hi,
Can somebody let me know the differences between vb.net and C# or point me
to an article? I do not need syntax and keyword differences, but an insight
on the funtionality diff. between the two languages/compilers.
Thanks
... more >>
Column does not allow ( DATAGRID )
Posted by Joao Santa Barbara at 7/22/2003 2:28:38 PM
Hi all
i have a grid bind with a dataset, and a textbox. i´m using a currency
manager to navigate in the grid, but some times when i press the CM.Addnew
it shows a message in the screen " Column XXXX Does not Allow nulls. do you
....... "
note: what i want is when i press the button ADD it e... more >>
Custom validator Controll
Posted by Michael ALbanese at 7/22/2003 1:07:17 PM
I am developing a telephone directory for my company.
I have Fist Name, Last Name, Department and Phone Number
as fields. A user can search by entering data into any
one, or combination of these fields.
I have been trying to write a custom validation control
that will test each of the ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Installer - change file permissions
Posted by Dave Lambert at 7/22/2003 12:57:31 PM
Hi, hope someone can help, I would like to change
permissions on a folder and wondered if it is possible as
part of an automated install, the reason being we have
created an install for an asp.net web application, a
folder needs asp.net write priviliges. Anyone know?
Thanks alot.
dave... more >>
ASP-DotNet Problem
Posted by GN at 7/22/2003 12:44:30 PM
I have to design a web application in ASP DotNet Environment.
A corporate user logins and the privileged-based menu/side bar are created.
While clicking on menu he will be allowed to perform business related
operations on the same single page (for multiple objects).
In my last design... more >>
view post buffer of HttpWebRequest
Posted by Randy at 7/22/2003 12:36:13 PM
Is it possible to view the stream that is being POSTed to URI when using
HttpWebRequest class? If so, how? I'm posting MIME encoded key/value data
to a website. I want to verify that the stream looks something like this...
--------7cf2a327f01ae
Content-Disposition: form-data; name="lo... more >>
Can application policy bind to latest version of assembly?
Posted by Terence Shek at 7/22/2003 10:11:38 AM
Is there a way to set the application binding policy so
that it always binds to the latest version of an
assembly? I'm hoping there is a way to avoid updating the
application's binding configuration every time there is
an update to a shared assembly.
... more >>
.NET 7.0 Add COM component to Project?
Posted by Patty Lorge at 7/22/2003 9:44:01 AM
Hello,
I checked the Help and it says you Add/Remove COM
components and Type Libraries to Projects by selecting the
menu item Project-->Add References. However my Project
does not have the Add References Menu item.
Any information will be appreciated.
Patty ... more >>
move a file with a wildcard
Posted by Kevin Rose at 7/22/2003 8:05:22 AM
I need to move a file from one location (Source) to
another (Destination). I currently use:
System.IO.File.Move(source, destination)
My problem is that the source file name changes. It is
called FileXXXX.txt where XXXX is the timestamp of when
the file was created. I want to read in t... more >>
configSections - .Net Bug - Please Help
Posted by Jaco De Villiers at 7/22/2003 4:36:15 AM
Hi,
I have added the following group and section:
<configSections>
<section name="sampleSection"
type="System.Configuration.SingleTagSectionHandler" />
<sectionGroup name="tilos.sdk">
<section name="tilos.data"
type="System.Configuration.NameValueSec... more >>
|