Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More help translating VB code into VFP code
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00519289
Message ID:
00519450
Views:
17
You're right I had modified one line already. So Sorry. Original VB code follows:

Status reporting for fax modem -

Private Sub FaxManJr1_Status(ByVal pStatObj As FaxManJrCtl.IfaxStatusObj)
Label1.Caption = pStatObj.CurrentStatusDesc
End Sub

And here's the other set of VB code contained in my other VB translate thread:

See what FaxMan Jr. is doing -

Private Sub FaxManJr1_Message(ByVal bsMsg As String, ByVal bNewLine As Integer)
Text1.SelText = bsMsg
If bNewLine Then Text1.SelText = vbCrLf
End Sub
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform