Adding functionality to DoOrganizeFavDlg?

  • Thread starter Thread starter info2knowledge
  • Start date Start date
I

info2knowledge

I'd like to code things so that double-clicking an item will cause an
event - preferably, one that will reference the item that was double
clicked. For example, picture the following in the list box on the
right hand side of the control:

Microsoft Developer's Site
CNN News Network
American Online

If I double click on "CNN News Network", I'd like to be able to capture
that event and know the double click happened on "CNN News Network"

If that's not possible, can anybody point me to some code which
simulates the DoOrganizeFavDlg dialog?

Note: I'm trying to do this with VB Express 2005 lite...
 
Almost everybody in this newsgroup is using VB6 or lower. While
you may get a stray answer to VB.NET (including VB2003 and VB2005
which has dropped .NET from its name) questions here, you should
ask them in newsgroups devoted exclusively to .NET programming
(the languages are different enough to warrant separate newsgroup
support). Look for newsgroups with either the word "dotnet" or
"vsnet" in their name.

For the microsoft news server, try these newsgroups for Visual
Basic .NET related questions...

microsoft.public.dotnet.languages.vb
microsoft.public.dotnet.languages.vb.upgrade
microsoft.public.dotnet.languages.vb.controls
microsoft.public.dotnet.languages.vb.data

And these for more general .NET questions

microsoft.public.dotnet.general
microsoft.public.vsnet.general

Note: There are many other .NET newgroups (use the first three
"fields" from the last two as templates when searching for them),
but the above ones should get you started.

Rick
 
Rick - thanks for your references.

However, this is more of an VB API question than it is a dotnet
question. The DoOrganizeFavDlg dialog preceeds VB6.

Hopefully, any VB programmers out there with a familiarity with the API
will feel free to respond.
 
Rick - thanks for your references.
However, this is more of an VB API question than it is a dotnet
question. The DoOrganizeFavDlg dialog preceeds VB6.

The coding style and language for the Visual Basic in the VB.NET
world is not the same as that for the Visual Basic in VB6 (and
earlier versions). Coding solutions provided by a VB6 programmer
will almost always will be the wrong way to do the same task in
any of the VB.NET flavors of the language.
Hopefully, any VB programmers out there with a familiarity with the API
will feel free to respond.

With that said, here are two links that show how to use the
DoRoganizerFavDlg in VB6...

http://vbnet.mvps.org/code/browse/shdocvwfav.htm

http://vbnet.mvps.org/code/browse/shdocvwfavadv.htm

Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access Click in Table to Open Form 0
connection string problem 3
Delegate question 5
NotInList ComboBox Problem 5
NotInList help 3
database connection vba ADODB & ADOX 2
One report to multiple file exports. 11
Who Is Logged On? 12

Back
Top