computer






 

Question by  chrissy112778 (20)

How can I generate a query for dynamic forms in Visual Basic?

I want to create dynamic forms in VB.

 
+7

Answer by  kevincai96 (669)

Generating queries for dynamic forms is simple with Visual Basic's built in DDOE tool. Search for it in the top menu bar, it should be around there. If not, consult a professional.

 
+6

Answer by  cklight (327)

Remember to set the variable to a memorable word. "Control containers" must be understood when thinking about dynamic forms. The control for runtime and form must be inserted and loaded.

 
+5

Answer by  ahsanmahmoodawan (1169)

>look at the input field if request.getparameter("art !=null : query + age >if request.getparameter("experiment") !=) + query experience >if request.getparameter("instrument")!=null query + instrumet >........and so on

 
+5

Answer by  Jalaine11 (2043)

Online you will find many users forums about computing and specifically using visual basic. Once you join one of these forums you are able to submit the question you have and other users of the program you are running can give you their feed back. Another option is to read your user manual or the help section of your program.

 
+4

Answer by  rahim (12)

It is easy to create new instance of the form by using the following code. dim i as new form1 enter the below code in any of the events i. show

 
You have 50 words left!