|
-
Jul 12th, 2007, 12:30 AM
#1
Thread Starter
Junior Member
[RESOLVED] Syntax Error
For an application I was writing I require the ComboBox to display the open COM Ports for the user to select and therefore I wrote...
For Each CommCtrl.Commport ()
cmbPort.Items.Add(CommCtrl.CommID)
Next
However I seem to be getting a syntax error after the CommPort().
Firstly, is this the right sort of code to use? and if it is how can I remove the syntax error from this section?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|