Click here to Skip to main content
16,006,013 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generallistview Pin
ingwaar17-Apr-05 21:51
ingwaar17-Apr-05 21:51 
GeneralRe: listview Pin
Dave Kreskowiak18-Apr-05 4:08
mveDave Kreskowiak18-Apr-05 4:08 
GeneralColor of ScrollBar Pin
Anonymous17-Apr-05 21:39
Anonymous17-Apr-05 21:39 
GeneralRe: Color of ScrollBar Pin
Dave Kreskowiak18-Apr-05 4:07
mveDave Kreskowiak18-Apr-05 4:07 
GeneralGetting Values From another Form dialog Pin
Anonymous17-Apr-05 20:36
Anonymous17-Apr-05 20:36 
GeneralRe: Getting Values From another Form dialog Pin
sumit2117-Apr-05 23:53
sumit2117-Apr-05 23:53 
GeneralRe: Getting Values From another Form dialog Pin
Anonymous18-Apr-05 0:22
Anonymous18-Apr-05 0:22 
GeneralRe: Getting Values From another Form dialog Pin
Mohamed Ishak18-Apr-05 1:34
professionalMohamed Ishak18-Apr-05 1:34 
you can do one thing


First you declare the friend or public variable in then you cn call us follows

In form1 Write as follows


dim frm as new Form2
frm.Showdialog(Me)
me.DataGrid = frm.PublicVarDataTable


In Form2
Public PublicVarDataTable as datatable
OkBut_Click()
// add rows in table

Me.DialogResult=ok
Me.Hide

End sub



I hope this helpsLaugh | :laugh:



Ishak
GeneralRe: Getting Values From another Form dialog Pin
carlos_rocha18-Apr-05 4:56
carlos_rocha18-Apr-05 4:56 
QuestionHow To Just Build An Application In VB 6 Pin
Usman Tasleem Akshaf17-Apr-05 20:28
Usman Tasleem Akshaf17-Apr-05 20:28 
AnswerRe: How To Just Build An Application In VB 6 Pin
Yulianto.17-Apr-05 21:28
Yulianto.17-Apr-05 21:28 
QuestionHow To Make An Application a Service VB 6 Pin
usmanmir17-Apr-05 19:52
usmanmir17-Apr-05 19:52 
AnswerRe: How To Make An Application a Service VB 6 Pin
Yulianto.17-Apr-05 21:39
Yulianto.17-Apr-05 21:39 
AnswerRe: How To Make An Application a Service VB 6 Pin
Dave Kreskowiak18-Apr-05 4:03
mveDave Kreskowiak18-Apr-05 4:03 
General.net framework exe Pin
_tasleem17-Apr-05 14:51
_tasleem17-Apr-05 14:51 
GeneralRe: .net framework exe Pin
Dave Kreskowiak17-Apr-05 15:29
mveDave Kreskowiak17-Apr-05 15:29 
Generalexe Pin
_tasleem17-Apr-05 14:34
_tasleem17-Apr-05 14:34 
GeneralRe: exe Pin
Dave Kreskowiak17-Apr-05 15:23
mveDave Kreskowiak17-Apr-05 15:23 
Questionhow to make new database through ado ? Pin
sumit2117-Apr-05 3:55
sumit2117-Apr-05 3:55 
AnswerRe: how to make new database through ado ? Pin
Colin Angus Mackay17-Apr-05 4:22
Colin Angus Mackay17-Apr-05 4:22 
GeneralRe: how to make new database through ado ? Pin
sumit2117-Apr-05 4:39
sumit2117-Apr-05 4:39 
GeneralRe: how to make new database through ado ? Pin
Colin Angus Mackay17-Apr-05 4:44
Colin Angus Mackay17-Apr-05 4:44 
Generaldatagrid with checkbox Pin
sumit2117-Apr-05 3:42
sumit2117-Apr-05 3:42 
GeneralRe: datagrid with checkbox Pin
Anonymous17-Apr-05 18:21
Anonymous17-Apr-05 18:21 
Generalretrieve primary key of table ????/ Pin
sumit2117-Apr-05 3:40
sumit2117-Apr-05 3:40 

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.