Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~216 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sreelakshmi

Have to convert text(C code) written in richtextBox to Html with automatic syntax highlighting and indention.How can one achieve that using Regex in vb.net. [code] Imports System.IO Imports System.Text.RegularExpressions Public Class Form1 Dim Str As String = "" Dim line As String = "" Dim Keywords() As String = New …

0
56
Member Avatar for sreelakshmi

Is there any eventhandler for RichTextBox in vb.net to catch the selection of text event? I want to enable cut,copy,delete control mentu strip items on selecting text. Edit > cut,copy,paste,delete Only on selecting text the cut,copy,delete should be enabled Please help me out....

Member Avatar for poguemahone
0
114
Member Avatar for sreelakshmi

Hi , I need to read an html source file using vb.net. The URL of that html varies everytime.Kindly help me out. Thanks in Anticipation

0
45