Click here to Skip to main content
15,899,679 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Can I use VB.net and XML to read/write a MS access database in the web-site? Pin
ATC13-Aug-08 8:41
ATC13-Aug-08 8:41 
GeneralRe: Can I use VB.net and XML to read/write a MS access database in the web-site? Pin
Mycroft Holmes13-Aug-08 14:21
professionalMycroft Holmes13-Aug-08 14:21 
GeneralRe: Can I use VB.net and XML to read/write a MS access database in the web-site? Pin
ATC13-Aug-08 15:43
ATC13-Aug-08 15:43 
QuestionFire an event in VB.net by SQL Server Trigger Pin
manisghouri12-Aug-08 7:23
manisghouri12-Aug-08 7:23 
AnswerRe: Fire an event in VB.net by SQL Server Trigger Pin
Manas Bhardwaj12-Aug-08 7:35
professionalManas Bhardwaj12-Aug-08 7:35 
AnswerRe: Fire an event in VB.net by SQL Server Trigger Pin
Scott Barbour12-Aug-08 11:35
Scott Barbour12-Aug-08 11:35 
AnswerRe: Fire an event in VB.net by SQL Server Trigger Pin
Dave Kreskowiak12-Aug-08 16:47
mveDave Kreskowiak12-Aug-08 16:47 
QuestionCurrent Cell and the DataGridView [modified] Pin
Rafone12-Aug-08 6:01
Rafone12-Aug-08 6:01 
It seems that I can assign the value of a cell by dbl-clicking on the cell like this
In this event handler
Private Sub DataGridView1_CellContentClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.CellContentClick

TextBox1.Text = dgView1.CurrentCell.Value

However the first column of data does not work the same way. If I dbl-click on it It does not fire the event but if I click on the column header the data will populate the textbox??

Is there something I am missing??


Rafone

Statistics are like bikini's...
What they reveal is astonishing ...
But what they hide is vital ...

modified on Tuesday, August 12, 2008 12:07 PM

AnswerRe: Current Cell and the DataGridView Pin
Mycroft Holmes12-Aug-08 18:07
professionalMycroft Holmes12-Aug-08 18:07 
GeneralRe: Current Cell and the DataGridView Pin
Rafone12-Aug-08 18:25
Rafone12-Aug-08 18:25 
QuestionI want to develop a component to perform the arthematic calculations with required precission( more than 30 digits after decimal point). Pin
sitha rami12-Aug-08 4:31
sitha rami12-Aug-08 4:31 
AnswerRe: I want to develop a component to perform the arthematic calculations with required precission( more than 30 digits after decimal point). Pin
Manas Bhardwaj12-Aug-08 4:55
professionalManas Bhardwaj12-Aug-08 4:55 
AnswerRe: I want to develop a component to perform the arthematic calculations with required precission( more than 30 digits after decimal point). Pin
Tim Carmichael12-Aug-08 7:00
Tim Carmichael12-Aug-08 7:00 
GeneralRe: I want to develop a component to perform the arthematic calculations with required precission( more than 30 digits after decimal point). Pin
sitha rami13-Aug-08 4:35
sitha rami13-Aug-08 4:35 
QuestionWrite .txt FIle in selected fonts Pin
hitesh sojitra12-Aug-08 3:07
hitesh sojitra12-Aug-08 3:07 
AnswerRe: Write .txt FIle in selected fonts Pin
Manas Bhardwaj12-Aug-08 3:22
professionalManas Bhardwaj12-Aug-08 3:22 
AnswerRe: Write .txt FIle in selected fonts Pin
jzonthemtn12-Aug-08 5:00
jzonthemtn12-Aug-08 5:00 
GeneralRe: Write .txt FIle in selected fonts Pin
Manas Bhardwaj12-Aug-08 5:01
professionalManas Bhardwaj12-Aug-08 5:01 
GeneralRe: Write .txt FIle in selected fonts Pin
jzonthemtn12-Aug-08 5:04
jzonthemtn12-Aug-08 5:04 
QuestionHow to find out total number of repitation of string into an array Pin
Rameez Raja12-Aug-08 1:41
Rameez Raja12-Aug-08 1:41 
AnswerRe: How to find out total number of repitation of string into an array Pin
Christian Graus12-Aug-08 1:45
protectorChristian Graus12-Aug-08 1:45 
AnswerRe: How to find out total number of repitation of string into an array Pin
Tim Carmichael12-Aug-08 2:09
Tim Carmichael12-Aug-08 2:09 
AnswerRe: How to find out total number of repitation of string into an array Pin
LloydA11113-Aug-08 4:24
LloydA11113-Aug-08 4:24 
Question***integration of powerbuilder and VB [modified] Pin
sidwithu12-Aug-08 1:30
sidwithu12-Aug-08 1:30 
AnswerRe: ***integration of powerbuilder and VB Pin
Manas Bhardwaj12-Aug-08 2:42
professionalManas Bhardwaj12-Aug-08 2:42 

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.