使用vb.net创建记事本 [英] notepad creation with using vb.net

查看:131
本文介绍了使用vb.net创建记事本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在vb.net中创建记事本.我不知道以下字段是什么:单词变形,状态栏,查找...,所以请给我完整的详细信息和编码.

I want to create notepad in vb.net. I don''t know what the following fields are: word warp, status bar, find ... So give me full details and coding.

推荐答案

自动换行是仅仅是文本格式,所以一行中的所有单词都在窗口的范围之内,任何多余的内容都显示在下面的行中.
状态栏 [
Word wrap is merely the formatting of text so all words in a line are within the confines of the window, and any excess is displayed on the line(s) below.
Status Bar[^] is a Windows.Forms control.
Find is a function to find a particular character string in the text being edited.

The code you have to write yourself.


学习使用Google,不要复制代码,请尝试理解它.

检查一下:

http://sushantkumar.wordpress.com/tech/notepad-in-vbnet/ [ ^ ]

希望对您有所帮助:)
Learn to use Google and do not copy code, try to understand it.

check this out:

http://sushantkumar.wordpress.com/tech/notepad-in-vbnet/[^]

hope it helps :)


这篇关于使用vb.net创建记事本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆