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


ADVERTISEMENT

Getting ALL Computers On Network?

Jan 22, 2012

Part of an application that I'm building searches the network that the current computer is connected to and returns a list of the IP & MAC addresses and the hostname. It is based largely on the post by richard__deeming at [URL] At the moment, it will only get the information about computers that are in the same workgroup, but I have several computers that need to be shown, that are joined to a domain rather than the workgroup. How can I get the program to find every computer on the network?

View 2 Replies

Scanning The Computers In Network?

May 18, 2012

how to program an application that scans the computer in the network in vb.net?

View 3 Replies

Fetching IP Address Of All Computers On A Network?

Aug 30, 2011

am trying to get the IP address of all of the computers on a network. I know how to fetch the names of the computers on the network but I need to fetch the IP address to. I have a listview control with 2 columns 1 for the name of the computer (1st) and another column for the IP addres (2nd). I have the code so can the IP address be displayed in column 2

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
ListView1.Items.Clear()

[code].....

View 9 Replies

List All Computers In Network/Workgroup?

Dec 29, 2007

How can i get a List of all Arivable Computers in my Network/Workgroup ? I need to add all to a Listbox

View 7 Replies

List All Computers On The Network With 2008?

Apr 11, 2010

I wonder how do I list all computers on the network with vb 2008?I know to do in vb6 I have no more sense in vb 2008.

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

Determine If Excel Is Open On Network Computers?

Sep 8, 2009

I have an application that automatically updates addins for excel from the server to all the computers on our network. right now all i get is an error if excel is open, but what I want to be able to do is check if excel is open on each computer first and give the user a chance to save their current work then close excel. otherwise i cannot update their addins if excel is open.

View 3 Replies

How To View Computers Connected To A Local Network

Jun 8, 2011

Here is my Prob- we have a main router from which we use a distributor or hub for internet connection distribution, ever computer connected automatically obtains IP address of format say - 180.50.50.xxx to access net connection.if any connected computer has different IP format than the given one, it cannot access internet.

View 1 Replies

Write A Program That Can Be Distributed Over A Network Of 400 Computers?

Feb 16, 2009

I need to write a program that can be distributed over a network of 400 computers and that can be updated if necessary. How do i do that with VB if i can at all? What should i learn?

View 2 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

Develop A Process That Will Monitor Computers That Logon To The Network?

Jul 5, 2010

I want to develop a process that will monitor computers that logon to my network. Gather information such as computer name, time of logon and log out.The process would be located in the icon tray?

View 3 Replies

Write App That Transfer Files And Folders To Others Computers In Network

Dec 20, 2010

I need to write an app that transfer files and folders to others computers in my network vb.net.

View 3 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







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