Click here to Skip to main content
15,905,325 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How 2 drag and drop 'items' onto a screen as in visio Pin
Dave Kreskowiak20-Aug-04 9:48
mveDave Kreskowiak20-Aug-04 9:48 
GeneralLine Number in VB.NET Pin
ablaze19-Aug-04 22:48
ablaze19-Aug-04 22:48 
GeneralRe: Line Number in VB.NET Pin
Dave Kreskowiak20-Aug-04 1:01
mveDave Kreskowiak20-Aug-04 1:01 
Generalcatastrophic failure Pin
sakthisaravanan19-Aug-04 21:05
sakthisaravanan19-Aug-04 21:05 
GeneralRe: catastrophic failure Pin
Dave Kreskowiak20-Aug-04 1:06
mveDave Kreskowiak20-Aug-04 1:06 
GeneralRe: catastrophic failure Pin
sakthisaravanan20-Aug-04 1:27
sakthisaravanan20-Aug-04 1:27 
GeneralRe: catastrophic failure Pin
Dave Kreskowiak20-Aug-04 3:38
mveDave Kreskowiak20-Aug-04 3:38 
Generalvalidation in datagrid Pin
kowplunk19-Aug-04 9:24
kowplunk19-Aug-04 9:24 
right now I am dealing with validation errors with this after the data has been processed determining if there is an error

<br />
If isValid Then<br />
				'will clear the error for the row<br />
				e.Row.ClearErrors()<br />
			Else<br />
				'prevents the invalid changes from being submitted<br />
				e.Row.AcceptChanges()<br />
			End If<br />


It works, just the way that it should, but the logic is odd in that I have to AcceptChanges(). I do understand what is happening, but if someone else who is unaware of what happens in the acceptChanges method they would scratch their head. So is there a better way of doing this?
GeneralRe: validation in datagrid Pin
Anonymous19-Aug-04 9:59
Anonymous19-Aug-04 9:59 
GeneralRe: validation in datagrid Pin
kowplunk19-Aug-04 11:38
kowplunk19-Aug-04 11:38 
GeneralByte to file Pin
XGaMeS19-Aug-04 8:44
XGaMeS19-Aug-04 8:44 
GeneralRe: Byte to file Pin
XGaMeS19-Aug-04 9:07
XGaMeS19-Aug-04 9:07 
GeneralRe: Byte to file Pin
XGaMeS19-Aug-04 9:20
XGaMeS19-Aug-04 9:20 
Generalmutiple selected Pin
Lisana19-Aug-04 8:23
Lisana19-Aug-04 8:23 
GeneralRe: mutiple selected Pin
Anonymous19-Aug-04 9:45
Anonymous19-Aug-04 9:45 
GeneralNeed help using swflash.ocx in VB6!! Pin
Fork1819-Aug-04 7:28
Fork1819-Aug-04 7:28 
GeneralRe: Need help using swflash.ocx in VB6!! Pin
Anonymous19-Aug-04 12:34
Anonymous19-Aug-04 12:34 
GeneralRe: Need help using swflash.ocx in VB6!! Pin
Fork1819-Aug-04 13:32
Fork1819-Aug-04 13:32 
GeneralPlease Help Me Pin
mohan_balal19-Aug-04 6:52
mohan_balal19-Aug-04 6:52 
GeneralRe: Please Help Me Pin
Dave Kreskowiak19-Aug-04 7:07
mveDave Kreskowiak19-Aug-04 7:07 
GeneralMDI and StatusBar Pin
Anonymous19-Aug-04 6:20
Anonymous19-Aug-04 6:20 
GeneralRe: MDI and StatusBar Pin
Anonymous19-Aug-04 9:22
Anonymous19-Aug-04 9:22 
GeneralRe: MDI and StatusBar Pin
Dave Kreskowiak20-Aug-04 3:31
mveDave Kreskowiak20-Aug-04 3:31 
GeneralVB 6 Using the DOS prompt Pin
johnjsm19-Aug-04 4:07
johnjsm19-Aug-04 4:07 
GeneralRe: VB 6 Using the DOS prompt Pin
Dave Kreskowiak19-Aug-04 5:16
mveDave Kreskowiak19-Aug-04 5:16 

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.