Click here to Skip to main content
16,011,805 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: DataGridview Pin
Socheat.Net20-Jan-07 0:13
Socheat.Net20-Jan-07 0:13 
QuestionEncryption/Decryption Using Rijndael algorithm Pin
Kaau18-Jan-07 22:02
Kaau18-Jan-07 22:02 
AnswerRe: Encryption/Decryption Using Rijndael algorithm Pin
Christian Graus18-Jan-07 22:55
protectorChristian Graus18-Jan-07 22:55 
QuestionHow to stop cutoff pages in crystal reports Pin
Ali 11018-Jan-07 19:20
Ali 11018-Jan-07 19:20 
AnswerRe: How to stop cutoff pages in crystal reports Pin
Dave Sexton19-Jan-07 0:07
Dave Sexton19-Jan-07 0:07 
QuestionHow to clear Datagridview Pin
priya_p23318-Jan-07 18:39
priya_p23318-Jan-07 18:39 
AnswerRe: How to clear Datagridview Pin
Ali 11018-Jan-07 23:46
Ali 11018-Jan-07 23:46 
GeneralRe: How to clear Datagridview Pin
IqbalVB20-Jan-07 2:58
IqbalVB20-Jan-07 2:58 
The code will not working because it's read only. By the way, if you use bounded data you can't clear it. But if you use typed data you can clear the collection with this:
Private Sub btnClearALL_Click(Byval sender as object, Byval e as System.Eventargs) Handles btnClearAll.Click<br />
datagrid1.rows.clear<br />
End Sub


Exprience is the best teacher
QuestionVB Decompiler? Pin
Eddymvp18-Jan-07 12:54
Eddymvp18-Jan-07 12:54 
AnswerRe: VB Decompiler? Pin
MatrixCoder18-Jan-07 13:07
MatrixCoder18-Jan-07 13:07 
AnswerRe: VB Decompiler? Pin
Dave Kreskowiak18-Jan-07 17:30
mveDave Kreskowiak18-Jan-07 17:30 
AnswerRe: VB Decompiler? Pin
Guffa19-Jan-07 2:22
Guffa19-Jan-07 2:22 
AnswerRe: VB Decompiler? Pin
IqbalVB20-Jan-07 3:02
IqbalVB20-Jan-07 3:02 
QuestionA SIMPLE QUESTION ABOUT DATABASES Pin
vbbeg18-Jan-07 9:20
vbbeg18-Jan-07 9:20 
AnswerRe: A SIMPLE QUESTION ABOUT DATABASES Pin
Christian Graus18-Jan-07 9:24
protectorChristian Graus18-Jan-07 9:24 
GeneralRe: A SIMPLE QUESTION ABOUT DATABASES Pin
vbbeg18-Jan-07 9:28
vbbeg18-Jan-07 9:28 
GeneralRe: A SIMPLE QUESTION ABOUT DATABASES Pin
Dave Kreskowiak18-Jan-07 9:50
mveDave Kreskowiak18-Jan-07 9:50 
GeneralRe: A SIMPLE QUESTION ABOUT DATABASES Pin
Christian Graus18-Jan-07 10:05
protectorChristian Graus18-Jan-07 10:05 
GeneralRe: A SIMPLE QUESTION ABOUT DATABASES Pin
vbbeg18-Jan-07 10:11
vbbeg18-Jan-07 10:11 
GeneralRe: A SIMPLE QUESTION ABOUT DATABASES Pin
Christian Graus18-Jan-07 11:45
protectorChristian Graus18-Jan-07 11:45 
QuestionBlack ForeColor on Extended Aero Glass? Pin
softwarejaeger18-Jan-07 8:50
softwarejaeger18-Jan-07 8:50 
QuestionWhat You See Is What You Get (WYSIWYG) .... doesn't work with SQL Reporting Services Pin
Member 331398918-Jan-07 6:01
Member 331398918-Jan-07 6:01 
AnswerRe: What You See Is What You Get (WYSIWYG) .... doesn't work with SQL Reporting Services Pin
Dave Kreskowiak18-Jan-07 8:18
mveDave Kreskowiak18-Jan-07 8:18 
QuestionVisual Studio 2003 problem (output directory) Pin
Peter Constant18-Jan-07 4:39
Peter Constant18-Jan-07 4:39 
AnswerRe: Visual Studio 2003 problem (output directory) Pin
Jason McBurney18-Jan-07 5:56
Jason McBurney18-Jan-07 5:56 

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.