Make Exe Not There In File Menu VS 2005
Jan 31, 2009i am using visual studio 2005 , i created a new project (as windows applciation)and i created a form.But i dont see "make exe" in the File dropdown.
View 7 Repliesi am using visual studio 2005 , i created a new project (as windows applciation)and i created a form.But i dont see "make exe" in the File dropdown.
View 7 RepliesI have made an app and I want to add it to " open with menu" sub menu which appears when user make right click on any file ie I made photo viewer app and I want to add it to "open with menu" so user when make right click on any photo and go to "open with menu" sub menu will find my app name to chose it to open the photo with it
View 7 RepliesAttached is the image from an Office application, how can we emulate such?
View 6 RepliesHow to make the File menu drop down on form load ?
I want to make the File Menu to drop down when the form is opened.
I have a list of all the fonts on a users system under a Font menu item. I would like to be able to use the scroll wheel to be able to scroll through these items like you can with a combo box.
[Code]...
How do I make a menu item on a menu strip link to another windows form (like a menu item that links to an about page already created in the project). I know that every coder knows how to do this, but i've read most of the instructions in the world for Visual Basic coding, but can't find ANYTHING I know coding fairly well, so I can modify it, but I can't create it my self.
View 4 Replieshow to send e-mail?I don't know what's the code for send e-mail. Can anyone teach me how to?I have a button on the Menu Tool. I want when user presses that button, it will directly link to the Microsoft Office to send e-mail to me.Please teach me.By the way, I also want to know how to load a text file. I want to make another button on the menu tool so when user presses it, a text file will pop up.
View 18 RepliesI cannot find a way to make a program that I write make a shortcut in the start menu for all users.My final goal is to make an MSI and deploy it in group policy to all users on a computers OU. Is this possible?
View 5 RepliesIn my project frontend was vb.net and backend was sqlserver..
How to make an exe file ?
I am attempting to have my program select a file, create DataTables and then perform some other functions. I want to be able to open another file and re-do the same steps.The problem I am having is that I add columns to my Datatables and when I try and to open another file while one is already open I get a message that a column of xyz is already added how do I properly "clear my datatable" or perhaps that isnt even the correct approach? Here is the code I have that Opens a File
HTML
Private Sub OpenToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OpenToolStripMenuItem.Click
[code]....
This was working at one time but after adding to my project I must have placed something in the wrong place inadvertantly or it has soemthing to do with adding columns,?
i created a menu strip named file in file menu strip there is an option named Open to access the file menu strip uaing keys "Alt+F",i changed the text to "&File"and its working properly.but what should i do to access the open menu strip item?i did the following but its not working:Private Sub Form1_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyUp If e.Control = True And e.KeyCode = Keys.O Then Me.OpenToolStripMenuItem.PerformClick()End If End Sub
View 2 RepliesI need to list all the menu and sub menus i have in my form
Master
---Customer
---Supplier
---Item
[code]....
I need the name of each menu and its parent name
I've used VS2005 where there was an option to basically break into the code via menuitem on the debug menu. I can't exactly remember what it was called although I seem to think it was "break all". I know this has something to do with the setup/layout/whatever MS called it, I picked when I first installed VS. I went into the options and couldn't find a way to enable it. It is disabled if you enable "edit and continue" or something?
View 2 RepliesI have created a Windows Application using VB dot Net. It has many Forms. The user shall be able to open many forms at a time. I want to provide a "Window" menu functionality to the existing application. Whenever any form is opened, the menu should add the open-form and when it is closed, it must be removed from the Window menu. The functionality should be similar to any Word file's Window functionality.
Active window must be tick marked.
How can i add a menu and make it to appear on all forms within that project? I remember that 2 years ago i was able to do this with VB6 however with VB 2010 i am unable to do this currently.
Right now i added a Menu Strip on all my forms by copy-paste however i want to find a better solution so that when i add a new menu item all the menus on all forms update.
How do i make a menu for a game on vb.net
View 1 RepliesI am suddenly missing the debug toolbar/menu. In stead the Data menu appeared.
View 1 Replieshow to add a context menu to the Windows Explorer for particular file or all files.
View 6 RepliesVS 2005 how to add a context menu to the Windows Explorer
View 1 RepliesEach form has a Status Strip, Menu Strip and Tools Strip.Each one of those has at least one control.Suddenly, in design and debug all of the Contrls on the SS,MS and TS controls are gone i.e. the Strips are present but they have no controls on them.Their Items (collection) property is empty.All of their event handlers are still present and can be accessed.Can anyone tell me what I did wrong and how to fix it with out deleting the Strips and redoing?
View 8 Repliesi want to add a menu item to the user's Send To menu. In Visual Studio Installer i have added a shortcut to my application in the "User's Send To Folder". When i install my application a shortcut is being created in c:UsersalexAppDataRoamingMicrosoftWindowsSendTo as it should be in Windows Vista.. Despite this the menu item is not showing! I cannot see the Send To Menu item!
View 2 RepliesI navigate the web browser to google. I want to change the context menu. I want that when the user right click on google in Web Browser in project - I add my own context menu items. Is it possible & change the default one?
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
WebBrowser1.Navigate("www.google.com")
End Sub
I am trying to create a popup menu when a user right clicks an icon in my systray. I need to have 3 items in this menu. How do I do that?
View 16 RepliesHow can i call ckeditor as a pop up menu. I want to retrieve a file on the ckeditor. For example .txt file. How can i do to call the .txt file. I implement it on vb.net.
View 1 RepliesI've just started out fiddling with WPF in Expression Blend and now I'm trying to design a "normal Windows GUI" interface with a menu at the very top and some other stuff which takes up the rest of the window.Which panel do I use to make the menu always stay at the very top, take up only as much height as it needs to fit the menu items and fill the entire width of the window, in such a way that I can just fill in other panels and what-not in the rest of the window?
View 1 Replieshow to make webcam zoom menu in vb.net
View 1 RepliesHow to make pop up menu in different palce on a form in vb 2005 ?
View 2 RepliesI want to make an ingame menu. When you open a game a menu will pop up with a hotkey. I don't need you to do the work for me I just need a sample of a ingame menu with a hot toggle (ie: the menu doesnt need an interface, a black square that pops up with key).
View 7 RepliesI just downloaded VB 2008 but i have a question, can you make a D3D Menu for in-game with VB 2008?
View 5 RepliesI want to make a menu like the one shown here i searched online a cant figure it out.
View 4 Replies