Find The Operating System Of The Device (if It's A Computer)?

Jan 26, 2012

I am building a simple network browser that pings a specified range of IP addresses, and if a response is discovered, it gets the host name and MAC address of the device it pinged.My first question is how can I find the operating system of the device (if it's a computer)?My second question is, for devices that aren't computers e.g. a wireless printer or router, is there a way I can find out what type of device it is?

View 1 Replies


ADVERTISEMENT

Make Program Feel If Any Device / Usb Device Plugged Into Computer Or Unplugged

May 5, 2010

how can i make my program feel if any device or usb device plugged into the computer or unplugged.url...

View 3 Replies

VS 2010 - System.UnauthorizedAccessException - Find A File On Computer And Return Path

Jun 12, 2010

I'm running windows 7 64 bit and using VS 2010. I'm trying to use the filesystem.getfiles to find a file on the computer and return the path for it. However, when I search C:/ and its subdirectories, it always throws an error: "A first chance exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll"

I've looked everyone online and can't find a solution. I have administrator privileges and really I dont want people who use my app to have to adjust security settings for this to work. Is there not a way to search the C drive for a specific file and return its path? [Code]

View 1 Replies

Windows Cannot Load The Device Driver For This Hardware Because There Is A Duplicate Device Already Running In The System (Code 42)

Nov 13, 2009

A Problem in accessing a device from VB Windows cannot load the device driver for this hardware because there is a duplicate device already running in the system. (Code 42) This error is because i am using 2 devices of the same company which has the mass usb storage on it and when i install one of the device the other hides. So one is detected the Other is not. It also give a error called designed dragnonacally something...

View 2 Replies

Get The Operating System Type?

Jul 27, 2009

How can I get the operating system type (32 or 64-bit) using VB 2008?

View 2 Replies

How To Detect Operating System

Jul 2, 2011

I would like to know how to detect if a persons operating system is Windows 7, I'm a bit new and have no idea how to do this.

View 3 Replies

Make An Operating System Using .NET?

Jan 1, 2010

Is it possible to make an operating system using VB.NET?

View 5 Replies

Make An Operating System?

Mar 20, 2011

i always thought that visual basic is a IDE to develop windows based programs or now windows phone apps but recently i have been seeing many tutorials and videos regarding visual basics
and it's ability to make "operating system".i was wondering what is the story with that and is that true that visual basic can develop operating systems?

View 4 Replies

Making An Operating System?

Sep 12, 2010

I know that my question is very strange but please , I want an answer I want to make a simple GUI and 32-bit operating system with file manager , clock , calculator , image viewer and notepad (media player if available ) .

[Code]...

View 1 Replies

Retrieve Name Of Operating System.

Nov 2, 2009

We have a Windows application, and we want to charge clients different prices base on their OS. There are 2 prices: 1 for client OS (XP, Vista, and 7), and 1 for Server OS (Server 2003 and Server 2008). My question is how can I retrieve the client's operating system from my vb code? By the way, I don't have to get the exact OS name, I just want to know whether it is a client OS or Server OS.

View 7 Replies

Way To Get Information About Operating System

Jun 24, 2010

I'd like to know the way to get information about the Operating System (windows Xp or Windows 7) and the bit information(32 bit or 64 bit). [code]In the above code, if verInfo.Minor is 1 , then it should be Xp, but I am getting 1 for both Windows Xp and Windows 7.Is there any other way to determine the OS and the bit(32 or 64 bit) used?

View 3 Replies

32 Bit Or 64 Bit Operating System In Network Computers?

Aug 10, 2010

I am writhing a program to replace a file in network computers. but the problem is in our network there is 32 bit systems and 64 bit systems. There are different files to be replaced for 32 and 64 bit systems. I have written a program to replace the file.if we give the target of the location (eg \drd001-dsk1C$Documents and SettingsAdministratorPlayerfilename where drd001-dsk1 is the computer name in the network) Is there any way to check if the system that i need to replace the file is 32 or 64 bit

View 7 Replies

Changing The Theme Of The Operating System?

Aug 11, 2010

I need to change the theme of the Windows Operating System on which the application will run. I have to use the files with .theme extension. Can anyone guide how to do this, so I can finish my application.

View 7 Replies

Create A Virtual Operating System IN VB

Jan 8, 2011

My project is to create a virtual operating system in BENGALI through VB. I have created a virtual desktop in which there will be icons such as MY COMPUTER, MY DOCUMENTS, RECYCLE BIN, INTERNET EXPLORER... The internet explorer icon has been linked to the original internet explorer, as the case in RECYCLE BIN. But i am not able to connect to MY COMPUTER AND MY DOCUMENTS. Also in creating the START MENU, there is a RUN COMMAND........

View 3 Replies

Determine Which Language Operating System Uses?

Oct 30, 2009

I want my program to determine what language the computers operating system uses, so my program can select the most appropriate language.

Is there any simple way to do this in VB2008?

View 5 Replies

How To Shutdown Windows Operating System

Mar 16, 2011

Is there anybody could give me a function in vb.net that could shutdown the windows operating system?

View 1 Replies

IDE :: Stand Alone EXE That Runs On Any Operating System

Feb 2, 2010

I did Build a program and copied only the EXE file to USB drive. Tried to run it on different computers. XP computers had no problem running it. The ME and Win98 could not run the program since the MSCOREE.DLL was missing. I need to install something on those computers to enable them but there are security issues and patches. Is there anyway to make my program standalone?

View 5 Replies

Make An Operating System In Program?

Jan 13, 2011

I've found article writing about how to make os in vc++. But may I know how to make it in Visual Basic? I know it is not easy to make an operating system. Maybe I just need some more understanding on os or how to make a program that does not need other operating system to host it. If there's videos of article about it, please also recommend it to me.

View 1 Replies

Shutdown Windows Operating System Using .net?

Mar 16, 2011

Is there anybody could give me a function in vb.net that could shutdown the windows operating system?

View 5 Replies

.net Operating System Issues: XP, Vista, Win7?

Feb 17, 2010

I am facing an interesting problem: I compile an exe file on my computer with XP pack3. And then I gave it to several people. One people told me my application works well on her vista machine but cannot run on her XP machine. Another person told me my application does not work on her Win7.

View 3 Replies

Backup SQL Database - Operating System Error 5

Oct 8, 2011

I made a program for backup sql database. When I back up there's an error show like this
Cannot open backup device 'C:\aw.bak'. Operating system error 5 (Access is denied.).
Backup Database is terminating abnormally.
What it's means Operation system error 5?

This is my code
Public Class Form1
Dim cmd As SqlCommand
Dim conn As SqlConnection
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code] .....

View 3 Replies

Call Up The Cards Within The VISTA Operating System?

May 4, 2009

I am working on a simple card game. I have done several in the past, but always by creating card images in a picturebox. I would like to call up the cards within the VISTA operating system. I get the following error:Unable to load DLL 'cards.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

I have made the following declarations:

Inherits System.Windows.Forms.Form
Private w As Integer = 0
Private h As Integer = 0

[code]....

I am using VB EXPRESS 2008, (for the first time). As I recall, I did not have this problem in VB EXPRESS 2005.

View 1 Replies

Determine Which Operating System The User Is Currently Running?

Nov 12, 2010

I'm trying to get an application to determine which operating system the user is currently running and use that to decide what to do. For example, a user uses the program and they're using Windows 7. I want it to know that and use predetermined variables throughout the program for Windows 7. Likewise if they're using Vista or XP/Macintosh.

View 4 Replies

Express Application Om Windows CE Operating System?

Dec 16, 2009

Is it possible to make applikacations with VB.NET Express version to a windows CE OS?

View 2 Replies

Getting Code To Detect The Operating System Running?

Mar 15, 2009

I need code to fit for an 'if then' statement based on an operating system. So let's say I am running windows XP, the program detects it, and with a simple if then' statement it opens form2, if i was running vista, it would open form1. So basically i need something like: If (WindowXP current OS) then form2.open, If (windowsvista currrent OS) then form1.openOf course, the above statement won't work because I need code to support the detection of the O.S.Note: I just need code for just these two O.S'es, also I don't care if its Windows XP SP1 2, or 3, just as long as it's an XP.

View 4 Replies

Sub-like Operating System Windows Replacement Shell?

Dec 13, 2009

im working on a replacement shell for windows xp, question is i made a little scripting langrges and i want the user to open this script up just like windows opens exe files, and how do i put icons on the foum and make new files and add files to that foum.

View 8 Replies

Windows Application Compatible With Mac Operating System?

Jan 22, 2009

I have developed one windows application using vb.net. I have setup that application on windows operating system its working fine on windows os. Now I am trying to do that exe run on Mac operating system. Is there any other know the solution how the windows application compatible with Mac operating system.To support vista os I created manifest file and resource script files.Please help me how the windows application compatible with Mac operating system.

View 6 Replies

Forms :: Operating System Multiple Windows With Same Shell?

Mar 26, 2010

Ok basically i am making a game (personal/share with others for free)The idea of the game is its 1998 and you have windows 95 and you have to someone obtain windows 98. then slowely new operating systems are released... 2000, xp, vista, 7 and you have to continue to upgrade.

The game in played in a simualted real environment of the windows operating system. The idea is that you have access to the real programs that came with windows 95... (or whatever operating system you have ingame) and you have access to my fake webbrowser which has a bunch of fake websites (offline) in the game. You can either try to illegally download the operating system (viruses can infect you like this (fake ones)) or you can buy it off microsoft but to get money you need to do hacking jobs....

Anyway thought i should give you some back story to what i am actually making. (This project is more a test project since i am only 15 and have only really just started using visual basic for a few months.)

OK now i have so far got it looking almost completely like windows 95 and functioning like it to...

Hey just for the record... here are some nice pictures of it running

First of all heres what it looks like when you are doing selecting which program to open with the start menu:

This next picture is of notepad in my program:

Ok now this picture shows perfectly the active window has become inactive when rightclicking (or normal clicking) the desktop

Next picture shows the display properties windows... not that fasinating yet since i have not finished it and it does not accually do anything yet... its just for looks right now and scrolling through the theme names.

Now this is another tab from the properties window (the screensaver tab) you can't do much here apart from looking at the names of the screensavers)

Ok heres another pic from another tab in display properties... (this shows how you can pic a color to change the background in the display window (clicking apply makes your background of the destop in the fake os accually change)

Ok this image in the same window as the previous one shows how you can select to change different things colors (i only got active titlebar and desktop changing right now...)

This image shows the active titlebar color change...

This screenshot shows the settings tab of the properties window

This screenshot shows windows help (main purpose here is just to show the colour change has taken effect)

Ok last of all this just shows that the maximize button works

I CAN ONLY HAVE ONE PROGRAM OPEN AT ONCE basically this is because i have a panel called program and in that a another few panels such as the active window titlebar...

Now i basically have it so that the programs are all in the pannel programand when you "open" a program all the other panels in this window are closed and the one you "open" is docked... and the label (programsname) is chnged to the name of the program.

Here is a picture of the visual editor if you don't get me...

As you can see there are weird little things in program1 (forget program 2 that is a thing i was trying to do ages ago with my old crappy shell)

these weird things are my programs which get docked to the size of the program panel when you click to open a program...

This method works well but only if you have one program at a time.

A solution i thought of was to copy and paste the shell (program panel) and then just put each program in a seperate shell... this would work... but then i can't open 2 of the same program e.g. have 4 notepads running at same time. I am also having heaps of trouble with the taskbar (there in a button on the task-bar which changes text when the programs name changes)

Anyway i am going to post my full program here (code and all) just download if from this rapid share link.
EDIT: the file was 5 meg and now is 3 meg so that should be easier to download RapidShare: 1-CLICK Web hosting - Easy Filehosting and then run the solution file or whatever

Please show me some code that will get me be able to run infinite windows of same type and different type...

Do whatever you have to do (just make sure you make sure it works on your side before resending the project back to me.)

View 3 Replies

Send E-mail On A Windows XP Home Operating System?

Jan 28, 2009

Is there any possible way to send e-mail using VB.net on an Windows XP Home operating system? having to work around the IIS issue by jeopardizing my computer. I've looked around a lot and just can't figure it out for myself.

View 2 Replies

The Selected Sort Sequence Is Not Supported By Operating System

Nov 16, 2009

I am new in VB NET. I using Microsoft Visual 2005 Professional Edition and Microsoft Office Access 2003 I using Windows XP Home Edition SP2 I have develop a program using VB.Net Here is not problem, when i install and using in my computer. When i send the program to my customer, it have "The selected sort sequence is not supported by operating system" error message. My customer is using Windows XP Pro in German.

[Code]...

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved