visual basics 2008

  • Thread starter Thread starter francis
  • Start date Start date
F

francis

ok, im making a app in vb08 and iv got all the codes ready, but i double
click on the form and type in these codes... if Form1.close then
msgbox("thankyou for useing")
end if
When ever i type the codes in it says theres a error, could someone give me
the correct codes for it
 
I suspect you need to find a newsgroup dealing with Visual Basic.NET (they
may have dropped the ".NET" part in Visual Studio 2008). This newsgroup is
devoted to technical discussion of, and questions and answers about,
Microsoft Access database software, which uses the "antiquated" Visual Basic
for Applications 6.0, and a very different object model. There are a number
of Microsoft-supported newsgroups dealing with Visual Studio and VB.NET --
those will be, more likely places to get the answer you need.

When you do find one... you'll expedite getting a useful answer if you are
specific about the error message you get that "says there's an error", and
the exact code you are using. It's not clear to me, either, from what you
say whether you are getting the message when trying to enter your VB code,
or when you are trying to execute it at runtime.

Larry Linson
Microsoft Office Access MVP
 
Back
Top