Click here to Skip to main content
15,900,973 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: datagrid manipulation Pin
Dave Kreskowiak11-Oct-07 7:55
mveDave Kreskowiak11-Oct-07 7:55 
GeneralRe: datagrid manipulation Pin
Abbhie11-Oct-07 15:17
Abbhie11-Oct-07 15:17 
QuestionExe to Exe communication Pin
nlarson1111-Oct-07 5:49
nlarson1111-Oct-07 5:49 
AnswerRe: Exe to Exe communication Pin
Dave Kreskowiak11-Oct-07 6:59
mveDave Kreskowiak11-Oct-07 6:59 
GeneralRe: Exe to Exe communication Pin
nlarson1111-Oct-07 14:22
nlarson1111-Oct-07 14:22 
Questiondatabinding format event Pin
sabr4911-Oct-07 5:47
sabr4911-Oct-07 5:47 
AnswerRe: databinding format event Pin
Dave Kreskowiak11-Oct-07 6:57
mveDave Kreskowiak11-Oct-07 6:57 
GeneralRe: databinding format event Pin
sabr4911-Oct-07 9:05
sabr4911-Oct-07 9:05 
Greatly appreciate. Had never used a regular expression b/4 and got it with this regular expression in a jiffy.. Powerful stuff!


Private Sub PhoneNumberFormat(ByVal sender As Object, ByVal cevent As ConvertEventArgs)
Dim strFormatted As String
strFormatted = Regex.Replace(cevent.Value, "(\d{3})(\d{3})(\d{4})", "($1) $2-$3")
cevent.Value = strFormatted
Questionimage editor Pin
Aamir Mustafa11-Oct-07 4:43
Aamir Mustafa11-Oct-07 4:43 
AnswerRe: image editor Pin
Dave Kreskowiak11-Oct-07 5:19
mveDave Kreskowiak11-Oct-07 5:19 
AnswerRe: image editor Pin
Ajay.k_Singh11-Oct-07 7:24
Ajay.k_Singh11-Oct-07 7:24 
QuestionCoding issue Pin
Sam Heller11-Oct-07 4:18
Sam Heller11-Oct-07 4:18 
AnswerRe: Coding issue Pin
Mbire11-Oct-07 5:18
Mbire11-Oct-07 5:18 
GeneralRe: Coding issue Pin
Sam Heller11-Oct-07 23:34
Sam Heller11-Oct-07 23:34 
GeneralRe: Coding issue Pin
Mbire12-Oct-07 0:13
Mbire12-Oct-07 0:13 
GeneralRe: Coding issue Pin
Sam Heller12-Oct-07 0:29
Sam Heller12-Oct-07 0:29 
GeneralRe: Coding issue Pin
Mbire12-Oct-07 2:24
Mbire12-Oct-07 2:24 
QuestionUpdating the DataSet Pin
kvs_240711-Oct-07 4:07
kvs_240711-Oct-07 4:07 
AnswerRe: Updating the DataSet Pin
Vimalsoft(Pty) Ltd11-Oct-07 4:21
professionalVimalsoft(Pty) Ltd11-Oct-07 4:21 
GeneralRe: Updating the DataSet Pin
kvs_240711-Oct-07 21:32
kvs_240711-Oct-07 21:32 
GeneralRe: Updating the DataSet Pin
Vimalsoft(Pty) Ltd11-Oct-07 23:55
professionalVimalsoft(Pty) Ltd11-Oct-07 23:55 
GeneralRe: Updating the DataSet Pin
kvs_240712-Oct-07 1:57
kvs_240712-Oct-07 1:57 
QuestionCustom Property in Custom DataGridViewColumn Pin
Kimalla11-Oct-07 3:17
Kimalla11-Oct-07 3:17 
QuestionCan tacbles in access Start with a number Pin
Mr Oizo11-Oct-07 3:17
Mr Oizo11-Oct-07 3:17 
AnswerRe: Can tacbles in access Start with a number Pin
Guffa11-Oct-07 4:13
Guffa11-Oct-07 4:13 

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.