Click here to Skip to main content
15,895,011 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Formatting Text with VB Pin
lodogg2-Apr-10 8:35
lodogg2-Apr-10 8:35 
GeneralRe: Formatting Text with VB Pin
Luc Pattyn2-Apr-10 15:31
sitebuilderLuc Pattyn2-Apr-10 15:31 
GeneralRe: Formatting Text with VB Pin
Dalek Dave2-Apr-10 15:39
professionalDalek Dave2-Apr-10 15:39 
GeneralRe: Formatting Text with VB Pin
Luc Pattyn2-Apr-10 15:50
sitebuilderLuc Pattyn2-Apr-10 15:50 
GeneralRe: Formatting Text with VB Pin
Dalek Dave2-Apr-10 15:58
professionalDalek Dave2-Apr-10 15:58 
GeneralRe: Formatting Text with VB Pin
Luc Pattyn2-Apr-10 16:20
sitebuilderLuc Pattyn2-Apr-10 16:20 
GeneralRe: Formatting Text with VB Pin
lodogg2-Apr-10 18:06
lodogg2-Apr-10 18:06 
GeneralRe: Formatting Text with VB Pin
lodogg2-Apr-10 18:04
lodogg2-Apr-10 18:04 
Yep I got the basics on HTML I just don't know how to say take the data between the " " and print the data to the following column, Title 3, Title 4 for example.

"ReceivedAt","External","Hit_Count","Port" 
"2010-03-31 00:28:56","92.47.196.147","868","445" 
"2010-03-31 09:27:29","98.104.149.153","12","135" 
"2010-03-31 10:08:56","87.237.140.163","12","5900" 
"2010-03-31 02:49:33","221.195.73.86","12","8000" 
"2010-03-31 04:22:26","59.53.88.70","8","2967


<table border='1'>
<tr align='center'><td><strong>ReceivedAt</strong></td><td><strong>External</strong></td><td><strong>Hit_Count</strong></td><td><strong>Port</strong></tf></tr>
<tr align='right'><td>2010-03-31 00:28:56</td><td>92.47.196.147</td><td>868</td><td>445</td></tr>
<tr align='right'><td>value21</td><td>longvalue22</td><td>value23</td><td>value24</td></tr>
<tr align='right'><td>value91</td><td>value92</td><td>longvalue93</td><td>value94</td></tr>
</table>


Good stuff so far..Smile | :)

-lo
GeneralRe: Formatting Text with VB Pin
Luc Pattyn2-Apr-10 18:23
sitebuilderLuc Pattyn2-Apr-10 18:23 
QuestionPipes and Files - making it work Pin
LurkingGryphon1-Apr-10 11:09
LurkingGryphon1-Apr-10 11:09 
AnswerRe: Pipes and Files - making it work Pin
Mycroft Holmes2-Apr-10 23:41
professionalMycroft Holmes2-Apr-10 23:41 
GeneralRe: Pipes and Files - making it work Pin
LurkingGryphon6-Apr-10 3:41
LurkingGryphon6-Apr-10 3:41 
GeneralRe: Pipes and Files - making it work Pin
Mycroft Holmes6-Apr-10 11:52
professionalMycroft Holmes6-Apr-10 11:52 
AnswerRe: Pipes and Files - making it work Pin
Gideon Engelberth3-Apr-10 6:09
Gideon Engelberth3-Apr-10 6:09 
GeneralRe: Pipes and Files - making it work Pin
LurkingGryphon6-Apr-10 3:45
LurkingGryphon6-Apr-10 3:45 
QuestionBind listview using dataset Pin
sandhya1431-Mar-10 19:08
sandhya1431-Mar-10 19:08 
AnswerRe: Bind listview using dataset Pin
Paramu197331-Mar-10 20:26
Paramu197331-Mar-10 20:26 
AnswerRe: Bind listview using dataset Pin
William Winner1-Apr-10 7:49
William Winner1-Apr-10 7:49 
QuestionVBA - Access 2007 print preview properties Pin
john john mackey31-Mar-10 11:16
john john mackey31-Mar-10 11:16 
AnswerRe: VBA - Access 2007 print preview properties Pin
Eddy Vluggen31-Mar-10 12:24
professionalEddy Vluggen31-Mar-10 12:24 
GeneralRe: VBA - Access 2007 print preview properties Pin
john john mackey1-Apr-10 6:05
john john mackey1-Apr-10 6:05 
QuestionCustom Compilation Error Pin
programmervb.netc++31-Mar-10 9:24
programmervb.netc++31-Mar-10 9:24 
AnswerRe: Custom Compilation Error Pin
Eddy Vluggen31-Mar-10 12:58
professionalEddy Vluggen31-Mar-10 12:58 
GeneralRe: Custom Compilation Error Pin
EliottA1-Apr-10 6:04
EliottA1-Apr-10 6:04 
GeneralRe: Custom Compilation Error Pin
Eddy Vluggen1-Apr-10 22:34
professionalEddy Vluggen1-Apr-10 22:34 

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.