Click here to Skip to main content
16,010,268 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionConvert C# to VB.NET 2005 Pin
FloatingPointCode6-Apr-06 3:37
FloatingPointCode6-Apr-06 3:37 
AnswerRe: Convert C# to VB.NET 2005 Pin
Dave Doknjas6-Apr-06 12:42
Dave Doknjas6-Apr-06 12:42 
Questionreading excel file Pin
sudharsong6-Apr-06 2:11
sudharsong6-Apr-06 2:11 
AnswerRe: reading excel file Pin
Mekong River6-Apr-06 17:00
Mekong River6-Apr-06 17:00 
Questionhow to set parent window Pin
bony_baba6-Apr-06 1:14
bony_baba6-Apr-06 1:14 
AnswerRe: how to set parent window Pin
Dave Kreskowiak6-Apr-06 10:38
mveDave Kreskowiak6-Apr-06 10:38 
QuestionRe: how to set parent window Pin
bony_baba6-Apr-06 23:12
bony_baba6-Apr-06 23:12 
AnswerRe: how to set parent window Pin
Dave Kreskowiak7-Apr-06 2:55
mveDave Kreskowiak7-Apr-06 2:55 
Once again, NO, YOU CAN'T DO THIS!!

You can NOT make your window a child window of another application!

Why? Because when the other application repaints it's own window, your window will never get repainted. This is because your window is not going to get, and can NOT get, the WM_PAINT messages it needs to tell it to repaint at the appropriate time.


Dave Kreskowiak
Microsoft MVP - Visual Basic

QuestionRe: how to set parent window Pin
bony_baba7-Apr-06 18:26
bony_baba7-Apr-06 18:26 
AnswerRe: how to set parent window Pin
Dave Kreskowiak8-Apr-06 2:52
mveDave Kreskowiak8-Apr-06 2:52 
QuestionReuse DB connection Pin
alwinSCH6-Apr-06 1:09
alwinSCH6-Apr-06 1:09 
AnswerRe: Reuse DB connection Pin
ToddHileHoffer6-Apr-06 2:24
ToddHileHoffer6-Apr-06 2:24 
GeneralRe: Reuse DB connection Pin
alwinSCH6-Apr-06 2:51
alwinSCH6-Apr-06 2:51 
GeneralRe: Reuse DB connection Pin
Dave Kreskowiak6-Apr-06 10:37
mveDave Kreskowiak6-Apr-06 10:37 
QuestionHelp with Dynamic Casting Pin
hertz_j6-Apr-06 0:40
hertz_j6-Apr-06 0:40 
AnswerRe: Help with Dynamic Casting Pin
Dave Kreskowiak6-Apr-06 9:36
mveDave Kreskowiak6-Apr-06 9:36 
GeneralRe: Help with Dynamic Casting Pin
hertz_j6-Apr-06 23:15
hertz_j6-Apr-06 23:15 
GeneralRe: Help with Dynamic Casting Pin
Dave Kreskowiak7-Apr-06 2:50
mveDave Kreskowiak7-Apr-06 2:50 
GeneralRe: Help with Dynamic Casting Pin
hertz_j9-Apr-06 22:24
hertz_j9-Apr-06 22:24 
Questionmdi child form connection with menu item of main form Pin
Sweet Virgo6-Apr-06 0:39
Sweet Virgo6-Apr-06 0:39 
AnswerRe: mdi child form connection with menu item of main form Pin
Dave Kreskowiak6-Apr-06 9:05
mveDave Kreskowiak6-Apr-06 9:05 
GeneralRe: mdi child form connection with menu item of main form Pin
Sweet Virgo6-Apr-06 18:07
Sweet Virgo6-Apr-06 18:07 
Questionhow to insert data in database(its urgent) Pin
Amit Agarrwal6-Apr-06 0:29
Amit Agarrwal6-Apr-06 0:29 
AnswerRe: how to insert data in database(its urgent) Pin
daviiie6-Apr-06 1:01
daviiie6-Apr-06 1:01 
GeneralRe: how to insert data in database(its urgent) Pin
Amit Agarrwal6-Apr-06 1:56
Amit Agarrwal6-Apr-06 1:56 

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.