Click here to Skip to main content
15,921,837 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionweb cam motion detection Pin
mrbhp27-Mar-06 10:22
mrbhp27-Mar-06 10:22 
AnswerRe: web cam motion detection Pin
CWIZO27-Mar-06 21:05
CWIZO27-Mar-06 21:05 
QuestionNET Framework Version 2.0 on windows 2000 professionnal edition Pin
ss200627-Mar-06 8:30
ss200627-Mar-06 8:30 
AnswerRe: NET Framework Version 2.0 on windows 2000 professionnal edition Pin
Dave Kreskowiak27-Mar-06 10:30
mveDave Kreskowiak27-Mar-06 10:30 
GeneralRe: NET Framework Version 2.0 on windows 2000 professionnal edition Pin
Kevin McFarlane27-Mar-06 10:37
Kevin McFarlane27-Mar-06 10:37 
GeneralRe: NET Framework Version 2.0 on windows 2000 professionnal edition Pin
Dave Kreskowiak27-Mar-06 17:08
mveDave Kreskowiak27-Mar-06 17:08 
Question.net framework and hardware identify Pin
ss200627-Mar-06 1:58
ss200627-Mar-06 1:58 
AnswerRe: .net framework and hardware identify Pin
Dave Kreskowiak27-Mar-06 6:27
mveDave Kreskowiak27-Mar-06 6:27 
ss2006 wrote:
is possible to get hardware identification of my machine using .net framework


Yes. You'll have to use WMI to get any information about the hardware. There is no standard for manufacturers to follow so the information you do get can, and will, be spoty. Serial Numbers are notoriously difficult to get since most manufacturers don't put them in the hardware.

If your trying to use this information as some kind of registration key, then you'll have to get as much information as you can about the hardware installed and combine it somehow to generate some kind of key.


ss2006 wrote:
itis possible to make .dll file with it and calling with java programm


You'll be running code in two different runtimes at the same time. Memory requirements will be quite large for something so simple! If your Java library has access to WMI, skip doing this in the .NET Framework and simplify your code, not to mention your supportability, and keep it in the Java environment if that's your primary language for this project.


ss2006 wrote:
is there .net frame work version for 2000professinal or xssp1 windows operating systeme


No. There is no seperate .NET Framework for these versions of Windows. Either patch those versions up to the minimum SP version required by the .NET Framework version your're using (A REALLY good idea considering the security fixes that are included!) or you'll be forced to use the .NET Framework 1.1 or lower.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Question.net framework redistrubual Pin
ss200626-Mar-06 7:58
ss200626-Mar-06 7:58 
AnswerRe: .net framework redistrubual Pin
Dave Kreskowiak26-Mar-06 9:27
mveDave Kreskowiak26-Mar-06 9:27 
Questionabout .net framework 2.0 or later Pin
ss200626-Mar-06 2:14
ss200626-Mar-06 2:14 
AnswerRe: about .net framework 2.0 or later Pin
CWIZO26-Mar-06 2:49
CWIZO26-Mar-06 2:49 
AnswerRe: about .net framework 2.0 or later Pin
Dave Kreskowiak26-Mar-06 4:47
mveDave Kreskowiak26-Mar-06 4:47 
QuestionDeploying Assembly and Loading Pin
Subby Dev25-Mar-06 21:06
Subby Dev25-Mar-06 21:06 
AnswerRe: Deploying Assembly and Loading Pin
Tim Paaschen26-Mar-06 18:55
Tim Paaschen26-Mar-06 18:55 
GeneralRe: Deploying Assembly and Loading Pin
Subby Dev27-Mar-06 6:08
Subby Dev27-Mar-06 6:08 
Questionsdf Pin
virz24-Mar-06 16:49
virz24-Mar-06 16:49 
AnswerRe: sdf Pin
HimaBindu Vejella27-Mar-06 21:22
HimaBindu Vejella27-Mar-06 21:22 
Questionchanging image resolution in C#.NET Pin
sarabjs24-Mar-06 8:27
sarabjs24-Mar-06 8:27 
AnswerRe: changing image resolution in C#.NET Pin
Guffa24-Mar-06 9:59
Guffa24-Mar-06 9:59 
GeneralRe: changing image resolution in C#.NET Pin
sarabjs24-Mar-06 11:14
sarabjs24-Mar-06 11:14 
GeneralRe: changing image resolution in C#.NET Pin
sarabjs28-Mar-06 4:25
sarabjs28-Mar-06 4:25 
QuestionHow to safely rename directory? Pin
HamCoder24-Mar-06 4:19
HamCoder24-Mar-06 4:19 
AnswerRe: How to safely rename directory? Pin
Guffa24-Mar-06 5:03
Guffa24-Mar-06 5:03 
Question.Net Framework 2.0 with VS .Net 2002 Pin
Vijaykumar Rajaram23-Mar-06 7:22
Vijaykumar Rajaram23-Mar-06 7:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.