Click here to Skip to main content
15,912,072 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to get the id of a row that was just inserted Pin
Guffa26-Feb-08 23:41
Guffa26-Feb-08 23:41 
Generalmainboard serial number Pin
asifullahkhan26-Feb-08 16:20
asifullahkhan26-Feb-08 16:20 
GeneralRe: mainboard serial number Pin
Christian Graus26-Feb-08 18:32
protectorChristian Graus26-Feb-08 18:32 
GeneralRe: mainboard serial number Pin
Rupesh Kumar Swami26-Feb-08 22:13
Rupesh Kumar Swami26-Feb-08 22:13 
GeneralRe: mainboard serial number Pin
Dave Kreskowiak27-Feb-08 5:27
mveDave Kreskowiak27-Feb-08 5:27 
Answer[Resolved] How to make a child form stay on the top until closed in mdi application (VB.NET 2005)? [modified] Pin
rashadaliarshad26-Feb-08 10:34
rashadaliarshad26-Feb-08 10:34 
GeneralRe: How to make a child form stay on the top until closed in mdi application (VB.NET 2005)? Pin
Christian Graus26-Feb-08 11:27
protectorChristian Graus26-Feb-08 11:27 
GeneralRe: How to make a child form stay on the top until closed in mdi application (VB.NET 2005)? Pin
rashadaliarshad26-Feb-08 12:10
rashadaliarshad26-Feb-08 12:10 
When you go to show the form use:

form.ShowDialog();

instead of:

form.Show();

ShowDialog tells .net to open the form as a modal dialog instead of a standard form.

here is the Solution i got from some other forum

:- Rashid Ali -:

GeneralRe: How to make a child form stay on the top until closed in mdi application (VB.NET 2005)? Pin
Christian Graus26-Feb-08 12:50
protectorChristian Graus26-Feb-08 12:50 
Generalupdate panel positioning Pin
solarthur0126-Feb-08 9:17
solarthur0126-Feb-08 9:17 
GeneralRe: update panel positioning Pin
parth.p26-Feb-08 9:56
parth.p26-Feb-08 9:56 
GeneralRe: update panel positioning Pin
solarthur0126-Feb-08 12:00
solarthur0126-Feb-08 12:00 
GeneralRe: update panel positioning Pin
parth.p26-Feb-08 18:15
parth.p26-Feb-08 18:15 
QuestionDataGridView acting strange all of a sudden [modified] Pin
Marcus J. Smith26-Feb-08 9:03
professionalMarcus J. Smith26-Feb-08 9:03 
GeneralRe: DataGridView acting strange all of a sudden Pin
Kschuler26-Feb-08 9:34
Kschuler26-Feb-08 9:34 
GeneralRe: DataGridView acting strange all of a sudden Pin
Marcus J. Smith26-Feb-08 9:54
professionalMarcus J. Smith26-Feb-08 9:54 
GeneralRe: DataGridView acting strange all of a sudden Pin
Kschuler27-Feb-08 3:39
Kschuler27-Feb-08 3:39 
GeneralRe: DataGridView acting strange all of a sudden Pin
Marcus J. Smith27-Feb-08 4:02
professionalMarcus J. Smith27-Feb-08 4:02 
QuestionWhy is the namespace not visible in VB code files? Pin
Vantigate26-Feb-08 8:35
Vantigate26-Feb-08 8:35 
GeneralRe: Why is the namespace not visible in VB code files? Pin
Marcus J. Smith26-Feb-08 9:23
professionalMarcus J. Smith26-Feb-08 9:23 
GeneralRe: Why is the namespace not visible in VB code files? Pin
Vantigate26-Feb-08 11:13
Vantigate26-Feb-08 11:13 
GeneralCrystal reports randomly displaying text in lower case Pin
Kschuler26-Feb-08 7:38
Kschuler26-Feb-08 7:38 
GeneralCreating Charts Pin
parth.p26-Feb-08 6:23
parth.p26-Feb-08 6:23 
GeneralRe: Creating Charts Pin
Dave Kreskowiak27-Feb-08 6:45
mveDave Kreskowiak27-Feb-08 6:45 
GeneralThe will not let me hit the database until the last minute. Help !!! [modified] Pin
crystal915426-Feb-08 5:53
crystal915426-Feb-08 5:53 

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.