Forum: Visual Basic 4 / 5 / 6 Jul 16th, 2008 |
| Replies: 7 Views: 1,062 |
Forum: Visual Basic 4 / 5 / 6 Jul 15th, 2008 |
| Replies: 7 Views: 1,062 |
Forum: Visual Basic 4 / 5 / 6 Jul 15th, 2008 |
| Replies: 7 Views: 1,062 |
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2008 |
| Replies: 3 Views: 459 Re: vb and bleutooth thanks for the answerd.
but I chose vb because I have work with it already.
J2ME, is it esay to program whith it??? |
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2008 |
| Replies: 3 Views: 459 vb and bleutooth hello,
I'm working on a little project now but I have some problems.
I want to control my computer whit my pocket pc using bleutooth.
the plan was dan you push a button on the pocket pc, it will... |
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2008 |
| Replies: 2 Views: 339 Re: excel I don't think i get you question.
you want to know how te open an excel file through a vb form right ???
maybe this link can help
http://www.daniweb.com/forums/thread9342.html
in this tread they... |
Forum: Visual Basic 4 / 5 / 6 Feb 7th, 2008 |
| Replies: 0 Views: 285 |
Forum: Visual Basic 4 / 5 / 6 Feb 7th, 2008 |
| Replies: 2 Views: 1,820 |
Forum: Visual Basic 4 / 5 / 6 Feb 7th, 2008 |
| Replies: 2 Views: 1,820 |
Forum: Visual Basic 4 / 5 / 6 Dec 18th, 2007 |
| Replies: 0 Views: 844 delete a row in a excel file i have opend an excel file with vb6
an d i want to delete a row in the file by clicking a button in vb
but i have no idee how i must do that.
can someone help ???? |
Forum: Visual Basic 4 / 5 / 6 Dec 18th, 2007 |
| Replies: 4 Views: 1,374 Re: vb6-excel problem thanx for your help but i alrady found the problem
i don't now why but in stat of xlapp.quit it supose te be
application.quit.
it works with the code below
Dim xlApp As New... |
Forum: Visual Basic 4 / 5 / 6 Dec 18th, 2007 |
| Replies: 4 Views: 1,374 Re: vb6-excel problem stille doesn't work. :(
vb still gives an error by following line:
xlApp.ActiveWorkbook.Close True, App.Path & "\gegevens.xls"
i have also tryed
xlApp.ActiveWorkbook.Close True |
Forum: Visual Basic 4 / 5 / 6 Dec 18th, 2007 |
| Replies: 4 Views: 1,374 |
Forum: Visual Basic 4 / 5 / 6 Dec 15th, 2007 |
| Replies: 4 Views: 1,374 vb6-excel problem Im new whith vb6, i onley now de basic of it.
but i have a problem with excel.
I opend and existing excel file with vb6 in a private sub.
Dim xlApp As Excel.Application 'Nodig voor werken met... |