Program On IE Toolbar And Right Click Menu Without Registry Programming?
Hello,
Is it possible to have my program as a toolbar item and/or right click menu item without programming to the registry? I am pretty confident with most of my programming skills, but I have always shyed away from any programming involving the registry.
Thanks, Chuck
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Add Program To Explorer Right-click Menu
I have a program, and I want my program to execute a procedure when the user right clicks on a file or folder in Explorer and selects "My App" from the menu. Does anyone know how to do this?
How To Make My Program Appear In The Right Click Menu?
Hi everyone,
I wanna my program after installing will appear in the right click menu, so the user can choose the item and start my program.
This one is like Winzip, when i install Winzip, when i right click on a file, i see the status of winzip, so i can choose it and make the winzip program start.
Could anyone help me in coding like that?
Making A Program In The Right Click Menu Of Programs?
can this be done? I made an app that launches console apps easily so you dont gotta go thru all the start>run>cmd.exe then cd directory name then type in the program's name. But is ther a way to add my app to the right clcik menu of *.exe files, and have it automaticly start the app and fill in the textbox and call the launch sub?
Execute A Program On Menu Item Click
Hello All,
How can we execute a program when the user clicks on a particular SubMenu Item, say File/Save As in Photoshop or File/Save As in WORD.
Instead of poping up the real Save As form of the application, I have to display my custom save As form.
IE ToolBar Programming
Does anyone know any good resource in programming a plugin toolbar for IE..Preferably using Visual C or Basic .Net
Programming A New Button On The Toolbar In Outlook
Hi
I seem to be lost in the code where in MSDN I have found that to set a toolbar I have to
Dim mcbMenuCommandBar As Office.CommandBarControl
Set mcbMenuCommandBarCtrl = _
VBInst.CommandBars("Add-Ins").Controls.Add(1)
But then what is VBInst?
If I am trying to make outlook toolbar would it be Outlook.Application? This actually brings an error:
Object does not support this property or method
Anyone knows how to fix the problem or any other way?
Right-click Menu And Sending Left Click To Item
Can anyone tell me how I can use insert a right-click menu into my program so that when the user has selected a file (in a file list) and right-clicks, a menu appears at the location of the mouse pointer. I aleady know how to use the PopupMenu function to show a menu as I suppose that will need to be used, I just don't know how to capture a right-click mouse event and also use the position of the mouse pointer to show the menu.
Thanks in advance!
Disable MDI Parent's System Context Menu Right && Left Click Menu Pop-up. How?
I am trying to do this without much luck, but managed to get rid-of the Min/Max buttons via an MS example at the link below.
http://support.microsoft.com/default.aspx?scid=kb;en-us;137033
However, when a user right clicks on-the MDI parent's Caption bar, a popup up menu appears - Woud like to prevent that.
Secondly, if a user "LEFT" Click on the top Left corner of the same Caption bar (where the Icon appears); it pops the same Pop-Up Menu - Like to stop that.
Thirdly, If a user double clicks on the same menu bar, form flickers, bobs down & up (Min & back to Max state), looks back at you and say's "fooled Ya!", as if it was possessed by some sort of strange evil code. Now I Would really, really, like to make it stop doing that.
Basically, like to prevent any mouse action on MDI Parent's Title Bar. Searched for couple of hours in vain (pain), but nothing turned up for what I am looking for. I can stop the right click on the form it-self by detecting mouse down button, but that’s not preventing the click event in MDI parent's title/caption bar.
Anyone know how or what needs to be done to get this to work? Any and all help, suggestions, etc. will be greatly appreciated!
Clicking Picturebox Show Menu, Click Elsewhere Disappear Menu
Hello Everybody,
I've soem pictureboxes, and I want to show too command buttons when you click on on of the images but if you click somewhere else I want to make them dissappear, I tried the form_click event, and from_mousedown even, but they only work when you click on the form, but I've loads of other things on it, so the user must be "lucky" to click on the form, but to put the code to make them disappear in every object of the form would take a lot of time and I wonderd if there was another way to make them disappear again after clicking on something else???(its not that I don't want to ut the code there because of the work, but if I didn't search for a better methods then I would stay at the same level of programming)
Add Custom Menu Item To Windows Right Click Context Menu ????
Hi everyone
Earlier today there was a thread with this Q in it but it wasnt ever resolved. What i want to do is add my own custom entry to the windows menu that pops up when you right click on an something in particular to the edit menu. So when you select some text no matter what app your in it has my custom menu option in it along with the usual copy and paste and what not.
Can this be done
If so how and where do i start ??
Vb And VBA Programming Registry
When i save a setting it is saved in Hkey_CURRENT_USERSOFTWAREVb and VBA Program settingsapp
p
but i dont want it to be saved there i want it in Hkey_CURRENT_USERSOFTWAREapp
i have tried
SaveSetting "HKEY_CURRENT_USERSOFTWARE", "TIME", "TIME", Time and
SaveSetting "HKEY_CURRENT_USERSOFTWAREapp", "TIME", "TIME", Timebut it store them in
Hkey_CURRENT_USERSOFTWAREVb and VBA Program SettingsappHKEY_CURRENT_USERSOFTWAREapp
how come and how do i create it not in vb and vba prohgramming
Thx
Runtime Menu/Right Click Menu/No Border Form
Ok, I am trying to make a form as small as possible. I turned on the boreders and its just the way I want it. Now I would like create a popup menu (to save space, instead of puting command buttons). The problem is, when I add an invislbe menu in the menu editor and try to use Popupmenu, borders and the title bar appear on my form even though borders are still set to none.
From the search I did there seems to be no way to create a run time menu without some APIs. Is there any other way to accomplish a right click menu in this situation? Thanks.
Adding Menu's In Windows Explorer Right Click Menu
Could anyone tell me how you can put a menu item of your own in, for example, the right click menu in windows explorer? I know it's possible , is anyone there listening to me ????? PLEASE HELP !!!!!!!
Popup (right-click) Menu From Standard Menu
I've searched and searched and cannot find any information on how to get a pop-up menu to appear when you right-click on a standard menu item. A classic example of this is in Internet Explorer's Favorites menu. If you right-click on a favorite, a popup menu appears and you can rename, delete, etc. the highlighted favorite. In VB6, accessing a menu item does not appear to fire the MouseUp or MouseDown events. Any thoughts?
Toolbar Click Through API
hi all,
i've to click a toolbar button through an API.
i've got the handle of the toolbar. now the problem is how to identify the button in it and how to click.
thanks.
Menu Click = Picture Box Click
I have a strange problem. I have a picture box and when the menu drops down and I make a selection on it the picture box captures the event and fires the mouse click event. Normally this would be no problem but the mouse click depends on what is plotted and seeing as how nothing is plotted I get an error message. Nothing wrong with the error because nothing is printed.
Does anybody know how to get around this?
I hope I have explained it good enough!
About Menu Programming
Hello !
Does anyone know how to program description of a menu item in the statusbar when using VB 4. Is Subclassing enabled with this version of VB ?
Thanks
BUHARD O. (obuhard@yahoo.fr)
Toolbar Click While Mimimized?
I have a program with a two toolbar buttons for which there is no keyboard shortcut or menu item. Assuming I have the PID of the program, is there any way to simulate a click on these toolbar buttons while the program is minimized?
Toolbar Button Click
I am trying to operate a toolbar with this procedure.
Private Sub tbrPMT_ButtonClick(ByVal Button As MSComctlLib.Button)
Dim oCompany As BE.clsCompany
Select Case Button
Case 1
Blah blah
Case 2
Blah blah
end select
However regardless of which button I press the Button value remains "". Its a pretty standard toolbar with an image box to populate the pictures. I thought that the button value was just the button index set in the properties...am I missing something?
Toolbar Bar Button Click
Hi All,
I have the following question.
I have a status bar with 12 buttons.
On the toolbar buttonclick i want to do a select case on the selected button, but the only paramer is the caption and i have only pictures.
I also tried to use the tag or index, but the all return "", but i filled them in on the Toolbar properties.
Amybe the solution is very simple, but dont get it,
any off you have a idea?
greetz,
Alex
Call Toolbar Click
While using Toolbar ActiveX Control 6.0:
Code:
Private Sub Toolbar_ButtonClick(ByVal Button As MSComctlLib.Button)
On Error Resume Next
Select Case Button.Key
Case "New"
'A lot of code here
Case "Open"
'A lot of code here
End Select
End Sub
How to call the Toolbar button click for New, Open, etc...?!
To avoid having the code "'A lot of code here" twice?!
Toolbar Button Click Detection
I have a toolbar on my form with all my buttons on it. The buttons do not have captions as i would like my toolbar to look like the toolbar in VB. Due to the fact that my buttons do not have captions i cannot use the...
Code:
Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
.. sub as it just returns a null value.
To solve my problem i either need to be able to obtain the Key or Description of the button clicked OR enter captions into the toolbar buttons but hide them so that they do not display.
This cant be too much of a difficult question SO I EXPECT A SPEEDY RESPONSE FROM YOU GUYS!!! (Dont worry, only joking)
Thanks for your help people!
Click Button In Toolbar Of Another Prog
How can i click a certain button in a toolbar of another program? The hwnd of the toolbar is: 00000194, but how to click a certain button on this toolbar is what i need
Toolbar Button Auto Click
Hi i duno e specific terms of macro programming but i need help in a problem. I have a button on my worksheet which isnt assigned to a module, but when a user clicks on it, it will perform some tasks. The codings are not in any module, but is stored as a microsoft excel object. I would like to know how to automate the whole process such that the user does not even have to click on the button and the codings behind the button will juz auto run.
ToolBar - ButtonMenu Click Problem
Hai Friends,
I am using a ToolBar in my project. When I click the financial year in dropdown (toolbar), I want to disable the (clicked) financial year and already disabled financial year will be getting enabled.
Anybody help me!
Suresh
Simulate Click Event With Toolbar
I know how to with a Command Button, but can't seem to do it with the Toolbar control. Any ideas on how to simulate a Click on a Toolbar button programmatically?
Thanks
Paul
MDI Frm Menu, And Right Click Menu Problems
I have a MDI form with a Menu Bar, and a Right Click Menu that work fine without any Child forms. But once I load a child form on the MDI form, the Menu Bar is Empty(Just a gray line). And the Right Click Menu doesn't work anymore. Please help!!
Edited by - Krum on 9/4/2003 5:13:15 PM
How To Get A Picture In The Menu? And Programming Team
Hi dudes.
Does anybody know how to get a picture appear beside the text in the upper menubar?????
And about that programming team... Does anybody want to join my programming team??? so far I got a few people who is interessed in that but none of them has joined. I only have a tempporary site for this: communities.msn.com/teamprogramming
I´ve beem an active programmer for about three years so the kind of programmers I´m looking for is GOOD to EXPERTS with experience and visions. Is this like a biograpghy about your life??????Yes????Then, What are you waiting for???
JOIN!!!JOIN!!!JOIN!!!JOIN!!!JOIN!!!JOIN!!!JOIN!!!JOIN!!!
Best Regrets PRGRMR
Sub Toolbar Like Sub Menu?
In VB6 IDE the 'New' toolbar button in the standard toolbar has a downward arrow to its right clicking which displays something like a 'sub toolbar' (never mind my namimg).
Even in internet explorer, the 'Back' button has a set of 'Sub Toolbar buttons'. My question is, how can I add one to my toolbar?
Menu && Toolbar
I want to use a picture as background for Menu and Toolbar.
Any solutions ?
Regards.
Menu Toolbar
is there away to make a menu bar on a coolbar like the how the menu bars look like in the MS Office package making the bar movable? any help will be greatly appreciated. thanks
.Net Menu && Toolbar
Maybe (probably) this question has been asked before and I did a search and did not come up with the answer....
In my application, I would like to use the style menu and toolbar like in VStudio .NET (blue overlay and so).
Is there an (easy) way to create this?
Thnx,
Chig.
About Menu And Toolbar?
Menu:
Check your browser's file-menu. You see "lines" dividing file-menu. How can I create those lines to my prog. It would make it more clear.
Toolbar:
How to make toolbar-image transparent? I tried to make gif with transparent background but it appeared in vb as white. I tried also jpg, but it was the same. Problem is that I have a bit different colors in toolbars than my friend. If I use the gray I have it seems too white for my friend.
Toolbar, Determine Selected Button (Right Click)
Dear all
Can anyone help me?
I have a Toolbar with a number of buttons. I need to determine which button I select when I right click it.
This may be simple but I cant figure it out.
Can anyone please help?
Best regards
GT
Toolbar DropDown Button - Simulate Click
HEEELP!!!! Anybody, please, Can Anybody show me how to find a handle or how to simulate a click on one item in drop-down menu from TOOLBAR button.
I find a way how to activate (simulate click) a simple toolbar button, from another application, but I can do this when a toolbar button have a dropdown menu. (Like Internet Explorer Menu/Toolbar)
Toolbar Click Procedure Question (RESOLVED)
Hi Vb-Forum:
I have an application that has a toolbar with some functions like open file, save, etc. I use the button.key to identified the button that the user click. But, I'd like to use the procedures inside the toolbar something like the Comman1_Click procedure, I'd try to use the ToolBar1_ButtonClick but I recieve messages that said: Arguments are missing or Type mistake, etc, How can I send the correct arguments?
Someone has a tip or demo to try to raise this procedure?
Thanks, and regards.
Toolbar Button Click Events*Resolved*
Does anyone know how to give each button in a toolbar its own button click event, its probably really simple I can't see it.
Any help apprieciated
Thanks
Start Menu Toolbar
Is there any way to get the current height of the start menu toolbar.
(the windows start menu on the very bottom of the screen)
or at least how much vertical space its taking in twips or pixels?
Toolbar Menu / Panel
Hi,
Is it possible to make a toolbar such as the favourites toolbar / search toolbar panel in internet explorer, in visual basic. What i mean is, you click search in internet explorer, and this panel appears on the left of the screen. How do you make those in visual basic.
THanks
-Peter
How To Creat A Menu Toolbar
How to creat a menu toolbar?
Like
File Edit
and when u click file it comes down save, open, exit
and edit come copy past
and like the toolbar up there ^^
how to creat one in my program?
|