MSDN Help file access via VB 6.0 (Please help)

MSDN Help file access via VB 6.0 (Please help)

Post by Matt » Sat, 23 Feb 2002 03:43:56



I am having trouble using the MSDN help from VB 6.0. This started happening
after I installed January 2002 CD. When I press F1 it says "MSDN Collection
does not exist. Please reinstall MSDN".

I have uninstalled previous releases and also reinstalled January 2002
release multiple times. I have also tried to register vshelp.dll from
microsoft\common folder.

Any help appreciated...

Thanks.

Matt. A....

 
 
 

MSDN Help file access via VB 6.0 (Please help)

Post by S » Sat, 23 Feb 2002 06:04:24


MSDN no longer supports Ver. 6.0.

--

****Remove 'cutthis' from my address to reply****


Quote:> I am having trouble using the MSDN help from VB 6.0. This started
happening
> after I installed January 2002 CD. When I press F1 it says "MSDN
Collection
> does not exist. Please reinstall MSDN".

> I have uninstalled previous releases and also reinstalled January
2002
> release multiple times. I have also tried to register vshelp.dll
from
> microsoft\common folder.

> Any help appreciated...

> Thanks.

> Matt. A....


 
 
 

MSDN Help file access via VB 6.0 (Please help)

Post by cmb_2 » Sat, 23 Feb 2002 08:41:52


The Jan. 2002 CD works with VS.NET. You'll need to reinstall the Oct. 2001 CD for VS 6.

Look for other posts in this newsgroups about this subject.

HTH
cmb


> I am having trouble using the MSDN help from VB 6.0. This started happening
> after I installed January 2002 CD. When I press F1 it says "MSDN Collection
> does not exist. Please reinstall MSDN".

> I have uninstalled previous releases and also reinstalled January 2002
> release multiple times. I have also tried to register vshelp.dll from
> microsoft\common folder.

> Any help appreciated...

> Thanks.

> Matt. A....

 
 
 

1. Please help!!!!Please help!!!!Please help!!!!

All,
when I try to build my program I get
getinfoDlg.obj : error LNK2001: unresolved external symbol

executing link.exe.
every thing looks finne what should I do?  Please Look at the code below
and let me know if anything is wrong.
{
NET_API_STATUS getinfo;
char buffername[30];
LPTSTR username, logon_domain, oth_domains, logon_server;
LPBYTE bufptr;
DWORD prefmaxlen; short one1 = 1;
LPDWORD entriesread, totalentries, resumehandle;
WKSTA_USER_INFO_1 userinfo;

GetDlgItemText(IDC_COMPUTERNAME,m_computer);
strcpy(buffername,m_computer);
m_computer.MakeUpper();

getinfo = NetWkstaUserEnum(buffername, one1, &bufptr, prefmaxlen,

entriesread,totalentries, esumehandle);

username = userinfo.wkui1_username;
logon_domain = userinfo.wkui1_logon_domain;
oth_domains = userinfo.wkui1_oth_domains;
logon_server = userinfo.wkui1_logon_server;

Please help!!!!


2. EiC

3. Please, I need help with file accessing, can anyone here help me?

4. Who can mend my A4? Recommendations wanted

5. Getting a Help File into my VB Project -- or -- help with Help

6. Crazy Kong Emulator V0.3

7. Visual Basic 6.0 MSDN Help Files

8. Where Are VB 6.0 Help Files?

9. Can't access msdn, Please help

10. HELP!!!HELP!!!HELP!!!HELP!!!HELP!!!HELP!!!HELP!!!HELP!!!HELP!!!HELP!!!

11. Please Help - VB Access problem with dates

12. How to connect to create a VB form to enter data into Access - Please help