Click here to Skip to main content
16,014,952 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralCom based add-in office Pin
skoizumi291106-May-04 6:01
sussskoizumi291106-May-04 6:01 
GeneralFrom C# to VB.Net Pin
Clandestine6-May-04 5:32
Clandestine6-May-04 5:32 
GeneralRe: From C# to VB.Net Pin
Dave Kreskowiak6-May-04 6:18
mveDave Kreskowiak6-May-04 6:18 
GeneralRe: From C# to VB.Net Pin
Clandestine7-May-04 3:30
Clandestine7-May-04 3:30 
GeneralVB6 Console APP Pin
gasma19755-May-04 14:42
gasma19755-May-04 14:42 
GeneralRe: VB6 Console APP Pin
Dave Kreskowiak5-May-04 15:04
mveDave Kreskowiak5-May-04 15:04 
GeneralRe: VB6 Console APP Pin
gasma19756-May-04 7:47
gasma19756-May-04 7:47 
GeneralRe: VB6 Console APP Pin
Dave Kreskowiak6-May-04 8:55
mveDave Kreskowiak6-May-04 8:55 
Yep and it works perfectly. You should post some of your code so we can see what you're doing right/wrong. Also, any error messages that you get should be included.

All you have to do to use it is copy the .dll to the system32 folder and put this code in a module or at the top of a form class:
Public Declare Function Inp Lib "inpout32.dll" Alias "Inp32" (ByVal PortAddress As Integer) As Integer
Public Declare Sub Out Lib "inpout32.dll" Alias "Out32" (ByVal PortAddress As Integer, ByVal Value As Integer)

Now, to use the functions:
Dim inFromPort As Long
Dim outToPort As Long

inFromPort = Inp(&H3F8)  ' Or whatever port your trying to use.
Out &H3F8, outToPort     ' Or whatever port and value your try to output.



RageInTheMachine9532
GeneralRe: VB6 Console APP Pin
gasma19757-May-04 6:00
gasma19757-May-04 6:00 
GeneralRe: VB6 Console APP Pin
Dave Kreskowiak7-May-04 9:52
mveDave Kreskowiak7-May-04 9:52 
GeneralRe: VB6 Console APP Pin
gasma19757-May-04 12:47
gasma19757-May-04 12:47 
QuestionNeed Help!! Ping search for computer names...Can anyone set up an yes or no to continue on this? Pin
Bri4hire5-May-04 10:04
Bri4hire5-May-04 10:04 
AnswerRe: Need Help!! Ping search for computer names...Can anyone set up an yes or no to continue on this? Pin
Dave Kreskowiak5-May-04 12:55
mveDave Kreskowiak5-May-04 12:55 
GeneralRe: Need Help!! Ping search for computer names...Can anyone set up an yes or no to continue on this? Pin
Bri4hire5-May-04 14:31
Bri4hire5-May-04 14:31 
GeneralRe: Need Help!! Ping search for computer names...Can anyone set up an yes or no to continue on this? Pin
Dave Kreskowiak5-May-04 15:09
mveDave Kreskowiak5-May-04 15:09 
GeneralRe: Need Help!! Ping search for computer names...Can anyone set up an yes or no to continue on this? Pin
Bri4hire6-May-04 3:55
Bri4hire6-May-04 3:55 
GeneralRe: Need Help!! Ping search for computer names...Can anyone set up an yes or no to continue on this? Pin
Dave Kreskowiak6-May-04 4:45
mveDave Kreskowiak6-May-04 4:45 
GeneralRe: Need Help!! Ping search for computer names...Can anyone set up an yes or no to continue on this? Pin
6-May-04 8:54
suss6-May-04 8:54 
GeneralRe: Need Help!! Ping search for computer names...Can anyone set up an yes or no to continue on this? Pin
Dave Kreskowiak6-May-04 9:02
mveDave Kreskowiak6-May-04 9:02 
GeneralEvent Pre IIS capture for TCP/IP packet Pin
incoming715-May-04 8:24
incoming715-May-04 8:24 
GeneralRe: Event Pre IIS capture for TCP/IP packet Pin
Dave Kreskowiak5-May-04 12:50
mveDave Kreskowiak5-May-04 12:50 
Generalcodedisplaying colors in a list box Pin
Member 4169605-May-04 6:29
Member 4169605-May-04 6:29 
GeneralRe: codedisplaying colors in a list box Pin
Jarek G5-May-04 9:54
Jarek G5-May-04 9:54 
Generalcreating controls dynamically Pin
Member 4169605-May-04 6:21
Member 4169605-May-04 6:21 
GeneralC# to VB.net converter Pin
fuel2run5-May-04 4:57
fuel2run5-May-04 4:57 

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.