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

Visual Basic

 
GeneralRe: hiding the colummn in datagrid .net Pin
amaneet24-Oct-06 20:40
amaneet24-Oct-06 20:40 
GeneralRe: hiding the colummn in datagrid .net Pin
Vikash Yadav24-Oct-06 22:26
Vikash Yadav24-Oct-06 22:26 
GeneralRe: hiding the colummn in datagrid .net Pin
xbiplav25-Oct-06 3:49
xbiplav25-Oct-06 3:49 
AnswerHOMEWORK Pin
leckey25-Oct-06 18:34
leckey25-Oct-06 18:34 
QuestionTo Display datagrid Like Treeview control in vb.net Pin
TC2824-Oct-06 19:03
TC2824-Oct-06 19:03 
AnswerRe: To Display datagrid Like Treeview control in vb.net Pin
Dave Kreskowiak25-Oct-06 5:09
mveDave Kreskowiak25-Oct-06 5:09 
QuestionCode to close all child form Pin
Mekong River24-Oct-06 19:00
Mekong River24-Oct-06 19:00 
AnswerRe: Code to close all child form Pin
Dave Kreskowiak25-Oct-06 4:58
mveDave Kreskowiak25-Oct-06 4:58 
Easily done if you look at the MdiChildren property of your parent form.
For Each f As Form In Me.MdiChildren
    f.Close()
Next



Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: Code to close all child form Pin
Mekong River27-Oct-06 18:00
Mekong River27-Oct-06 18:00 
QuestionAccessing ports of a DVR card Pin
W.A. Dilhara24-Oct-06 18:31
W.A. Dilhara24-Oct-06 18:31 
AnswerRe: Accessing ports of a DVR card Pin
Dave Kreskowiak25-Oct-06 3:23
mveDave Kreskowiak25-Oct-06 3:23 
QuestionCombo Properties & Events Help Please Pin
cgai24-Oct-06 10:14
cgai24-Oct-06 10:14 
AnswerRe: Combo Properties & Events Help Please Pin
Dave Kreskowiak25-Oct-06 3:27
mveDave Kreskowiak25-Oct-06 3:27 
GeneralRe: Combo Properties & Events Help Please Pin
cgai25-Oct-06 5:11
cgai25-Oct-06 5:11 
GeneralRe: Combo Properties & Events Help Please Pin
Dave Kreskowiak25-Oct-06 5:30
mveDave Kreskowiak25-Oct-06 5:30 
GeneralRe: Combo Properties & Events Help Please Pin
cgai25-Oct-06 6:36
cgai25-Oct-06 6:36 
Questionrefresh a form Pin
steve_rm24-Oct-06 7:22
steve_rm24-Oct-06 7:22 
AnswerRe: refresh a form Pin
Dave Kreskowiak24-Oct-06 7:45
mveDave Kreskowiak24-Oct-06 7:45 
QuestionRead an XML file as a datafile Pin
sybux200024-Oct-06 4:52
sybux200024-Oct-06 4:52 
AnswerRe: Read an XML file as a datafile Pin
Dave Kreskowiak24-Oct-06 5:04
mveDave Kreskowiak24-Oct-06 5:04 
GeneralRe: Read an XML file as a datafile Pin
sybux200025-Oct-06 21:03
sybux200025-Oct-06 21:03 
QuestionOne last hope Pin
Pete Newman24-Oct-06 4:09
Pete Newman24-Oct-06 4:09 
AnswerRe: One last hope Pin
nlarson1124-Oct-06 4:15
nlarson1124-Oct-06 4:15 
GeneralRe: One last hope Pin
Pete Newman24-Oct-06 4:23
Pete Newman24-Oct-06 4:23 
GeneralRe: One last hope Pin
Pete Newman24-Oct-06 4:25
Pete Newman24-Oct-06 4:25 

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.