Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
vb.net FindWindow function
Name: jhunt303 Date: May 8, 2006 at 09:29:00 Pacific OS: xp CPU/Ram: 2.8 768 Product: HP
Comment:
Does anyone know how to import the FindWindow function into a vb.net application? I'm not having much luck finding it in the references section.
Summary: By empty, I assume you are refering to a VB5/6 Variant type, which could "hold" an array. If an array (or anything else) was not assigned to a Variant, one could use the IsEmpty() function on the Vari...
Summary: Hi all, I created a form in VB .Net called frmStart. If the user clicks Yes on the form, they are brought to another form called frmYes. On this form there are several fields for them to fill in. Th...