Communications :: Cannot Find MComm Control In List

May 16, 2010

I am using VB10 Pro. I am trying to add an MSComm to a project. I have tried to follow this example: [URL] which utilizes VB6 but cannot. Instead I right clicked the mailbox, selected Choose Items, but could not find Microsoft Comm Control 6.0 in any of the tabs. After doing a search I found another example.
From that one you go Project | Add Reference | COM.
But again Microsoft Comm Control 6.0 does not show up in the list. Where is MSCOMM? Doing some further research, I do not have mscomm32.ocx in my C:WindowsSystem directory.

View 2 Replies


ADVERTISEMENT

Communications :: Find Files On Website?

Oct 21, 2008

I want to make a program that scans a website to find an extension (.png), then tells me all of the files with that extension on the server.Which displays them in a list box. so lets say the website is

[URL]

and i need to find the files, but file browsing is off on the server.So I pretty much need a web crawler. How can i do this?

View 3 Replies

Process Of Designing A Computer Control Program To Control A HF Communications Receiver?

Jul 11, 2008

I am in the process of designing a computer control program to control a HF communications receiver (radio), and have found a problem with the Serial port. I am using VB Express Edition 2008. This module of the program is supposed to take an input string from another part of the program, format it, break it into 4 bytes, and send it to the radio in hex form via COM port 1. The problem comes in when you try to enter a frequency with an 8 or a 9 in it. The 8 or 9 is usually replaced by 45, ex.-input 9900, receiver tune 4545. The exact same thing happens with 8's, input 8800 and receiver tune 4545. All other numbers other than 8 or 9 work fine. The strange part of it is that sometimes the 8's and 9's work, and work correctly. For instance, 900, 1900, 2900, 3900, 4900, 5900, 6900, and 7900 all work correctly. This led me to believe that is may only be when the 8 or 9 is in the first position, but that is not the case, it also shows up in other positions as well. All other frequencies that do not have 8 or 9 in them also work. I ran into this same problem with VB Express 2005, and worked on it for weeks before giving up and going back to VB6.0. This same module (with exception of the port open command) runs flawlessly under VB6. I have even tried importing the MSCOMM control from VB6, but it gives the same results. In de-bugging mode, all of the inputs, decimal and hex seem to be correct, so the problem must come in after you click the command button, but before it leaves the COM port.

[Code]...

View 19 Replies

Communications :: Find Device On Network By Its Mac Address?

Feb 6, 2009

I have a small embedded web server and to setup its network parameters I use a serial port, however this is giving me a lot of trouble due to USB to serial adapters (in some computers work in other doesn't).

However the other day I saw that Buffalo has a little program to find their NAS boxes (or network drives) when you don't know their IP address or got the wrong one so I assume they do it by looking for mac addresses.Is there any way of doing this with VB 2005 or higher? Basically I don't know the IP of the embedded server so I need to find it on a network, how do I find it?

a) I could do a general IP scan assuming it is on the same subnet than the host computer
b) if it has a different subnet... a general IP scan is not going to work, is it?

View 2 Replies

Communications :: [VB2008] Find The IP Address Of A Game Server

Mar 17, 2009

I whould like to find the IP address of a game server that sends UDP packets to my PC. Of this server I know the fixed Port number, but not the IP address

I can read the netstat -anp udp data and store them in a text file... but this command don't displais the IP Address and the Port number of the external servers, only lots of asterisks

the question is: how to retrieve this IP address?

View 2 Replies

Communications :: Sending Process List?

Dec 10, 2008

I am writing a program for a Project in school. And so far i have gotten remote execution of commands. And now i want to be able to pull The process list on one machine and send it remotly to the other. Getting the process list on the machine is no problem, but i for the life of me have no idea how to send it to the remote computer?

View 5 Replies

Communications :: Make A Code Which Will Navigate To Website And Find If There's A Newer Version Of Launcher?

Apr 8, 2009

I`m making a program.I`d like to know how to make a code which will navigate to my website and find if there's a newer version of my launcher..I`ll search some codes now, If I find some interesting codes i`ll post here so u can upgrade or tell me how to correctly use them for my auto-update.I cannot publish my Launcher unless I`ve an Auto-Update in my Launcher.

View 1 Replies

Communications :: Register The Winsock Control

Jul 13, 2008

How do I register the control?

View 4 Replies

Communications :: SerialPort Timing Control

Feb 17, 2009

I am using VB2008 SerialPort to communicate with a device. My problem is, using RTS handshake I am missing the first 50 or 60 chars, after that everything is intact. I tried to change the buffer size - Has no effect, used standard, bigger, smaller and no change.

The device timing says when it sends CTS signal, it will start listening 100ms after that. I have no clue how to delay the write to test this. Should I first write to the buffer then write to the port after a a 100ms timer event?

View 3 Replies

Communications :: Connect A Computer Fan To The Usb And Control The Speed?

Dec 22, 2008

can i in some way change the power that the usb sends to a usb device?i want to connect a computer fan to the usb and control the speed is this posible??

View 1 Replies

Communications :: Input / Output Control Board?

May 30, 2010

We learned How to assemble an input/output control board that would connect to your serial port. We were able to use out statements (back in the old gwbasic) to send output signals to the parallel port to turn on/off different outputs. The board had connections where you could connect lights, relays, etc, and had connections where you could attach switches and sensors.

I have been looking for something simple that I can manipulate in my programs. I already have an ActiveHome X10 interface which includes an activex for receiving and sending x10 signals (home automation, turning lights on/off, etc.). I want something that I can straight out connect relays to, and sensors as well. I don't want something that connects to the serial port since that is already being used up, the parallel port would work fine, or even better usb.

View 6 Replies

Communications :: Use The WebBrowser Control To Display Webpages?

Aug 29, 2011

We would like to use the WebBrowser control to display web pages. However instead of using the computer's network connection we want to pipe HTTP (and other) requests and responses through a custom connection.

View 1 Replies

Communications :: Send A Command Via RS232 Communications

Jan 26, 2009

I am using VB2008 Express and am curious how to send a command via RS232 communications. The string that I need to send is 02h PON 03h. The start and end bits are 02h and 03h.

How can I convert 02h and 03h to its ascii form. In hyperterminal, I use the sequence {(hold)ALT 0 0 2} on the number pad to send the start bit.

I am using this code currently without the start and end bits

Code:

View 8 Replies

VS 2008 Add A Control To List (Of Control) What Gets Added To List?

Jul 26, 2011

when I add a Control to the List(Of Control) what gets added to the List? Is it the Control or reference to the Control.I have a collection of controls (picture boxes representing notes,comments, icons, etc.), which can be drag and drop into other picture boxes holding read only images. Those controls are never permamently added to those images, they can be move or dispose as needed. I need to save those controls to a file and retrieve it later, however when retrieved, they must be place onto the same location in the image. Saving just the image is not the option, I also need to save all the control attributes.

View 2 Replies

VS 2005 List(of T) - Create A List To Hold More Than One Control Type Or Create A List For Each Control Type?

Jan 20, 2011

If I create a list for a TextBox:

[Code]....

I am able to only add controls that are of type TextBox. My question to you is, can I create a List to hold more than one control type or do I have to create a list for each control type?

View 8 Replies

List Of T Find Date Or Other Property In A Object In The List - Then Return Found Object?

Sep 3, 2009

After reading all the examples for list of T exists and Find and find first, none show how to handle multi-property objects. Below is bare bones example maybe someone could flesh out to show how this should be done.

Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim DatePriceList As New List(Of DateAndPrice)
DatePriceList.Add(New DateAndPrice(Date.Parse("1/1/2000"), 10.12))
DatePriceList.Add(New DateAndPrice(Date.Parse("1/2/2000"), 11.12))

[Code]...

View 3 Replies

How To Find Out If A VB6 Control Is Indexed (control Array) In .NET

Dec 16, 2010

I working on a VB.NET project to manipulate a VB6 form using COM Interop. Some of the controls on my VB6 form are indexed and some not, so calling ctl.Index fails on those that have no index. Is there a way to work out if a control is indexed?

View 1 Replies

To Find Min. Value In A List?

Jul 30, 2011

I have a list of specific class.In this list , a position class is included.And that position class includes X and Y coordinates.I have Current Coordinates and the coordinates in list .I want to calculate the distance for each item in List and find which item has minimal distance.Here is my code :

For Each item As ITEMX In xHandle.ItemList

Dim CurrX As Integer = txt_TrainX.Text
Dim CurrY As Integer = txt_TrainY.Text[code]....

so distance is the distance between my coordinates and the item.I calculate it for each item in list but how do i find the minimal one ?

View 3 Replies

Create Browsable User Control With List Of All Available All Control In MDI?

Jun 11, 2012

I'm developing a program with a team in Visual Basic 2010.

What i wanna do is to create a textbox (inherits from textbox) with additional one property called MDIStatusInformation which is used to display a tooltip text in a status bar at main MDI form.

When i use this tag <Browsable(True)> _, the control property not list anything there.

View 3 Replies

Asp.net - Find The Max Id From A Generic List?

Oct 13, 2011

i m getting a collection of data in list's object. And from this list i want to get the maximum id.`

Dim objinfo As List(Of AlbumInfo) = objPhotos.GetPhotos_Alb_ID(Me.ModuleId, hdd_AlbID.Value)
Dim Photo_Image As String = ""
Dim str As String = Photo_Image & fu_Photo.PostedFile.FileName.Substrng(fu_Photo.PostedFile.FileName.LastIndexOf("."))

[code]....

this returns the "0"th positions id from Convert.ToString(objinfo.Item("0").Photo_Id + 1)but i want to get the last item's id.

View 17 Replies

Find & Remove From List??

Nov 4, 2009

I have a simple class called Player. I can add players to it, but haven't figured out how to remove them. I've tried various ways, some compile some don't none work

Public Class Player
Public Name As String
Public Sub New(ByVal name As String)

[code].....

View 8 Replies

Find A List Of Symbols

Aug 12, 2011

Does anyone know where I can find a list of symbols used in VB?I'm trying to place documentation in a program, but I want VB to ignore the line.

View 5 Replies

Find A Value In A List [/bold]?

Oct 19, 2010

I have a list of names with corresponding numbers (In this case volume and weight names and their corresponding conversion number to deciliter and gram)

I have been looking how to program something like this in visual basic and came up with a list of class objects in which i could then do a find for the name and then get the corresponding modifier decimal.[code]...

View 2 Replies

Find Particular Items In A List Box?

Feb 22, 2011

I am writing a program using editable list boxes that will then be compared to a string later. I have no problem editing the listbox, but I am having trouble figuring out how to compare the list of things to the string. I envision using either a "for/next" loop or a "do/while" loop.

Mostly, what I need is the way to read the list box one entry at a time, in order.

View 4 Replies

Usefulness Of List.Find ?

Jan 29, 2008

I've been looking at the List(Of T).Find method and cannot figure out why it is useful?

Microsoft's example for using it is as follows:

CODE:

View 5 Replies

Find A List Of Virtual Key Codes?

Oct 3, 2009

Where can I find a list of Virtual key codes? [code]

View 4 Replies

Can't Find A Drive List Box In The Tools

Jun 6, 2012

Can't find a drive list box in the tools (2010).

View 4 Replies

Find A List Of The Controls On A Form?

Jun 10, 2010

I have this VB.Net form and I need to know the names of all the controls on it. I would suppose that Microsoft keeps a list of all the controls on any given form I just don't know how to access it.

View 4 Replies

Find An Item In An List(Of T) By Values X,y,z?

Jul 26, 2010

I have the following setup[code]...

What I would like is a Item property in the collection that I can say [code]...

I know about predicates but what I am struggling with is how to set the criteria of the predicate (i.e passing x,y,z)

View 2 Replies

Find An Object With A Given Property Value From A List?

Oct 8, 2010

This Questions has properties QuestionID and QuestionAnswer. While iterating through this List of Question in foreach, I have to find .QuestionID = 12. If I find .QuestionID = 12 then I have to immediately assign a value to .QuestionAnswer = "SomeText" of .QuestionID = 14.

I don't want iterate again inside .QuestionId = 12' to find.QuestionID = 14` again.

Is there any way I can go directly to .QuestionID = 14 using LINQ?[code]...

View 4 Replies







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