Click here to Skip to main content
15,891,409 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Define a property on 2 partial classes ? Pin
satc8-Jun-15 19:59
satc8-Jun-15 19:59 
GeneralRe: Define a property on 2 partial classes ? Pin
Sascha Lefèvre8-Jun-15 20:15
professionalSascha Lefèvre8-Jun-15 20:15 
QuestionVisual Basic problem Pin
Member 113991345-Jun-15 23:09
Member 113991345-Jun-15 23:09 
AnswerRe: Visual Basic problem Pin
Dave Kreskowiak6-Jun-15 4:12
mveDave Kreskowiak6-Jun-15 4:12 
AnswerRe: Visual Basic problem Pin
Mycroft Holmes7-Jun-15 14:37
professionalMycroft Holmes7-Jun-15 14:37 
QuestionI have problems when implementing INotifyPropertyChanged on Entity framework Pin
satc5-Jun-15 17:18
satc5-Jun-15 17:18 
AnswerRe: I have problems when implementing INotifyPropertyChanged on Entity framework Pin
Dave Kreskowiak6-Jun-15 4:09
mveDave Kreskowiak6-Jun-15 4:09 
Questionvb.net visibility o form objects Pin
classy_dog5-Jun-15 11:04
classy_dog5-Jun-15 11:04 
In a VB.NET 2008 desktop application, I need to add some initial selections with a corresponding button to the 'main' form, before any of the normal

processing is allowed to occur. Thus due to that fact, I have the following questions to ask:

1. This application is using a System.Windows.Forms.MainMenu and I would like the 'File' option to not display until the 'new' button is clicked? If this is

possible, would you showe me the code for this to occur?
2. If option #1 is not possible, is there a way to make System.Windows.Forms.MainMenu not display until the the 'new' button is clicked? If this is possible,

would you show me the code for this to occur?
3. In this application there is code that adds menu items with logic like,
MainMenu1.MenuItems(0).MenuItems.Add("New Item", New EventHandler(AddressOf ClickHandler))
 MainMenu1.MenuItems(0).MenuItems.Add("-")

Is there a way to modify the order of list of menuitems after the menu items have already been created? Would I need to delete the menuitems at that point and create the menuitems again? Thus would you show me the code for this option and/or let me know if this option is not possible?
AnswerRe: vb.net visibility o form objects Pin
Richard MacCutchan5-Jun-15 21:25
mveRichard MacCutchan5-Jun-15 21:25 
GeneralRe: vb.net visibility o form objects Pin
classy_dog8-Jun-15 5:06
classy_dog8-Jun-15 5:06 
GeneralRe: vb.net visibility o form objects Pin
Richard MacCutchan8-Jun-15 5:34
mveRichard MacCutchan8-Jun-15 5:34 
Questionhow to get internet time using http request Pin
Member 107622705-Jun-15 1:34
Member 107622705-Jun-15 1:34 
AnswerRe: how to get internet time using http request Pin
Richard MacCutchan5-Jun-15 2:32
mveRichard MacCutchan5-Jun-15 2:32 
AnswerRe: how to get internet time using http request Pin
Richard Deeming5-Jun-15 2:34
mveRichard Deeming5-Jun-15 2:34 
QuestionCopying data between to SQL Servers Pin
Member 117439064-Jun-15 23:26
Member 117439064-Jun-15 23:26 
AnswerRe: Copying data between to SQL Servers Pin
Eddy Vluggen5-Jun-15 0:35
professionalEddy Vluggen5-Jun-15 0:35 
QuestionExcel 2013 VBA - Secure Website Login Pin
Member 110154484-Jun-15 8:07
Member 110154484-Jun-15 8:07 
AnswerRe: Excel 2013 VBA - Secure Website Login Pin
Member 110154488-Jun-15 7:52
Member 110154488-Jun-15 7:52 
QuestionRe: Excel 2013 VBA - Secure Website Login Pin
Member 110154489-Jun-15 12:09
Member 110154489-Jun-15 12:09 
QuestionHTML Textbox Pin
Member 117418844-Jun-15 7:46
Member 117418844-Jun-15 7:46 
SuggestionRe: HTML Textbox Pin
Richard Deeming5-Jun-15 1:20
mveRichard Deeming5-Jun-15 1:20 
Questionvb.net 2010 startup form for desktop application Pin
dcof4-Jun-15 5:47
dcof4-Jun-15 5:47 
AnswerRe: vb.net 2010 startup form for desktop application Pin
Eddy Vluggen4-Jun-15 10:07
professionalEddy Vluggen4-Jun-15 10:07 
AnswerRe: vb.net 2010 startup form for desktop application Pin
Sascha Lefèvre4-Jun-15 10:32
professionalSascha Lefèvre4-Jun-15 10:32 
GeneralRe: vb.net 2010 startup form for desktop application Pin
dcof4-Jun-15 11:29
dcof4-Jun-15 11:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.