Click here to Skip to main content
16,006,065 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: datagrid manipulation Pin
Abbhie11-Oct-07 7:15
Abbhie11-Oct-07 7:15 
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 
sabr49 wrote:
The data is now posting to the textbox as (###) ### - #### without the data (every phone record is filled with the pound sign).


That's because the format string you've come up with only works with numbers. Since you're storing the phone number as a string, you've going to have to parse that string and insert the characters in the correct place to make a whole new formatted string.

A regular expression might help you in this case.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: databinding format event Pin
sabr4911-Oct-07 9:05
sabr4911-Oct-07 9:05 
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 

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.