all groups > dotnet faqs > november 2003 > threads for november 1 - 7, 2003
Filter by week: 1 2 3 4 5
Academic vs Pro Licencing
Posted by Comet at 11/6/2003 11:18:04 AM
Hi
I have had a look on the net with regards to whether you can sell
applications you created with Visual Studio .NET 2003 Academic. It seems to
be as clear as mud!
Can anyone help? Are you?
Comet
... more >>
How do you set the system time in VB.Net Code
Posted by Laurence at 11/6/2003 10:05:11 AM
Hi All,
Must be simple I'm sure
but does anyone know how to set the Windows System Time/Clock in VB.NET
code?
... more >>
how to reference a shared assembly from the GAC ?
Posted by Joe Abou Jaoude at 11/6/2003 12:19:50 AM
well that might sound a silly question. I've added a class library
project to the global assembly cache. now i want to use this shared
assembly in my application.
how can i reference it ?
do i reference like a any other dll, or is there another way?
*** Sent via Developersdex http://www.dev... more >>
XP Style controls??
Posted by WayneD at 11/5/2003 10:08:15 AM
Hello,
I'm new to .NET but have been using VC++ 7.0 for quite a while. When you
create a C++ MFC application, you get a wizard dialog that has a check box
for "Common Control Manifest" which gives you the XP style buttons by adding
some stuff to the resource. When creating a Windows Application ... more >>
.net framework version compatibility
Posted by Ashish at 11/5/2003 8:31:39 AM
I have some .net dlls which are compiled against framework version 1.0,
should there be any problems running the same dlls under server2003 or
framework version 1.1 ?
I have heard some concerns from people regarding the .net version
compatibility issues, can someone point me to a good documen... more >>
Framework 1.0 to 1.1 conversion
Posted by Luc Bisson at 11/3/2003 9:01:15 PM
Hi all,
We are using Framework 1.0 for all our ASP.NET and Windows application
projects.
We plan on going to Framework 1.1.
On MSDN, they say that for Windows application, we have to add a section in
the configuration file so the application will be forced to use the 1.1
framework.
Fo... more >>
Launch windows app with no gui?
Posted by Paul at 11/3/2003 5:34:59 PM
Hi.
I need to launch a windows application and then send keyboard event to this
process to run certain commands. I've created a COM+ appplication to spawn
and talk to the application which works well however the launched
application always shows the UI where-as I need this to be hidden, even
... more >>
Error while trying to run project : Unable to start debugging.
Posted by Ravi Shankar at 11/3/2003 12:37:32 PM
Hi,
I get the below error while I press F5 from Microsoft Visual Studio .NET
Enterprise Architect IDE. This doesn't allow me to debug the application.
But I am able to launch any other C# application when CTRL+F5 is pressed.
"Error while trying to run project : Unable to start debugging."
U... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Data Enabled WebSite
Posted by Murphy at 11/2/2003 11:25:58 AM
I am looking at developing a data enabled web site. I am quite proficient
with SQL server, VB & ASP. For these reasons I have decided to develop the
site in ASP.NET (learning presently) with an SQL Server backend.
I have been told this is not the way to go and the better alternative is PHP
& M... more >>
Custom Regular Expressions in ASP.net
Posted by Jay Douglas at 11/1/2003 5:35:31 PM
Hello.
I would like to add my own regular expressions to the list of available
expression used in the Visual Studio IDE. I've searched high and low
through configuration files and on the web and have not had any luck. Any
input is appreciated.
--
Jay Douglas
Fort Collins, CO
... more >>
Communication between HttpApplication that run on the same server
Posted by [Gauthier] at 11/1/2003 4:55:35 PM
Hello,
I've a simple question:
On a server that run multiple asp.net HttpApplication, is there any way with
the asp.net framework to exchange data between different application?
I basically need to send message to a 'server wide' application from any
HttpApplication on the same server and... more >>
|