1. sayfa
quote:Orijinalden alıntı: mcmaho67 form1deki ole nesnesinin içindeki word dosyasının içerigini form2deki ole nesnesinin içine gönderiyor. Private Sub Command1_Click() OLE1.AppIsRunning = True Form2.OLE1.AppIsRunning = True OLE1.Copy Form2.OLE1.Paste Form2.OLE1.Refresh Form2.Show End Sub
Private Sub Command1_Click()
OLE1.AppIsRunning = True
Form2.OLE1.AppIsRunning = True
OLE1.Copy
Form2.OLE1.Paste
Form2.OLE1.Refresh
Form2.Show
End Sub
Bu mesaja 1 cevap geldi. Cevapları Gizle
ÇOK teşekkürler gerçekten çok ihtiyacım vardı.....