all groups > dotnet general > february 2004 > threads for thursday february 12
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
How to determine which version of .NET Framework any given assembly is built with?
Posted by Yasutaka Ito at 2/12/2004 9:36:17 PM
Hi,
Is there a way to determine which version of .NET Framework any given
assembly is built with?
thanks!
-Yasutaka
... more >>
UML Tools with .NET
Posted by WJ at 2/12/2004 7:10:06 PM
I used to use Rational Rose way back when. Does the new .NET 2003 offer any
tools for class diagramming, sequence diagramming, and other UML mockups?
... more >>
Preventing class DLL from being exposed or used?
Posted by Greg at 2/12/2004 6:58:43 PM
I've written a class library that contains many of the functions my software
uses (by a few different projects). How can I prevent someone with .NET
from using my DLL without my permission? I'd rather them not be able to
view the function names, etc within it.
I've tried removing Public from... more >>
Restricting Keystrokes in VB .Net
Posted by Robin at 2/12/2004 6:21:05 PM
H
In VB6 I used to trap by keycode on the keydown event and if the keystroke didn't fit into my criteria I would set the value of the keycode to 0 which would invalidate the keystroke. I noticed that the properties are readonly in .Net. How would I do the same as I used to in 6? I am doing the ... more >>
method ref to arbitrary value type instance
Posted by Andrew at 2/12/2004 5:21:04 PM
It seems that in C#, given an instance "a" of some value type "A", one can pass a by reference to functions with signatures of either "void f(object obj)" or "void g(ref A obj)". But passing a into a function with signature "void f(ref object obj)" gives a compile error -- why
(This is part of so... more >>
SMS Phone Drive & VB.net
Posted by A-PK at 2/12/2004 5:18:21 PM
May I know if it is possible to write a program using VB.net to send out SMS
to handphone ?
provided internet connectivity is on
... more >>
OT OT Poll
Posted by John Bailo at 2/12/2004 5:11:17 PM
This is a poll.
What would you rather see more OT posts that:
A) Show more chics with hoses running water on themselves
B) More inane pseudo-sci articles by Jeff Relf
C) Me telling you more about how great /I Spy/ is as a T.V. series and how
Bill Cosby and Robert Culp were the firs... more >>
Crash while exiting only on Windows 98
Posted by Elp at 2/12/2004 3:31:19 PM
Hi,
I've a very strange bug happening in my application (done in C#). It only
happens with Windows 98, with either the .NET framework 1.0 or 1.1:
i'm creating the main form of the application (let's say that it's called
mainForm) and then displaying it with the usual:
Application.Run(mainFo... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.Net Decompiler - How do I protect my .Net Product?
Posted by gregory_may at 2/12/2004 3:13:40 PM
Is there a more econimical way to stop people from decompiling my .Net
product? I dont have $1900 to spend on the .Net Decompiler Protector.
Anyone have any thoughts/experiences with these or simliar products?
Is Microsoft working on a solution to this problem?
..Net Decompiler - $1100
h... more >>
how to read multiple rows from Stored procedure with cursors
Posted by merdaad at 2/12/2004 2:01:07 PM
I am trying to read multiple rows from an SP into a datalist.
I can easily read and display multiple rows if I use a select statement but when I call an SP to send me a few rows, I only get back the first row. I can also read multiple rows from SP if I have a single select statement in the S
H... more >>
Compilation of Code in Microsoft Visual Studio .NET and a couple of other Microsoft .NET questions
Posted by Novice at 2/12/2004 10:26:10 AM
Hi all, I'm afraid this is the second posting of this information as I didn't get a response on the previous post. I will try to shorten my message (i.e. be more concise) in the hopes that it will make it easier for someone (i.e. a Microsoft person) to digest the information and respond to it. I a... more >>
How to have multiple language sources in one project?
Posted by Hamed at 2/12/2004 10:02:30 AM
Hello
Every where in .NET books is mentioned that VS.NET is a seamless cross
platform environment. We have two groups of programmers that some are VB
programmer but others prefer to use C#. Is it possible to have a project
that accepts both kind of sources? I mean for example one class is in VB.... more >>
.NET 2003 Installation
Posted by Lee at 2/12/2004 7:46:12 AM
Is there anyway to install VS 2003 and it NOT uninstall VB6?... more >>
[OT] Visual C#
Posted by C# Learner at 2/12/2004 7:38:16 AM
I'm thinking of ppurchasing Visual C#, but have a question about it.
Does it allow certain language elements (i.e. keywords) to be
boldified in the editor? If I recall correctly, Visual C++ 6.0
*didn't* allow this at all.
Also, does anyone know of a site with various screenshots of the IDE?... more >>
Exposing VB.NET object to COM in the old C format using Interop
Posted by Doug at 2/12/2004 6:21:05 AM
I need to make the VB.NET object callable from a program called Trade Station. It is a stock analysis and trading tool that is very importiant to my company. They have a scripting languge called easy language that is built into the system. It is supposed to be capable of extending itself by calli... more >>
I Spy [OT]
Posted by Travis 'Bailo' Bickel at 2/12/2004 6:00:03 AM
I just finished watching 3 episodes of /I Spy/ with Bill Cosby and
Robert Culp. Was there ever a cooler show?
Question: Were Culp and Cosby the first ever black-white *buddy* team in
film or television?
... more >>
sql server database connection
Posted by Alan at 2/12/2004 5:16:05 AM
H
I'm just about to start programming in VB.NET with sql server databases. I've ordered the standard version of VB.NET. Does this contain objects to allow database connection (ADO), or will I need to get ADO.Net
Thanks... more >>
hidden fields
Posted by Jawahar Rajan at 2/12/2004 4:48:04 AM
All,
I am adding a hidden field to my web from from the tool box under the HTML
contorls.
How ever I am not able to control in by code behind vb page.
For example I add a HTMLInputHidden control called Hidden1 to the form. Then
in a post back I say
if isPostback then
dim txt as string
... more >>
Outlook Integration
Posted by Kurt at 2/12/2004 3:16:06 AM
Hi
We are developing an off-the-shelf software suite for a certain business sector. Most of the program is simply a GUI on top of some .mdb files. Its a .net application written in c#
One major requirement is "Outlook Integration". The Outlook contact folders are to be used for contact managem... more >>
general ASP.NET web programming
Posted by David at 2/12/2004 2:19:29 AM
I am running into situtations where confining all forms to just one window
(instance of broswer) is becoming overly restrictive. Does ASP.NET provide
ways to have multiple windows to interact with each other (For example, use
a "child" window to fill out an order item. Once the save button is
... more >>
Intellisense magically disappearing!
Posted by Guy at 2/12/2004 2:16:05 AM
I've written a DLL assembly in C#. I've built the DLL, and reference it from other projects. The assembly contains a single file, containing a single abstract class. This class contains loads of static "helper" methods, as well as a load of nested abstract classes that also contain static "helper" m... more >>
ASPX pages in win applications
Posted by saxone at 2/12/2004 1:01:06 AM
Hell
I would like to ask if there is a control that can display an ASPX or HTML enabled page in general, in a windows application
If not how do I open an internet explorer instance without any navigation component
thanks... more >>
|