Click here to Skip to main content
16,009,728 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: WMI call from VB6 locking HKCU Pin
dougstratton10-May-05 8:13
dougstratton10-May-05 8:13 
GeneralRe: WMI call from VB6 locking HKCU Pin
Dave Kreskowiak10-May-05 8:17
mveDave Kreskowiak10-May-05 8:17 
GeneralListview Pin
suiscf10-May-05 6:36
suiscf10-May-05 6:36 
GeneralFTP Automation Pin
Rajkumar S10-May-05 5:39
Rajkumar S10-May-05 5:39 
GeneralRe: FTP Automation Pin
Dave Kreskowiak10-May-05 7:59
mveDave Kreskowiak10-May-05 7:59 
GeneralShow new form without taking focus off first form Pin
carlos_rocha10-May-05 4:22
carlos_rocha10-May-05 4:22 
GeneralRe: Show new form without taking focus off first form Pin
rudy.net10-May-05 10:08
rudy.net10-May-05 10:08 
GeneralRe: Show new form without taking focus off first form Pin
carlos_rocha10-May-05 22:26
carlos_rocha10-May-05 22:26 
Hi!

I was trying to avoid that solution, but after a whole day of searching the web and grups, maybe i'm gonna follow that way.

Last night at home i was trying to accomplish this, and i kind of got it (i don't understand why this works but... Big Grin | :-D ) : I was declaring the forms locally like dim myForm2 as New Form2 and then calling the showWindow() function.But then i declared the form as a class Member: Private myForm2 as Form2 and then in the init.Components method i did myForm2 = new myForm2 and then showed the form and it worked ok!!!Why is this?What's the difference between showing a form declared locally and another that is a class member?

Never say never
GeneralRe: Show new form without taking focus off first form Pin
carlos_rocha11-May-05 0:19
carlos_rocha11-May-05 0:19 
GeneralRe: Show new form without taking focus off first form Pin
rudy.net11-May-05 2:12
rudy.net11-May-05 2:12 
GeneralRe: Show new form without taking focus off first form Pin
carlos_rocha11-May-05 3:33
carlos_rocha11-May-05 3:33 
Generalhelp on add-in for outlook and outlook express Pin
iamalik10-May-05 3:48
professionaliamalik10-May-05 3:48 
GeneralCount lines in textbox Pin
josblow10-May-05 3:12
josblow10-May-05 3:12 
GeneralRe: Count lines in textbox Pin
Dave Kreskowiak10-May-05 8:42
mveDave Kreskowiak10-May-05 8:42 
GeneralRe: Count lines in textbox Pin
rudy.net10-May-05 10:28
rudy.net10-May-05 10:28 
GeneralPrinting Forms in VB.NET 2003 Pin
Treacherous_110-May-05 2:43
Treacherous_110-May-05 2:43 
GeneralRe: Printing Forms in VB.NET 2003 Pin
Treacherous_112-May-05 5:31
Treacherous_112-May-05 5:31 
Generalremoting deployment Pin
Rizwan Bashir10-May-05 0:37
Rizwan Bashir10-May-05 0:37 
Generalthumbnail emages Pin
suis9-May-05 21:47
suis9-May-05 21:47 
GeneralRe: thumbnail emages Pin
Dave Kreskowiak10-May-05 8:26
mveDave Kreskowiak10-May-05 8:26 
Generalcreating web services in Visual basic Pin
abhi20089-May-05 21:01
abhi20089-May-05 21:01 
GeneralRe: creating web services in Visual basic Pin
Dave Kreskowiak10-May-05 8:24
mveDave Kreskowiak10-May-05 8:24 
GeneralReturn an array within an object - Web Service Pin
aussieole9-May-05 20:41
aussieole9-May-05 20:41 
GeneralLarger Form Pin
gone839-May-05 18:50
gone839-May-05 18:50 
GeneralRe: Larger Form Pin
abhi20089-May-05 21:27
abhi20089-May-05 21:27 

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.