![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I'm beginner,I tried to run the example:
'Sms is a SMSMessage object and Intercept is a SMSInterceptor object. Sub Globals End Sub Sub App_Start Form1.Show Sms.New2 Intercept.New1 End Sub Sub Intercept_MessageReceived Sms.Value = Intercept.ReceivedMessage textBox1.Text = sms.Body textBox2.Text = Time(sms.DateReceived) textBox3.Text = sms.From End Sub However, an error occurred: Error compiling program. error description sms is not a konw control or object. help me,thanks! ![]() |
|
|||
|
Did you add "sms" as an object?
Tools > components add the outlook.dll next go to tools > add object > select type enter the stuff mentioned here Quote:
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|