Click here to Skip to main content
15,891,943 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Read text file and split the string to specific column in datagridview Pin
Richard MacCutchan14-Nov-18 3:36
mveRichard MacCutchan14-Nov-18 3:36 
GeneralRe: Read text file and split the string to specific column in datagridview Pin
Member 1363767814-Nov-18 9:34
Member 1363767814-Nov-18 9:34 
GeneralRe: Read text file and split the string to specific column in datagridview Pin
Richard MacCutchan14-Nov-18 9:38
mveRichard MacCutchan14-Nov-18 9:38 
GeneralRe: Read text file and split the string to specific column in datagridview Pin
Member 1363767814-Nov-18 13:15
Member 1363767814-Nov-18 13:15 
GeneralRe: Read text file and split the string to specific column in datagridview Pin
Richard MacCutchan14-Nov-18 22:03
mveRichard MacCutchan14-Nov-18 22:03 
AnswerRe: Read text file and split the string to specific column in datagridview Pin
Eddy Vluggen15-Nov-18 13:00
professionalEddy Vluggen15-Nov-18 13:00 
QuestionHow to create a property in class that list the forms of the main application Pin
Hisham Shaaban12-Oct-18 2:02
Hisham Shaaban12-Oct-18 2:02 
AnswerRe: How to create a property in class that list the forms of the main application Pin
Dave Kreskowiak12-Oct-18 2:23
mveDave Kreskowiak12-Oct-18 2:23 
This is cute and all but this is kind of useless. ShowDialog returns a value about how the dialog was dismissed. You have no way of returning that value back to the code in the container of your button. The code will have no way of knowing if the dialog was modified and the data in it should be used or if it was canceled and the data ignored.

If you change the ShowDialog to just Show, you now have another problem. Forms have to be Disposed when you're done with them. Since the button code holds the reference to the form and the button Click handler will be done executing, the button will not be able to properly Dispose the form and your app will leak resources.

QuestionCreating single MSI installer. Pin
Koundinya9-Oct-18 11:04
Koundinya9-Oct-18 11:04 
AnswerRe: Creating single MSI installer. Pin
Dave Kreskowiak9-Oct-18 16:24
mveDave Kreskowiak9-Oct-18 16:24 
QuestionBeginner question...regarding garbage collection Pin
NolansPapa4-Oct-18 2:55
NolansPapa4-Oct-18 2:55 
AnswerRe: Beginner question...regarding garbage collection Pin
Dave Kreskowiak4-Oct-18 4:34
mveDave Kreskowiak4-Oct-18 4:34 
QuestionVSTO questions about the Outlook Notes (Sticky Notes) part Pin
Dan Sutton29-Sep-18 11:29
Dan Sutton29-Sep-18 11:29 
QuestionHow to undo excluded changes in Visual Studio 2017? Pin
rookiecg28-Sep-18 7:10
rookiecg28-Sep-18 7:10 
AnswerRe: How to undo excluded changes in Visual Studio 2017? Pin
Dave Kreskowiak28-Sep-18 10:07
mveDave Kreskowiak28-Sep-18 10:07 
Generalplz Pin
Member 1398528114-Sep-18 21:44
Member 1398528114-Sep-18 21:44 
GeneralRe: plz Pin
Eddy Vluggen14-Sep-18 23:20
professionalEddy Vluggen14-Sep-18 23:20 
QuestionRESTful transfers Pin
Member 1396792930-Aug-18 13:40
Member 1396792930-Aug-18 13:40 
AnswerRe: RESTful transfers Pin
jkirkerx9-Sep-18 17:05
professionaljkirkerx9-Sep-18 17:05 
QuestionAPI Pin
Member 1187951310-Aug-18 3:00
Member 1187951310-Aug-18 3:00 
AnswerRe: API Pin
Richard MacCutchan10-Aug-18 4:18
mveRichard MacCutchan10-Aug-18 4:18 
AnswerRe: API Pin
Dave Kreskowiak10-Aug-18 4:19
mveDave Kreskowiak10-Aug-18 4:19 
GeneralRe: API Pin
Dinarys20-Aug-18 10:32
professionalDinarys20-Aug-18 10:32 
QuestionDisplaying different SET of data on button click Pin
cloudenv4-Aug-18 0:24
cloudenv4-Aug-18 0:24 
AnswerRe: Displaying different SET of data on button click Pin
Eddy Vluggen4-Aug-18 0:48
professionalEddy Vluggen4-Aug-18 0:48 

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.