Click here to Skip to main content
15,888,610 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Splitting a .txt file and sorting it Pin
offroaderdan15-Apr-10 0:12
offroaderdan15-Apr-10 0:12 
GeneralRe: Splitting a .txt file and sorting it Pin
Ian Shlasko15-Apr-10 1:37
Ian Shlasko15-Apr-10 1:37 
GeneralRe: Splitting a .txt file and sorting it Pin
offroaderdan15-Apr-10 1:52
offroaderdan15-Apr-10 1:52 
GeneralRe: Splitting a .txt file and sorting it Pin
Ian Shlasko15-Apr-10 1:58
Ian Shlasko15-Apr-10 1:58 
QuestionErrorprovider within a datatable column Pin
popalzai13-Apr-10 20:49
popalzai13-Apr-10 20:49 
AnswerRe: Errorprovider within a datatable column Pin
Simon_Whale14-Apr-10 3:30
Simon_Whale14-Apr-10 3:30 
GeneralRe: Errorprovider within a datatable column Pin
popalzai14-Apr-10 19:49
popalzai14-Apr-10 19:49 
GeneralRe: Errorprovider within a datatable column Pin
Simon_Whale14-Apr-10 21:55
Simon_Whale14-Apr-10 21:55 
If user enters these values then you will need to use the DataGridView1_CellValueChanged event and then evaulate what the user has entered.

<br />
Private Sub DataGridView1_CellContentClick(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.CellContentClick<br />
        If e.ColumnIndex = 2 Then <br />
         'assuming this is your column number for store, development agent, previous owner<br />
         'then show your error message if not enter what is required<br />
        End If<br />
<br />
    End Sub<br />


if the values are coming from the database only then you need to re-look at your database query.


Simon
QuestionHow to consume WCF service throgh Visual Basic 6.0 application Pin
amit k mistry13-Apr-10 10:28
amit k mistry13-Apr-10 10:28 
AnswerRe: How to consume WCF service throgh Visual Basic 6.0 application Pin
nlarson1113-Apr-10 11:08
nlarson1113-Apr-10 11:08 
GeneralRe: How to consume WCF service throgh Visual Basic 6.0 application Pin
amit k mistry13-Apr-10 11:21
amit k mistry13-Apr-10 11:21 
GeneralRe: How to consume WCF service throgh Visual Basic 6.0 application Pin
amit k mistry13-Apr-10 11:25
amit k mistry13-Apr-10 11:25 
GeneralRe: How to consume WCF service throgh Visual Basic 6.0 application Pin
nlarson1113-Apr-10 16:32
nlarson1113-Apr-10 16:32 
GeneralRe: How to consume WCF service throgh Visual Basic 6.0 application Pin
amit k mistry14-Apr-10 4:33
amit k mistry14-Apr-10 4:33 
GeneralRe: How to consume WCF service throgh Visual Basic 6.0 application Pin
nlarson1114-Apr-10 4:49
nlarson1114-Apr-10 4:49 
GeneralRe: How to consume WCF service throgh Visual Basic 6.0 application Pin
amit k mistry14-Apr-10 4:59
amit k mistry14-Apr-10 4:59 
GeneralRe: How to consume WCF service throgh Visual Basic 6.0 application Pin
nlarson1114-Apr-10 8:00
nlarson1114-Apr-10 8:00 
GeneralRe: How to consume WCF service throgh Visual Basic 6.0 application Pin
amit k mistry21-Apr-10 11:18
amit k mistry21-Apr-10 11:18 
QuestionCrystal Report - View A3 Paper Size - But A4 printer is installed user ? Pin
Paramu197313-Apr-10 3:10
Paramu197313-Apr-10 3:10 
AnswerRe: Crystal Report - View A3 Paper Size - But A4 printer is installed user ? Pin
Dave Kreskowiak13-Apr-10 3:38
mveDave Kreskowiak13-Apr-10 3:38 
AnswerRe: Crystal Report - View A3 Paper Size - But A4 printer is installed user ? Pin
Gregory Gadow13-Apr-10 4:24
Gregory Gadow13-Apr-10 4:24 
AnswerRe: Crystal Report - View A3 Paper Size - But A4 printer is installed user ? Pin
Steven J Jowett13-Apr-10 4:35
Steven J Jowett13-Apr-10 4:35 
GeneralRe: Crystal Report - View A3 Paper Size - But A4 printer is installed user ? Pin
Gregory Gadow13-Apr-10 4:39
Gregory Gadow13-Apr-10 4:39 
Questionpassing value to class Pin
gcina13-Apr-10 0:09
gcina13-Apr-10 0:09 
AnswerRe: passing value to class Pin
Tom Deketelaere13-Apr-10 0:12
professionalTom Deketelaere13-Apr-10 0:12 

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.