|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
No help available in the working model edition
Whenever I press F1 or go to help it gives me the error "No help available in the working model edition" I really need the help to look up commands and sucn
|
|
#2
|
|||
|
|||
|
You didn't mention the version of VB. Most of the VB help is available online in the msdn library. Most versions of VB include online help, but in some cases the MSDN Library help files won't install for all versions. For example, with VB6 you can't use the MSDN Library help from library CD's later than October, 2001.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
I have microsoft visual basic 6.0 and where can i download these msdn library help
|
|
#4
|
||||
|
||||
|
You can always lookup the information from the MSDN online library from the Visual Studio Website. VS 6.0
If you want to see the MSDN online for all MSProducts Click Here It's always best to use the online library, as it is more up to date than the CD version.
__________________
................... ASCII and ye shall receive .................. Knowledge is the only resource on earth that multiplies when shared Support the Shemzilla Project Powered by C# Last edited by lewy : July 21st, 2006 at 07:51 PM. Reason: wrong url |
|
#5
|
|||
|
|||
|
I went to the msdn library and searched for the andif operator and it didnt return any usefull information same for some other commands I tried searching for. What am I doing wrong?
|
|
#6
|
||||
|
||||
|
You normally would have to know what you're looking for, in this case, you are looking for Logical Operators
So your Search string should look something like this: Vb 6.0 logical operators Sorry, didn't find anything on AndIf but interestingly enough there is an AndAlso, OrElse operators hmm Interested? the following link should answer your questions Click here |
|
#7
|
|||
|
|||
|
msdn online is fine, but unfortunately that won't get you integrated online F1 help in VB6.
Your version of VB6 should have included the msdn help on a separate CD. The MSDN library is a set of CD's that is available with a paid subscription, you get library CD's 4 times a year. Perhaps older MSDN library CD's are avalable on Ebay or something. I put my VB6 library CD's with the last integrateable VB6 help aside so I can re-integrate the online help if I reinstall VB6 on a different computer. |
|
#8
|
||||
|
||||
|
'I really need the help to look up commands and such'
If you press F2 then you will be given a list of all of the objects/commands that are open to you for your project. It doesnt tell you about things like OPEN, PUT, and all of the other internal VB commands, it only shows you the commands for all of the project references / components / objects.
__________________
LozWare Website Directory Whooo! Free submissions, no recip needed. I'm a nice guy
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > No help available in the working model edition |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|