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

.NET (Core and Framework)

 
QuestionHmacSha256Encode by vb.net Pin
abdel moneim16-Nov-18 4:45
abdel moneim16-Nov-18 4:45 
AnswerRe: HmacSha256Encode by vb.net Pin
Richard Deeming16-Nov-18 6:31
mveRichard Deeming16-Nov-18 6:31 
QuestionRead text file and split the string to specific column in datagridview Pin
Member 1363767814-Nov-18 1:02
Member 1363767814-Nov-18 1:02 
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 
I still do not understand what the problem is. The solution to such a problem is reasonably simple:
- Read each line of text.
- Split the text into its separate fields.
- Add a new row to the datagrid.
- Add the data fields to the relevant columns of the row.

Since not all lines of the text file are in the same format you need to test which fields are contained in the line before adding them.
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 
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 

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.