VB.NET WinForms Enhancements

Job ID: 38166018

Budget: $30 – $250 USD

CONCATENATE: ----------------------------
-Contantenate: a way to set the delimiter, (default to vbcrlf) for each. Blank will be no delimiter, one whole block.


-Concatenate: process in different order:
Currently:
1+1+1
1+1+2
1+1+3
Option to have different such as: reverse loops.
1+1+1
2+1+1
3+1+1
Basically which to loop thru first, then second, then third etc.




PARSE: ----------------------------------
-Parse: option for include cut delimiter in output. For example: "hello world for today", split "for",1 returns "for today" vith the option on.

-Parse: option for remove (instead of return) the split section. For example: “hello world for today”, (split “ ”,2) returns “hello world today”.

-Parse: option for return/remove all before or after the indexed piece. For example, "hello world for today", split " ", 2 return all before returns "hello world"

-Parse: option allow for comma separated list?



OUTPUT: ----------------------------------
-Output: Sort should be asc first

-Output: concatenate results, prompt for delimiter. Allow for vbcrlf and vbtab.

-Output: button remove blanks.

-Output: button TRIM every line.

-Output: change textbox to fast colored textbox with show row numbers on.



IN YOUR BID PLEASE MENTION "TTT" to filter bots out.
Related categories: Visual Basic .NET VB.NET Desktop Application