Click here to Skip to main content
15,906,341 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Copy Objects - Am I missing something? Pin
Joshua Quick9-May-06 17:14
Joshua Quick9-May-06 17:14 
Questionselecting control at runtime (VB.NET) Pin
A M SOMAN6-May-06 0:55
A M SOMAN6-May-06 0:55 
QuestionPrinter Object in VB Pin
cberam6-May-06 0:01
cberam6-May-06 0:01 
AnswerRe: Printer Object in VB Pin
Duncan Edwards Jones8-May-06 3:23
professionalDuncan Edwards Jones8-May-06 3:23 
QuestionDSN File Change at run time Pin
prashantvashisht5-May-06 23:22
prashantvashisht5-May-06 23:22 
QuestionDisable Guest Account in VB Pin
QuickDeveloper5-May-06 23:07
QuickDeveloper5-May-06 23:07 
QuestionDatagrid Pin
militiaware5-May-06 21:33
militiaware5-May-06 21:33 
AnswerRe: Datagrid Pin
nesNYC7-May-06 20:07
nesNYC7-May-06 20:07 
Code looks choppy there; shouldn't it be like this:

myDataSet.myTable.DefaultView(myDataGrid.CurrentRowIndex).Delete()
myDataSet.myTable.AcceptChanges

??? I wouldn't actually delete stuff from the grid as it is the underlying dataset you're trying to manipulate. Also make sure you apply "AcceptChanges" or the DS will not delete the record.
GeneralRe: Datagrid Pin
militiaware7-May-06 23:29
militiaware7-May-06 23:29 
GeneralRe: Datagrid Pin
nesNYC8-May-06 5:11
nesNYC8-May-06 5:11 
QuestionProcess cpu usage of wmiprsve is 99% when getting processes Pin
MohammadAmiry5-May-06 20:53
MohammadAmiry5-May-06 20:53 
QuestionDatagrid Pin
militiaware5-May-06 20:52
militiaware5-May-06 20:52 
AnswerRe: Datagrid Pin
User 17164928-May-06 5:33
professionalUser 17164928-May-06 5:33 
GeneralRe: Datagrid Pin
militiaware9-May-06 21:13
militiaware9-May-06 21:13 
QuestionWeb Application related query Pin
Vijaya Krishnamoorthy5-May-06 19:54
Vijaya Krishnamoorthy5-May-06 19:54 
AnswerRe: Web Application related query Pin
Guffa5-May-06 23:35
Guffa5-May-06 23:35 
GeneralRe: Web Application related query Pin
Vijaya Krishnamoorthy5-May-06 23:47
Vijaya Krishnamoorthy5-May-06 23:47 
QuestionLow virtual memory Pin
SwatiPathania5-May-06 19:10
SwatiPathania5-May-06 19:10 
QuestionAdding values to tree view nodes Pin
lupa-nikki5-May-06 18:57
lupa-nikki5-May-06 18:57 
QuestionRead Arabic File Pin
shereem khaleel5-May-06 14:55
shereem khaleel5-May-06 14:55 
AnswerRe: Read Arabic File Pin
ISIS555-May-06 21:27
ISIS555-May-06 21:27 
GeneralRe: Read Arabic File Pin
shereem khaleel6-May-06 23:25
shereem khaleel6-May-06 23:25 
AnswerRe: Read Arabic File Pin
microuser_20005-May-06 23:28
microuser_20005-May-06 23:28 
QuestionADO Connection problem Pin
Quecumber2565-May-06 10:31
Quecumber2565-May-06 10:31 
QuestionHELP Vb.NET Cannot Inherit from System.ComponentModel.Design.CollectionEditor.CollectionForm Pin
eatwork5-May-06 6:02
eatwork5-May-06 6:02 

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.