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

Visual Basic

 
AnswerRe: Need quick resolution solution - going from 1280x768 to 800x600 Pin
Dave Kreskowiak30-Jul-09 6:06
mveDave Kreskowiak30-Jul-09 6:06 
GeneralRe: Need quick resolution solution - going from 1280x768 to 800x600 Pin
Hypermommy30-Jul-09 6:19
Hypermommy30-Jul-09 6:19 
GeneralRe: Need quick resolution solution - going from 1280x768 to 800x600 Pin
Dave Kreskowiak30-Jul-09 6:23
mveDave Kreskowiak30-Jul-09 6:23 
QuestionSelect Query from different Databases ? Pin
Paramu197330-Jul-09 2:28
Paramu197330-Jul-09 2:28 
AnswerRe: Select Query from different Databases ? Pin
Johan Hakkesteegt30-Jul-09 2:44
Johan Hakkesteegt30-Jul-09 2:44 
GeneralRe: Select Query from different Databases ? Pin
Hypermommy30-Jul-09 3:05
Hypermommy30-Jul-09 3:05 
QuestionMDIChild Showdialog Pin
leozampa7430-Jul-09 1:33
leozampa7430-Jul-09 1:33 
AnswerRe: MDIChild Showdialog Pin
DaveyM6930-Jul-09 1:53
professionalDaveyM6930-Jul-09 1:53 
If it's Modal - why would you expect to be able to contain it in your MDIParent?

There are two solutions to this. The first (best) is to subscribe to the FormClosed event of the child, and call UpdateGrid from the event handler.

The other is to force the dialog to be constrained to the client area of the parent. This is a little tricky but possible. I wrote on article on this some time ago. I need to revisit it to clean it up a little, and it's in C#, but it should be obvious enough how I've done it so you can translate. Link[^].

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

AnswerRe: MDIChild Showdialog Pin
Dave Kreskowiak30-Jul-09 2:23
mveDave Kreskowiak30-Jul-09 2:23 
GeneralRe: MDIChild Showdialog Pin
leozampa7430-Jul-09 2:38
leozampa7430-Jul-09 2:38 
GeneralRe: MDIChild Showdialog Pin
Dave Kreskowiak30-Jul-09 6:03
mveDave Kreskowiak30-Jul-09 6:03 
QuestionVB Webcontrol If Field Exists on form Pin
Paul Hayman30-Jul-09 0:51
Paul Hayman30-Jul-09 0:51 
AnswerRe: VB Webcontrol If Field Exists on form Pin
Johan Hakkesteegt30-Jul-09 2:52
Johan Hakkesteegt30-Jul-09 2:52 
GeneralRe: VB Webcontrol If Field Exists on form Pin
Paul Hayman30-Jul-09 2:59
Paul Hayman30-Jul-09 2:59 
GeneralRe: VB Webcontrol If Field Exists on form Pin
Johan Hakkesteegt30-Jul-09 3:04
Johan Hakkesteegt30-Jul-09 3:04 
GeneralRe: VB Webcontrol If Field Exists on form Pin
Paul Hayman30-Jul-09 3:28
Paul Hayman30-Jul-09 3:28 
GeneralRe: VB Webcontrol If Field Exists on form Pin
Johan Hakkesteegt30-Jul-09 3:41
Johan Hakkesteegt30-Jul-09 3:41 
AnswerRe: VB Webcontrol If Field Exists on form Pin
Paul Hayman3-Aug-09 1:01
Paul Hayman3-Aug-09 1:01 
Questiondll missing in code Pin
meguru29-Jul-09 22:11
meguru29-Jul-09 22:11 
AnswerRe: dll missing in code Pin
DaveyM6929-Jul-09 22:32
professionalDaveyM6929-Jul-09 22:32 
QuestionHow to Update and Retrieve data from MDB file on server? Pin
NeilRanjan29-Jul-09 19:55
NeilRanjan29-Jul-09 19:55 
AnswerRe: How to Update and Retrieve data from MDB file on server? Pin
Vimalsoft(Pty) Ltd29-Jul-09 21:13
professionalVimalsoft(Pty) Ltd29-Jul-09 21:13 
AnswerRe: How to Update and Retrieve data from MDB file on server? [CROSS_POST - please ignore] Pin
Henry Minute30-Jul-09 5:20
Henry Minute30-Jul-09 5:20 
QuestionEnterprise library [modified] Pin
abcurl29-Jul-09 19:47
abcurl29-Jul-09 19:47 
AnswerRe: Enterprise library Pin
Mycroft Holmes29-Jul-09 21:32
professionalMycroft Holmes29-Jul-09 21:32 

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.