Click here to Skip to main content
16,005,389 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to lick to list boxes to a database Pin
ranro200612-Oct-06 7:33
ranro200612-Oct-06 7:33 
QuestionMissing Items.... Pin
CCG312-Oct-06 7:31
CCG312-Oct-06 7:31 
AnswerRe: Missing Items.... Pin
UltraCoder12-Oct-06 8:00
UltraCoder12-Oct-06 8:00 
GeneralRe: Missing Items.... Pin
CCG312-Oct-06 8:33
CCG312-Oct-06 8:33 
Questioni dont remember anything!!! Pin
krystal.moodie12-Oct-06 7:09
krystal.moodie12-Oct-06 7:09 
AnswerRe: i dont remember anything!!! Pin
UltraCoder12-Oct-06 8:07
UltraCoder12-Oct-06 8:07 
AnswerRe: i dont remember anything!!! Pin
kartik tallapragada12-Oct-06 19:59
kartik tallapragada12-Oct-06 19:59 
QuestionUpdate Data in a Datagrid Pin
Larry White12-Oct-06 7:09
Larry White12-Oct-06 7:09 
I'm just trying to add a listbox to a datagrid to allow the user to change selected fields. It should be easier than this, lol.

I'm getting an error "Object reference not set to an instance of an object", when I select an actual value from my listbox within my datagrid. My code is as follows:

Dim myDG As New DataGrid
...
Private Sub listControl_SelectedValueChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles listControl.SelectedValueChanged

myDG(hitTestGrid.Row, hitTestGrid.Column) = listControl.ToString

End Sub

...

If someone could point me to a good tutorial on editing data in datagrids, I'd appreciate it.

Thanks,
LarrySmile | :)


LWhite

QuestionReturn Original Value from ComboBox Pin
dptalt12-Oct-06 5:56
dptalt12-Oct-06 5:56 
AnswerRe: Return Original Value from ComboBox Pin
Christian Graus12-Oct-06 6:32
protectorChristian Graus12-Oct-06 6:32 
GeneralRe: Return Original Value from ComboBox Pin
dptalt12-Oct-06 6:40
dptalt12-Oct-06 6:40 
QuestionCalling .NET Assembly using COM DLL (CCW) Pin
Asim_Zia12-Oct-06 5:54
Asim_Zia12-Oct-06 5:54 
QuestionSound Pin
freefika12-Oct-06 5:10
freefika12-Oct-06 5:10 
AnswerRe: Sound Pin
UltraCoder12-Oct-06 7:54
UltraCoder12-Oct-06 7:54 
QuestionEmpty data in Image in Crystal Reports creates border Pin
bschandru12-Oct-06 3:31
bschandru12-Oct-06 3:31 
QuestionDrawing Curve,Polygon ... on mouse movements Pin
vijayalaya12-Oct-06 2:16
vijayalaya12-Oct-06 2:16 
AnswerRe: Drawing Curve,Polygon ... on mouse movements Pin
Christian Graus12-Oct-06 3:28
protectorChristian Graus12-Oct-06 3:28 
QuestionDisplay a database's field names Pin
directred12-Oct-06 1:39
directred12-Oct-06 1:39 
Questionget the architecture of the processor being used Pin
ravi khadka12-Oct-06 0:25
ravi khadka12-Oct-06 0:25 
AnswerRe: get the architecture of the processor being used Pin
Dave Kreskowiak12-Oct-06 3:23
mveDave Kreskowiak12-Oct-06 3:23 
Questionstartup form Pin
Xmen Real 12-Oct-06 0:01
professional Xmen Real 12-Oct-06 0:01 
AnswerRe: startup form Pin
Dave Kreskowiak12-Oct-06 3:10
mveDave Kreskowiak12-Oct-06 3:10 
GeneralRe: startup form Pin
Xmen Real 12-Oct-06 4:10
professional Xmen Real 12-Oct-06 4:10 
AnswerRe: startup form Pin
Steve :)12-Oct-06 15:57
Steve :)12-Oct-06 15:57 
GeneralRe: startup form Pin
Xmen Real 12-Oct-06 20:57
professional Xmen Real 12-Oct-06 20:57 

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.