How To Get Lan Computers Info
Aug 12, 2010I'd like to get lan computers info (computer name , IP adress , Mac Adress) and is it connected with wifi or cable. I tryed to search at google , but didn't find any good examples or codes.
View 4 RepliesI'd like to get lan computers info (computer name , IP adress , Mac Adress) and is it connected with wifi or cable. I tryed to search at google , but didn't find any good examples or codes.
View 4 RepliesI am working on a media player, and I would like to setup a local playlist feature. I am using a single ListBox and its "Display-" and "Value-Member" properties. The display is the song's Artist and Name, and the value is the song's file path (i.e 'C:UsersUSERMusicetc.').To write the file path to the .txt file, I believe I can use the following code:[code]
View 18 Replieshow to create Quick info and/or parameter info for own code?
View 6 RepliesI am making a program, obviously, and I require some assistance. I found an explanation on how to read information from a Text file and have modified it for my needs. Here is my (modded) version:
Public Function GetInfo(ByVal playlistname As String) As String
On Error Resume Next
Dim PlaylistInfo As String
[code].....
I'm making a database app. I've finish the search, add new, and add function. What I'm trying to do is to expand the functionality of the add new item function.
View 2 RepliesI am trying to do is fill out a form with certain info, put the info into an array, and write it to a listbox using loops, arrays, and maybe a function if I need one. This is for VB2010 and here is what I have so far... I think there are ways to make it shorter but I cannot figure it out.... maybe just brain dead from all the coffee I have been drinking!
[code]...
under my project I have the following
However when I use this code.
lblABOUT3.Text = "Version : "
lblABOUT3.Text += My.Application.Info.Version.Major.ToString()
lblABOUT3.Text += "." & My.Application.Info.Version.Minor.ToString
[Code]....
how to correlate info from a textbox based on a listbox item selection. For example the user will select an item from the listbox, enter say the length of a song in the textbox say 2:00 for song #1, select say song #2, enter the song time for that song say 3:00, click on song #1 again and have the same textbox display the length of that song and be able to do that until there are no more songs on the list.
View 5 RepliesCan I get info from stored cookie on the local machine. I have a Webbrowser control in a winform, and I would like to output data from a cookie to a label or so.
View 4 RepliesI have a 64 bit vista and visual basic express 2008. Made a simple GUI for a class competition. All the GUI have is several forums with timers. It also writes and reads to an excel file to prevent from losing data.
View 8 RepliesI wanna make an application in which i have to make two computers communicate each other. For example when a customer enters, his information is feeded in the computer at reception, and then this information is sent to another computer at upper storey, where the application detects the incoming data and populates in the relevant form.
View 2 RepliesI am using VB to develop a WinForms application. This application should get all the computers from a particular Oraganizational Unit (OU) in the Active Directory (AD). How do I specify the particular OU in VB code? I would prefer to download some fields only from each computer's record.
View 1 RepliesPart 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 RepliesI have alignment issues with my application's printout. It isn't same in all computers, or printers. I want to use the whole A4 page in my app without any margin or other spaces. So I set all margins to 0.If I set OriginAtMargins to false, margins are still active for the page, or setting them to 0 is useless? The actual question is should I also set the HardMarginX and Y? I must get rid of all spaces for the correct printing.
View 2 RepliesMy program is ready for use on other computers however when I run either the release file I get the following error:
(Program Name) has encounted a problem and needs to close. We are sorry for the inconvenience.[code]...
i have a strange problem with a VB.Net Windows Application. On my computer(the development PC) it executes the newest version of the exe and dll's but on the computer of my fellow(he is not a developer and cant debug it) an older version is executed. He has overwritten all files with the new version:
I dont know where to start looking for the reason.
EDIT: the first thing i've done was to restart the pc of my fellow but that was of no use.
When is a dll installed in the global assembly cache? Because i've searched for it in the gac with gacutil.exe but not found:
C:>C:WINDOWSMicrosoft.NETFrameworkv1.1.4322gacutil.exe /l Rule.dll
Microsoft (R) .NET Global Assembly Cache Utility. Version 1.1.4318.0
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.
The Global Assembly Cache contains the following assemblies:
The cache of ngen files contains the following entries:
Number of items = 0
I've also looked into the assembly folder but not found any of these dll's there.
Additional info: one of the dll's is loaded dynamically in the codebehind:
System.Reflection.Assembly.LoadFrom("Rule.dll")
The others are referenced in the particular project.
i want to know how to access the client computers using the vb.net program
View 1 RepliesI recently finshed a program and made a finshed copy of it when I tested it on my computer it installed correctly but when I tryed to use it on a nother computer I got a error saying application download did not succeed.Check your network connection, or contact your administor or network service provider.[code]...
View 1 RepliesHow do i change the computers volume up and down? or mute it all together?
View 2 RepliesWhat is a good way to do networking? I tried this example, but it did not work. [URL]
how to connect two computers similar to how you would with Winsock. Also, I would like to be able to send an image, but I can figure that out later.
how do i get list of all connected computers in local network i have tried through Active Directory and it gives all computer names whether connected or not. the main problem is few computers on network have dual operating systems and both have different name like different on xp (comp1 xp) and different on vista (comp1 vista) and when i try to ping a computer name like (comp1 vista) which is not active, but maps to its associated ip and return replying so i m not able to get true status of computer name as (comp1 xp) can also reply on ping
View 15 RepliesHow can I know which computers are connected with LAN (names and IP address), using Vb.Net code?
View 2 RepliesI am working on a project and my system is connected to the server running windows server 2008 r2.
We are 4 people working on the same project on different machine.
Now every one code the project from the own system stored locally
But i want all of us to be working on the same project located at one placed.
So that every one's work is synchronised..
Currently We are using Visual Studio 2010 Ultimate.
But we dont have Team Server
I have a form with a tab control. Above it, there are lables, combo boxes and text boxes.
On the development machine, it works fine but on other machines, where resolution is different, the position of the controls is changed. Somewhere combo box overlaps the tab control, somewhere text boxes and lables are not aligned with each other.
How to set it so that my application maintains the shape no matter what resolution it is.
I tried AutoScaleMode to dpi, inherit etc. but nothing worked.
I have a form with a tab control. Above it, there are lables, combo boxes and text boxes. On the development machine, it works fine but on other machines, where resolution is different, the position of the controls is changed. Somewhere combo box overlaps the tab control, somewhere text boxes and lables are not aligned with each other.
How to set it so that my application maintains the shape no matter what resolution it is.
I tried AutoScaleMode to dpi, inherit etc. but nothing worked.
My program has Framework 3.5, and my friends' computers have same version of framework. But the problem is that my program says for him
[Code]...
I am using Vb.net 2008.My PC has vista 64bit. My program has Framework 3.5, and my friends' computers have same version of framework. But the problem is that my program says for him......It is look like this[URL] and some of them say like this picture...[URL] Actually, some friends said that you have to register the RealAudioObject ... and ... IWshRuntimeLibrary .... If this is a problem, how can I make this by code because I do not like the slow way...
View 4 RepliesRun time error '339" Component 'COMDLG32.OCX ' or one of it's dependencies not correctly registered: a file is missing or invalid.
There is no HINT of how to fix this problem anywhere. I've searched the Visual Studio help, these forums and the Microsoft site.
how to program an application that scans the computer in the network in vb.net?
View 3 RepliesI was Wondering How Would I I Make A Program or a port That will connect with my friends computer...and I can send Him Like message box and stuff..
View 1 Replies