Click here to Skip to main content
15,881,204 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Controlling IE through VBA in an Excel Macro Pin
Dave Kreskowiak28-Aug-09 3:16
mveDave Kreskowiak28-Aug-09 3:16 
GeneralRe: Controlling IE through VBA in an Excel Macro Pin
adityabaraya30-Aug-09 18:41
adityabaraya30-Aug-09 18:41 
QuestionHow to save result of an querry in a variable in VB? Pin
swatinz27-Aug-09 20:35
swatinz27-Aug-09 20:35 
AnswerRe: How to save result of an querry in a variable in VB? Pin
Ashfield27-Aug-09 21:01
Ashfield27-Aug-09 21:01 
GeneralRe: How to save result of an querry in a variable in VB? Pin
swatinz27-Aug-09 21:04
swatinz27-Aug-09 21:04 
GeneralRe: How to save result of an querry in a variable in VB? Pin
Ashfield28-Aug-09 1:13
Ashfield28-Aug-09 1:13 
QuestionCom ports Pin
RyJaBy27-Aug-09 11:16
RyJaBy27-Aug-09 11:16 
AnswerRe: Com ports Pin
Luc Pattyn27-Aug-09 11:47
sitebuilderLuc Pattyn27-Aug-09 11:47 
Hi,

COM ports aren't always called "COMdd", for some of them you can freely choose the name (this requires a driver that allows for it, often the case with USB-to-RS232C cables).

Assuming you are using .NET, I suggest you have a look at SerialPort.GetPortNames().

If you are still considering ancient VB code, you would need help from some Win32 functions, maybe EnumDevices. Have a look here[^] (it is C++ code) and/or search CodeProject or google.

Smile | :)

Luc Pattyn
Badger | [badger,badger,badger,badger...] Jig | [Dance] Badger | [badger,badger,badger,badger...] Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.Jig | [Dance] Badger | [badger,badger,badger,badger...] Jig | [Dance]

QuestionNeed help- Connect to Access db-VB.Net 64bit Pin
valkyriexp27-Aug-09 10:39
valkyriexp27-Aug-09 10:39 
AnswerRe: Need help- Connect to Access db-VB.Net 64bit Pin
Kschuler27-Aug-09 11:05
Kschuler27-Aug-09 11:05 
GeneralRe: Need help- Connect to Access db-VB.Net 64bit Pin
valkyriexp27-Aug-09 11:27
valkyriexp27-Aug-09 11:27 
GeneralRe: Need help- Connect to Access db-VB.Net 64bit Pin
Dave Kreskowiak28-Aug-09 3:12
mveDave Kreskowiak28-Aug-09 3:12 
GeneralRe: Need help- Connect to Access db-VB.Net 64bit Pin
Empathies24-Feb-10 5:58
Empathies24-Feb-10 5:58 
GeneralRe: Need help- Connect to Access db-VB.Net 64bit Pin
Dave Kreskowiak24-Feb-10 15:38
mveDave Kreskowiak24-Feb-10 15:38 
GeneralRe: Need help- Connect to Access db-VB.Net 64bit Pin
Empathies25-Feb-10 5:47
Empathies25-Feb-10 5:47 
GeneralRe: Need help- Connect to Access db-VB.Net 64bit Pin
ve2yu31-Oct-11 3:36
ve2yu31-Oct-11 3:36 
GeneralRe: Need help- Connect to Access db-VB.Net 64bit Pin
Kschuler31-Oct-11 3:46
Kschuler31-Oct-11 3:46 
QuestionFlowLayoutPanel Controls Added / Ordering Issue Pin
EliottA27-Aug-09 6:06
EliottA27-Aug-09 6:06 
AnswerRe: FlowLayoutPanel Controls Added / Ordering Issue Pin
Luc Pattyn27-Aug-09 7:52
sitebuilderLuc Pattyn27-Aug-09 7:52 
GeneralRe: FlowLayoutPanel Controls Added / Ordering Issue Pin
EliottA27-Aug-09 7:56
EliottA27-Aug-09 7:56 
GeneralRe: FlowLayoutPanel Controls Added / Ordering Issue Pin
Luc Pattyn27-Aug-09 8:17
sitebuilderLuc Pattyn27-Aug-09 8:17 
GeneralRe: FlowLayoutPanel Controls Added / Ordering Issue Pin
EliottA27-Aug-09 8:19
EliottA27-Aug-09 8:19 
QuestionDevice Context Problems Pin
o m n i27-Aug-09 6:01
o m n i27-Aug-09 6:01 
QuestionAccess the CByte function Pin
Steve-Co27-Aug-09 5:42
Steve-Co27-Aug-09 5:42 
AnswerRe: Access the CByte function Pin
o m n i27-Aug-09 5:56
o m n i27-Aug-09 5:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.