Computing.Net > Forums > Programming > Search Results

Quick Links

Computing.Net Solution Center
Desktop Access to Search
Ask a New Question

Sponsored Results for: Load & Unload Form

Ads by Google


Show Within: One Month | One Year | Forever
Search Results for: Load & Unload Form

Product Search Results


Results 1 - 25 of 2691

[higher confidence] - higher confidence, [lower confidence] - lower confidence

Load & Unload Form
    Summary: I usually use VB 6 but im being tasked with using VB.NET Can anyone tell me how with like my command button i can open another form on my project and ...

VB forms
    Summary: You need to be looking at an Array of Forms. You create a form with an index of 0 as design time. At runtime you can create more forms using the Loa...

VB6 Unloading all hidden forms
    Summary: Or, try this: For Each Form in Forms Unload Form Next 'Forms' is an array containing all the open forms. the loop simply closes them all 1 by 1. very ...

MDI Form in VB
    Summary: Put a Call to the following Sub in each form Load Event. It will unload every form except the MDI Form itself. Public Sub unload_forms() Dim i As In...

C# forms
    Summary: how to can i load the second form in my project by clicking a button in first form. and how can i connect it to a sql server 2000. ...

Vb.net Form close problem
    Summary: I have made two forms now what i want is pretty simple i load the first form and from form2 i loaded the second one now what i want is that when i exi...

Listbox in VB
    Summary: You can experiment with load and unload. I used them before with textbox array. Draw a textbox on the form, set index to 0 to make it an array control...

vb problem
    Summary: I think the problem is in the way you are using the Timer. You set the timer interval at the beginning of you code somewhere, probably in the form lo...

Correct way to End program using VB
    Summary: You should never use End to terminate a VB application. End is a debugging tool and nothing else. It can leave stuff still in memory. Use Unload.Me....

Out of Memory in VB 6.0
    Summary: I am using SetParent API to make the MDI of my app to sit in IE. I am using my own custom controls (labels, frames, option boxes, check boxes, command...

VB Question
    Summary: The form is only part of the project. If you do not save the project you have lost any other parts of the project you have added. VB will always star...

Bat file access to remote HKCU
    Summary: Making progress. I received "success" messages on Lines #1, 2, and 6 below. I received "invalid parameter" mesaages on lines #3 and 4. I received "...

c++ open internet explorer
    Summary: #include <windows.h> //need to access ShellExecute() /* NOTE: Compiler Borland C++ Builder 5 Windows 2000 Actually this is just the main fun...

memory problem in quick basic
    Summary: I believe your statement about the mainline calling a subroutine, then the program remains in the subroutins, is your problem. The mainline should cal...

Easy VB Question
    Summary: Look in the Form.Unload, Form.Terminate and Form.QueryUnload events. All these events are triggered when a form is closed but with slightly different ...

Can't even figure out simple stuff
    Summary: Man I'm about to give up!! here is what i cant make the vbproject do Have two forms both bound to the same "dataSource". On the first form (Text1) is ...

VB Adodc sync
    Summary: MD80'er: Have you tried to have your updating / retrieving (SQL DB manipulations) inside of a module and not just an individual form? I have a similar...

Generating a Numer
    Summary: Iam developing a software for a eye specialist doctor. The problem is, i want to generate the patient number automatically in the Label box . I nee...

Center GIF in WebBrowser
    Summary: Thanks for the quick reply, but I've tried that without success. The problem is that the GIF to be displayed is triggered by clicking one of an array ...

Need More Help Please!!! VB6 VB6
    Summary: Ok here is the problem. I have a form (form2) that has 5 data fields. It opens up and only shows data depending on a field from another form(Form1). I...

VB6 question
    Summary: I'm in the process of learning VB6. I need to be able to specify an external EXE (iw3mp.exe) and set it's path as a variable, or write it's path to th...

How do I hide a form on load vb.net
    Summary: Here is what I want to do. I want that when I start my project in vb.net that the form is invisible when it loads. I tried me.hide() it works on a bu...

VB Form Load Question
    Summary: Hi, In VB you can have multiple forms in your project. Say I have a variable in Form1 that reachs a certain value. When it hits this value I want F...

form load doubt
    Summary: Pls Say how to identity which form is currently loaded. i hav ten form (both MDIchild and normal form), now i want to identity which form is currently...

Forms in Visual Basic
    Summary: Load Form1 Loads a form Form1.Show Makes a form visible. Implicitly loads the form if it is not already loaded Form1.Hide Hides the fo...

Jump To: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >>

Sponsored Results for: Load & Unload Form

Ads by Google