Question

For A multiline text box with enabled property set to false. How would I complete that?...

For A multiline text box with enabled property set to false. How would I complete that? I have done so but i cant get it to create more lines for the text in Visual basic editor.  

Also how do you code to create a new slide after the last slide in the presentation. (using the ppLayoutText layout ) using visual basic

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer)

A multi line text box is the one where one can type n-number of text lines and it allows to display more than 1 line of the text. The use of WordWrap property being true enables the text entered to the multi line be wrapped to the next line.

To have the newline characters do the following:

  • Environment.NewLine

  • ControlChars.CrLf

  • vbCrLf (in Visual Basic only)

To create a new slide after the last slide in a presentation using the Visual Basic.

Below is the syntax being used:

expression.AddSlide( Index, pCustomLayout )

where pCustomLayout is the layout of the slide and index is the positioning to the slide where the presentation is to be added.

Hope this answer helps. :) Happy to help.

Add a comment
Know the answer?
Add Answer to:
For A multiline text box with enabled property set to false. How would I complete that?...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Using Visual Studio 2015, how would I code the following Uodate button event handler in c#?...

    Using Visual Studio 2015, how would I code the following Uodate button event handler in c#? then displayed in the student list box. Create an interface as follows The initial form for the application should appear as follows Student Scores Students dd New. Lpdate Delete Ext To update, delete or add student information create the following form Enter Student Information Name Student ID MdtemRna Cancel Note: the Control Box property is set to false

  • ASSIGNMENT TWO Create a new PowerPoint presentation on the topic “ONLINE SCHOOL ,THE BEST WAY TO...

    ASSIGNMENT TWO Create a new PowerPoint presentation on the topic “ONLINE SCHOOL ,THE BEST WAY TO EDUCATION DURING COVID-19”. Insert a new slide with the Title and Content layout. Try adding some text to the title placeholder. Insert a blank slide, then insert a text box on the slide. Insert new slide this time add a picture and also text. Insert new slide this time add a video and also text. Try applying different formatting to the text of all...

  • Using JavaScript, I want to make a function that will open a new alert box that will say hello fi...

    Using JavaScript, I want to make a function that will open a new alert box that will say hello first name, last name after the person logs into the sign in form. This will happen aftrer the validation function is invoked. See code below. See the welcomefunction(). <!DOCTYPE html> <html> <head> <script> //validate the login form function validateForm() { var x = document.forms["LoginForm"]["fname"].value; //set x and y to first name and last name var y = document.forms["LoginForm"]["lname"].value; if (x ==...

  • I am trying to create a simple property in a php file that displays information about...

    I am trying to create a simple property in a php file that displays information about a dog. I can get the base code to work, but when I implement a new property It wont update. I've been staring at my code for hours now and can't figure out what i've done wrong. Again, the only function that I can't get working is the Gender Property File Dog: class Dog { // ----------------------------------------- Properties ----------------------------------------- private $dog_weight = 0; private...

  • JAVA Primitive Editor (Please help, I am stuck on this assignment which is worth a lot...

    JAVA Primitive Editor (Please help, I am stuck on this assignment which is worth a lot of points. Make sure that the program works because I had someone answer this incorrectly!) The primary goal of the assignment is to develop a Java based primitive editor. We all know what an editor of a text file is. Notepad, Wordpad, TextWrangler, Pages, and Word are all text editors, where you can type text, correct the text in various places by moving the...

  • If you’re using Visual Studio Community 2015, as requested, the instructions below should be exact but...

    If you’re using Visual Studio Community 2015, as requested, the instructions below should be exact but minor discrepancies may require you to adjust. If you are attempting this assignment using another version of Visual Studio, you can expect differences in the look, feel, and/or step-by-step instructions below and you’ll have to determine the equivalent actions or operations for your version on your own. INTRODUCTION: In this assignment, you will develop some of the logic for, and then work with, the...

  • i need this in C# please can any one help me out and write the full...

    i need this in C# please can any one help me out and write the full code start from using system till end i am confused and C# is getting me hard.I saw codes from old posts in Chegg but i need the ful complete code please thanks. Module 4 Programming Assignment – OO Design and implementation (50 points) Our Battleship game needs to store a set of ships. Create a new class called Ships. Ships should have the following...

  • C++ Can someone please help me with this problem- commenting each line of code so I...

    C++ Can someone please help me with this problem- commenting each line of code so I can understand how to solve this problem using the C++ programming language? I really need help understanding how to create a file for the program to read. Do I create the file in Visual basic or create a text file? I have the code, just need to know how to create the file for it to read. #include<fstream> #include<iostream> using namespace std; int main()...

  • JAVA Code: Complete the program that reads from a text file and counts the occurrence of...

    JAVA Code: Complete the program that reads from a text file and counts the occurrence of each letter of the English alphabet. The given code already opens a specified text file and reads in the text one line at a time to a temporary String. Your task is to go through that String and count the occurrence of the letters and then print out the final tally of each letter (i.e., how many 'a's?, how many 'b's?, etc.) You can...

  • QUESTION G ONWARDS 13.2 State whether each of the following is true or false. If false,...

    QUESTION G ONWARDS 13.2 State whether each of the following is true or false. If false, explain why: a) In general, a node's size should be defined explicitly. b) A node's position should be defined relative to its parent node and the other nodes in its parent. c) Most JavaFX layout panes use fixed positioning d) RadioButtons function as mutually exclusive options. e) Layout panes are container nodes that arrange their child nodes in a scene graph relative to one...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT