Click here to Skip to main content
16,017,881 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ListView Sorting by Number/Integer Pin
Dave Kreskowiak29-Jun-05 10:12
mveDave Kreskowiak29-Jun-05 10:12 
GeneralRe: ListView Sorting by Number/Integer Pin
buffbuh29-Jun-05 12:18
buffbuh29-Jun-05 12:18 
GeneralRe: ListView Sorting by Number/Integer Pin
Dave Kreskowiak30-Jun-05 2:27
mveDave Kreskowiak30-Jun-05 2:27 
GeneralRe: ListView Sorting by Number/Integer Pin
Anonymous30-Jun-05 8:47
Anonymous30-Jun-05 8:47 
GeneralActivex Ticker User Control Pin
Ronniedevil29-Jun-05 9:53
Ronniedevil29-Jun-05 9:53 
GeneralRe: Activex Ticker User Control Pin
Dave Kreskowiak29-Jun-05 12:14
mveDave Kreskowiak29-Jun-05 12:14 
Generalcannot call close() while doing createhandle() Pin
oakleaf29-Jun-05 9:52
oakleaf29-Jun-05 9:52 
GeneralRe: cannot call close() while doing createhandle() Pin
Dave Kreskowiak29-Jun-05 10:03
mveDave Kreskowiak29-Jun-05 10:03 
oakleaf wrote:
On a couple of the MDI children I need to check my access database to see if there is existing data

This isn't proper design. You should be checking this BEFORE your MDI child form is created. Not checking for it in the child form. This is why your running into this problem. You can't close the window in the form's Load event because the form's window hasn't been created yet! It's created AFTER the Form Load event executes.

You'll have to change your code so your checking the database before you launch your child form. This way, you at least have the opportunity to decide which form to launch based on the users input.


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

GeneralRe: cannot call close() while doing createhandle() Pin
oakleaf30-Jun-05 2:48
oakleaf30-Jun-05 2:48 
GeneralRe: cannot call close() while doing createhandle() Pin
Dave Kreskowiak30-Jun-05 4:50
mveDave Kreskowiak30-Jun-05 4:50 
GeneralPicture Box - does not fit my picture Pin
Anonymous29-Jun-05 8:16
Anonymous29-Jun-05 8:16 
GeneralRe: Picture Box - does not fit my picture Pin
Christian Graus29-Jun-05 12:00
protectorChristian Graus29-Jun-05 12:00 
QuestionWhere do i start when developing a simple multimedia app for playing only AVI files???? Pin
Joey Picerno29-Jun-05 7:29
Joey Picerno29-Jun-05 7:29 
AnswerRe: Where do i start when developing a simple multimedia app for playing only AVI files???? Pin
StylezHouse29-Jun-05 7:41
StylezHouse29-Jun-05 7:41 
GeneralRe: Where do i start when developing a simple multimedia app for playing only AVI files???? Pin
Joey Picerno29-Jun-05 8:12
Joey Picerno29-Jun-05 8:12 
GeneralRe: Where do i start when developing a simple multimedia app for playing only AVI files???? Pin
Dave Kreskowiak29-Jun-05 9:56
mveDave Kreskowiak29-Jun-05 9:56 
GeneralRe: Where do i start when developing a simple multimedia app for playing only AVI files???? Pin
Joey Picerno30-Jun-05 5:34
Joey Picerno30-Jun-05 5:34 
GeneralNot really VB related but someone has to know Pin
Joey Picerno29-Jun-05 6:25
Joey Picerno29-Jun-05 6:25 
GeneralRe: Not really VB related but someone has to know Pin
StylezHouse29-Jun-05 6:33
StylezHouse29-Jun-05 6:33 
GeneralThank you Pin
Joey Picerno29-Jun-05 7:28
Joey Picerno29-Jun-05 7:28 
GeneralRe: Thank you Pin
SBendBuckeye30-Jun-05 6:37
SBendBuckeye30-Jun-05 6:37 
GeneralRe: Thank you Pin
Joey Picerno30-Jun-05 9:06
Joey Picerno30-Jun-05 9:06 
GeneralRe: Thank you Pin
SBendBuckeye30-Jun-05 14:04
SBendBuckeye30-Jun-05 14:04 
GeneralRe: Not really VB related but someone has to know Pin
dptalt30-Jun-05 8:52
dptalt30-Jun-05 8:52 
Generalconnect to multiple DBs with same form Pin
btoyer29-Jun-05 5:08
btoyer29-Jun-05 5:08 

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.