Get An Application On Right Click Option?
Nov 15, 2011when i right click on web browser is it possible to get my application on right click option?
View 3 Replieswhen i right click on web browser is it possible to get my application on right click option?
View 3 RepliesI want my console application to be able to do one function I have when you click one option on the windows context menu, and another function when you click another option.
View 3 RepliesSay I have 3 Buttons, labelled: Unit 1, Unit 2 and Unit 3. When I click on any button I want a drawing of that unit to appear on screen at a pre-specified starting point. Thereafter when I press any other one of the buttons the unit drawings appear alongside each other in a line. So I could end up with:
[Code]...
When user right clicks on any file/folder in any drive; I want to show my own option there like--- copy this file ushing rushcopy when user clicks this my own exe should be able to capture this arguments of filepath and should run rushcopy.exe with it...
[Code]....
Working in the interface I find it very frustrating that when you double click something in a form, it automatically enters code that you have to delete, then exit out when you were only trying to single click. Is there any way to disable this double click feature? Or possibly change it so if you press CTRL and click it automatically brings up the Code?
View 12 RepliesWorking in the interface I find it very frustrating that when you double click something in a form, it automatically enters code that you have to delete, then exit out when you were only trying to single click. Is there any way to disable this double click feature? Or possibly change it so if you press CTRL and click it automatically brings up the Code
View 2 RepliesI did some research and i found that i will need to edit the registry.So if i make a folder called "Get Path" in the ContextMenuHandlers folder.When i click on the file in windows explorer or desktop etc i will have the option called "Get Path".Now for the value key what do i put inside?What i want is when the user right - clicks on the file my program starts up and displays the path of that file on a msgbox or listbox. I was thinking of letting the Windows Installer (.msi) doing this for me.
View 37 RepliesI'm trying to do is make a program to where when you click an option, a text outputs for each button clicked, the general design looks like this:
That's just a beginning, since the whole rest of the thing will be the same concept pretty much, and what I want to have it do is, like stated earlier, once the option is chosen, a text output, like this:
I know there is an alternative to solving that, but it will take me 10x more time, and that is, creating a new textbox, setting the visibility to False, and typing what I want outputted in that text box, then putting: RichTextBox1 = TextBox1.Text
I know that works, and gives me my output, but I just wanted to know if there was any other way but that.
I have developed a windows based application using VB.NET 2005. It is working perfectly fine. Now the client wants to add an option called "Logout". When this is selected, all the open windows forms should get closed, the MDI form need to get opened with the login form on top of it.
View 1 Repliesin vb 2008 express this option is available under application properties. does anyone know what it does? there is also a windows authentication option. what is the difference between these two?
View 1 Repliesthere is a "open with" option in the context menu right.if i select the application(app i have build from VB2010) from the open with option. i want the picturebox in my application to load the image i had selected(the one with the "open with" )
View 6 RepliesI am encountering a very mysterious error which I have not encountered before. While trying to use VIEW DESIGN OPTION in VB.NET 2003
Solution Explorer to maintain the existing FORM the error message list below appears.Here is the error message that appear in the TASK BAR panel at the bottom of the Screen Property accessor 'IsMdiContainer' on object 'System.Windows.Forms.Design.FormDocumentDesigner' threw the following exception:'Specified cast is not valid.'
I really like the coding speed that vb.net provides, but I don't like the possibility to forget to declare variable types, return types of functions, etc. and that is why in each class I use[code]..
Is there a way to define those two options on the project/solution level?
the combo box style 1 has both the drop down option but also a manual entry option. I need to know how to code it so that when you manually enter data, it takes that data and places it in a text message "The shipping charges for "data" is $15" displaying in a text box. Shouldn't be hard but have developed a mind block.
View 4 RepliesWhen I install .net Frame work 2.0 I had this Error when the setup writing system register values RegSvcs.exe-Application Error The application failed to initialize properly (0xc000007b) click OK to terminate the application and i have running an blank application (blank forum) and i running it in the VS 2005 IDE iget this error: windowsapplicatin1.exe-Application Error The application failed to initialize properly (0xc000007b) click OK to terminate the application and i have a program in setup package that i made from 1 week . i have install this program and when i want to run it i had this problem
[Code]...
When i click on my installed VB.net application icon on the desktop,i receive the message : 'Application failed ti initialize property ox700000000000000 ..... click ok to terminate application'.
View 2 Replieswhat does these two code means in vb.net: Option Explicit on Option strict on i think option explicit means the compiler is not going to do any kind of conversion and i need to do all of them by the code;also it becomes case sensitive i.e;
[Code]...
How can I get round this error: Option Strict On disallows implicit conversions from
[Code]...
1. I have read that keeping Option strict on and Option infer off is good practice and will insure your code is tight and properly written. I would like input regarding this, pro's and con's from those who are in the know.
2. Having said that, I have set Option strict on and Option infer off in an existing program I wrote (that was working perfectly mind you) with them off and on respectively. I went through and cleaned up all the errors on the 'need AS' and casting of variables, but one is leaving me a bit put out.[code]
I have also read where using My.Computer.System.Directory.GetFiles() instead of System.IO.Directory.GetFiles() is probably not a good thing, but when I change to this I get no error, but also no dataI am thinking I should stay with the strict on and infer off but am really slogging through getting this code correct.Running Win7 on Dual Quad Core XEON Intel Extreme with 8Gb RAM.
I am writing a text editor program and I have written the new, open, save as, exit menu items but I am struggling with writing the save option.Now I have created the menu itself (well vb did, I just used insert standard items) but how do I code up the save menu option so that it updates the current document or if the documnt has not yet been saved bring up the save file dialog.Here is the code I have so far
Public Class Main
Private Sub NewToolStripButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NewToolStripButton.Click, NewToolStripMenuItem.Click[code]....
I know I have some finishing touches such as messages and error handling and stuff but at the moment I want to get all the basics working,I think the save menu option is all I am struggling with at the moment.
A lot of command line utilities use parameters, such as[code]...
How do I set up a .NET console application to take in command line arguments and, secondarily, how can you emulate handling "option" parameters like /i and /tlb: in the respective examples above?
i made a program and used a program called Advanced Installer to put all the files from the build folder into one big install exe file to send to people but one they've installed it and go to open it they get an error saying: "the application has failed to initialize properly (0xc000135). Click on OK to terminate the application" What does this mean? do i need to have the NET framework on the machine its being run on?
View 6 RepliesI have a smart client application deployed as a click once application called "PDFSplitter". The link to install this PDFSplitter is on our company intranet and when you click the link you get a "The publisher could not be verified. Are you sure you want to run this software?" message. Is there any way to make this message go away?
View 4 RepliesUsing VS2008, targetting framework 3.5, trying to update some VB4 code. Yes, VB4.I have a bunch of legacy code I'm trying to update, and I had the idea of trying to work through it by executing the old code, working out what was causing each error as I came to it, solving the problem, and then moving on.In order to do this, I have sinned and set Option Strict Off, Option Explicit Off and Option Infer On.Yes, I'm going to hell for this.Problem is, I'm still getthing errors that various things haven't been declared.All of these the items showing errors are in the form: itemName(obj)Is my problem that the compiler thinks that these are method calls for methods which haven't been declared?PS: For anyone wanting to tell me not to use these settings, I already know
View 2 RepliesI have to take over a project written in vb.net, which contains more than 400k lines of code written in option strict off mode. I want to build it under option strict on first before I do anything else -- which maybe converting it into C#. I found there's thousands of lines of code raises compilation error, mostly are about implicit type casts. Is there any tool would help to make it compile under option strict on mode if I don't want to correct every single line manually? Because it's really painful to add CStr/CInt invocation into every line of Code myself.
View 3 RepliesI turned Option Strict On and i get an error on all the ".Cells" lines saying option strict on disallows late binding.
a = 1
b = 3
c = 2
d = 1
With oSheet
[CODE]..................
I made a vb 2010 project that in turn is pretty dumb, just one that you click a button to open the file that the button contains.... but all i know how to do is basically open .exe files, image and audio files, but i would like to know how to open anotherpublished project of mine by clicking a button.
View 1 RepliesI want to use click once for my application install. Is there a way of including .net 4.0 in this install?
View 1 RepliesI'm working on one desktop application and need to recognize if/when user clicks on the application icon in taskbar(when application is running). So, it's about app. icon in taskbar to systry. You know application is running, user open a few more applications(word, email client ...) and then when he wants to work again with application he'll click on the aaplication icon in taskbar. I need to catch that click and do some stuff in the app.
View 4 RepliesI know how to move the mouse position, but i would like to know how i can be able to perform a click on the mouse, outside the application. Would be nice to be able to press both buttons and maybe scrollbar too.
View 6 Replies