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

Visual Basic

 
QuestionAlt+F4 in PopupMenu? Pin
TAlvord19-Jan-05 12:14
TAlvord19-Jan-05 12:14 
AnswerRe: Alt+F4 in PopupMenu? Pin
Dave Kreskowiak20-Jan-05 1:43
mveDave Kreskowiak20-Jan-05 1:43 
GeneralRe: Alt+F4 in PopupMenu? Pin
TAlvord21-Jan-05 11:31
TAlvord21-Jan-05 11:31 
QuestionHow to merge three columns to one column? Pin
viettho19-Jan-05 7:15
viettho19-Jan-05 7:15 
AnswerRe: How to merge three columns to one column? Pin
Colin Angus Mackay19-Jan-05 7:50
Colin Angus Mackay19-Jan-05 7:50 
GeneralRe: How to merge three columns to one column? Pin
viettho19-Jan-05 9:48
viettho19-Jan-05 9:48 
GeneralDatagrid (VB .net) Pin
John 321119-Jan-05 5:32
sussJohn 321119-Jan-05 5:32 
GeneralRe: Datagrid (VB .net) Pin
Dave Kreskowiak19-Jan-05 6:11
mveDave Kreskowiak19-Jan-05 6:11 
You solution is to bind the DataGrid to the DataView, not the DataTable itself. DataViews are used so you can sort the data and reorganize the columnns/tables without having to refetch the data into the table again using the new sort or table/column organization. You reorganize the view of the data (which is quicker) instead of wasting time refetching the data from the database with the new view parameters.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Datagrid (VB .net) Pin
Damian Castroviejo25-Jan-05 9:44
Damian Castroviejo25-Jan-05 9:44 
GeneralRe: simulation Pin
Anonymous19-Jan-05 5:36
Anonymous19-Jan-05 5:36 
GeneralRe: simulation Pin
Dave Kreskowiak19-Jan-05 5:55
mveDave Kreskowiak19-Jan-05 5:55 
Generalasp.net web tree view control problems Pin
Anonymous19-Jan-05 3:44
Anonymous19-Jan-05 3:44 
GeneralRe: asp.net web tree view control problems Pin
Dave Kreskowiak19-Jan-05 4:07
mveDave Kreskowiak19-Jan-05 4:07 
Generalvb6 Sub main() doesn't exist Pin
19-Jan-05 3:02
suss19-Jan-05 3:02 
GeneralRe: vb6 Sub main() doesn't exist Pin
Jim Matthews19-Jan-05 3:52
Jim Matthews19-Jan-05 3:52 
GeneralRe: vb6 Sub main() doesn't exist Pin
Dave Kreskowiak19-Jan-05 3:52
mveDave Kreskowiak19-Jan-05 3:52 
GeneralRe: vb6 Sub main() doesn't exist Pin
19-Jan-05 4:57
suss19-Jan-05 4:57 
GeneralRe: vb6 Sub main() doesn't exist Pin
Dave Kreskowiak19-Jan-05 5:34
mveDave Kreskowiak19-Jan-05 5:34 
GeneralRe: vb6 Sub main() doesn't exist Pin
rwestgraham30-Jan-05 18:57
rwestgraham30-Jan-05 18:57 
GeneralIcon on first form of MDI Pin
Mad Doc's hairy belly19-Jan-05 1:13
Mad Doc's hairy belly19-Jan-05 1:13 
GeneralRe: Icon on first form of MDI Pin
Tom John19-Jan-05 1:43
Tom John19-Jan-05 1:43 
QuestionHow to Run DB Script file from VB.Net Pin
Rizwan Bashir19-Jan-05 0:53
Rizwan Bashir19-Jan-05 0:53 
GeneralHandling embbeded documents in IE from VBScript Pin
Emilio Guijarro19-Jan-05 0:20
Emilio Guijarro19-Jan-05 0:20 
GeneralVISUAL BASIC.NET Pin
Member 166535418-Jan-05 23:56
Member 166535418-Jan-05 23:56 
GeneralRe: VISUAL BASIC.NET Pin
Dave Kreskowiak19-Jan-05 2:22
mveDave Kreskowiak19-Jan-05 2:22 

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.